##// END OF EJS Templates
fix test failure (#14931)...
Toshi MARUYAMA -
r11909:435df8675758
parent child
Show More
@@ -447,7 +447,7 class RepositoriesMercurialControllerTest < ActionController::TestCase
447 :sibling =>
447 :sibling =>
448 {
448 {
449 :tag => 'td' ,
449 :tag => 'td' ,
450 :content => 'jsmith' ,
450 :content => /jsmith/ ,
451 :attributes => { :class => 'author' },
451 :attributes => { :class => 'author' },
452 }
452 }
453 assert_tag :tag => 'th',
453 assert_tag :tag => 'th',
General Comments 0
You need to be logged in to leave comments. Login now