Actions
Patch #18782
closedFix ui tests broken by undefined method error
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Run `rake test:ui`
on Ruby 2.1.5p273 with trunk@r13854. Then, the following error occurs:
# Running: ....E...E. Finished in 19.102035s, 0.5235 runs/s, 2.9840 assertions/s. 1) Error: Redmine::UiTest::IssuesTest#test_create_issue_with_form_update: NoMethodError: undefined method `find_all_by' for #<Class:0x007f8f1c66f2d0> test/ui/issues_test.rb:63:in `test_create_issue_with_form_update' 2) Error: Redmine::UiTest::IssuesTest#test_update_issue_with_form_update: NoMethodError: undefined method `find_all_by' for #<Class:0x007f8f1c66f2d0> test/ui/issues_test.rb:191:in `test_update_issue_with_form_update' 10 runs, 57 assertions, 0 failures, 2 errors, 0 skips
Files
Updated by Jean-Philippe Lang almost 10 years ago
- Category set to Code cleanup/refactoring
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
Fixed in r13860, thanks for pointing this out.
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from Resolved to Closed
Actions