From 43200e21220db2aa7a88838a6713d77de1bb3f16 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 19 Apr 2009 08:25:25 +0000 Subject: Adds mime type specific css classes to the SCM browser. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2672 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/repositories_subversion_controller_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/repositories_subversion_controller_test.rb') diff --git a/test/functional/repositories_subversion_controller_test.rb b/test/functional/repositories_subversion_controller_test.rb index c2bb40367..aef8c2ef2 100644 --- a/test/functional/repositories_subversion_controller_test.rb +++ b/test/functional/repositories_subversion_controller_test.rb @@ -64,6 +64,7 @@ class RepositoriesSubversionControllerTest < Test::Unit::TestCase entry = assigns(:entries).detect {|e| e.name == 'helloworld.c'} assert_equal 'file', entry.kind assert_equal 'subversion_test/helloworld.c', entry.path + assert_tag :a, :content => 'helloworld.c', :attributes => { :class => /text\-x\-c/ } end def test_browse_at_given_revision -- cgit v1.2.3