20110429-testcases-oddb_org-view-ddd_price-result-state-activeagent-feedbacks-compare-plugin-comarketing
<< | Index | >>
- Update testcases
- Goal/Estimate/Evaluation
-
- Milestones
-
- Update testcases
src/state/admin/activeagent.rb (coverage: 100%) 10:00
src/state/feedbacks.rb (coverage: 98.21%) 14:00
src/view/ajax/ddd_price.rb (coverage: 100%) 15:00
src/view/analysis/result.rb (coverage: 100%) 15:00
src/plugin/comarketing.rb (coverage: 100%) 16:00
- src/state/drugs/compare.rb (coverage: 64.81%)
- Summary
-
- Commits
-
Memo (user_input method)
- test_state/admin/activeagent.rb runs successfully in an individual run, not call it from suite.rb
- but it fails if it runs from suite.rb
- this is due to the user_input method defined in src/state/global.rb
- without including state/global file, usually the user_input method IN SBSM library is called
- but in this case, the user_input method of state/global.rb because the src/state/admin/activeagent.rb is included in a file which inherits ODDB::State::Global class