Defect #31093
Duplicate method definition: ProjectsControllerTest#test_jump_should_not_redirect_to_unknown_tab
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 4.1.0 | |||
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.
Associated revisions
Duplicate method definition in tests (#31093).
History
#1
Updated by Go MAEDA over 3 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 4.1.0
#2
Updated by Jean-Philippe Lang about 3 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r18267, thanks.