mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
Removes repository routes without repository_id (#26522).
git-svn-id: http://svn.redmine.org/redmine/trunk@17386 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2033,7 +2033,7 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
:id => issue.id
|
||||
}
|
||||
|
||||
assert_select 'a[href=?]', '/projects/ecookbook/repository/revisions/3'
|
||||
assert_select 'a[href=?]', '/projects/ecookbook/repository/10/revisions/3'
|
||||
end
|
||||
|
||||
def test_show_should_display_watchers
|
||||
|
||||
Reference in New Issue
Block a user