Actions
Defect #18305
closedDuplicated IssuesControllerTest#test_new_should_select_default_status introduced in r13535
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
-
Resolution:
Affected version:
Description
IssuesControllerTest#test_new_should_select_default_status is defined twice with r13535:
- source:/trunk/test/functional/issues_controller_test.rb@13569#L1537
- source:/trunk/test/functional/issues_controller_test.rb@13569#L1549
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from New to Closed
These are obviously same codes.
I removed one at r13570, thanks.
Actions