Actions
Defect #31093
closedDuplicate method definition: ProjectsControllerTest#test_jump_should_not_redirect_to_unknown_tab
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
ProjectsControllerTest#test_jump_should_not_redirect_to_unknown_tab is defined twice at the following lines:
- source:tags/4.0.2/test/functional/projects_controller_test.rb#L996 (added in r16172)
- source:tags/4.0.2/test/functional/projects_controller_test.rb#L1019 (added in r2210)
Currently, only the latter method is working.
Updated by Go MAEDA over 5 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 4.1.0
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r18267, thanks.
Actions