diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-05-02 15:58:03 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-05-02 15:58:03 +0000 |
commit | d658ab22d60edae6593ed0b1ed65bbe82225b77a (patch) | |
tree | a4b9503d07e2a3f511a8a3f1379e88a8cb8762fa /test/functional/repositories_subversion_controller_test.rb | |
parent | 1446c9b7f00109d31a48aa1ed8aea44a8db5e9f6 (diff) | |
download | redmine-d658ab22d60edae6593ed0b1ed65bbe82225b77a.tar.gz redmine-d658ab22d60edae6593ed0b1ed65bbe82225b77a.zip |
scm: fix broken main repository 'root' link
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9613 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_subversion_controller_test.rb')
-rw-r--r-- | test/functional/repositories_subversion_controller_test.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/repositories_subversion_controller_test.rb b/test/functional/repositories_subversion_controller_test.rb index 4e9bde9d2..188dd2fd8 100644 --- a/test/functional/repositories_subversion_controller_test.rb +++ b/test/functional/repositories_subversion_controller_test.rb @@ -67,6 +67,9 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase assert_tag 'input', :attributes => {:name => 'rev'} assert_tag 'a', :content => 'Statistics' assert_tag 'a', :content => 'Atom' + assert_tag :tag => 'a', + :attributes => {:href => '/projects/subproject1/repository'}, + :content => 'root' end def test_show_non_default |