Do not show revisions links and field on filesystem repositories.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2012-01-16 20:22:12 +00:00
parent f8e401b475
commit 346fccf782
4 changed files with 14 additions and 4 deletions
@@ -61,6 +61,10 @@ class RepositoriesFilesystemControllerTest < ActionController::TestCase
assert assigns(:entries).size > 0
assert_not_nil assigns(:changesets)
assert assigns(:changesets).size == 0
assert_no_tag 'input', :attributes => {:name => 'rev'}
assert_no_tag 'a', :content => 'Statistics'
assert_no_tag 'a', :content => 'Atom'
end
def test_show_no_extension