diff test/functional/repositories_subversion_controller_test.rb @ 38:33d69fee1d99 cannam

* Merge SVN update from default branch
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 19 Nov 2010 13:41:40 +0000
parents 94944d00e43c
children af80e5618e9b
line wrap: on
line diff
--- a/test/functional/repositories_subversion_controller_test.rb	Fri Oct 01 15:33:14 2010 +0100
+++ b/test/functional/repositories_subversion_controller_test.rb	Fri Nov 19 13:41:40 2010 +0000
@@ -129,7 +129,7 @@
     
     def test_entry_not_found
       get :entry, :id => 1, :path => ['subversion_test', 'zzz.c']
-      assert_tag :tag => 'div', :attributes => { :class => /error/ },
+      assert_tag :tag => 'p', :attributes => { :id => /errorExplanation/ },
                                 :content => /The entry or revision was not found in the repository/
     end