summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_filesystem_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-16 20:22:12 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-16 20:22:12 +0000
commit346fccf782c8ac0bd99f163065399732a4e83d17 (patch)
tree7220c3e9ebb81c1471c1ba3acd56e8d414885050 /test/functional/repositories_filesystem_controller_test.rb
parentf8e401b475f17b66bb4c3193113492358c06f456 (diff)
downloadredmine-346fccf782c8ac0bd99f163065399732a4e83d17.tar.gz
redmine-346fccf782c8ac0bd99f163065399732a4e83d17.zip
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
Diffstat (limited to 'test/functional/repositories_filesystem_controller_test.rb')
-rw-r--r--test/functional/repositories_filesystem_controller_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/repositories_filesystem_controller_test.rb b/test/functional/repositories_filesystem_controller_test.rb
index 0b10d8fe3..fceb27cf3 100644
--- a/test/functional/repositories_filesystem_controller_test.rb
+++ b/test/functional/repositories_filesystem_controller_test.rb
@@ -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