##// END OF EJS Templates
scm: git: fix functional test_annotate test....
Toshi MARUYAMA -
r5855:b03935fadeff
parent child
Show More
@@ -268,7 +268,8 class RepositoriesGitControllerTest < ActionController::TestCase
268 :tag => 'a',
268 :tag => 'a',
269 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
269 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
270 }
270 }
271 },
271 }
272 assert_tag :tag => 'th', :content => '24',
272 :sibling => { :tag => 'td', :content => /jsmith/ }
273 :sibling => { :tag => 'td', :content => /jsmith/ }
273 assert_tag :tag => 'th', :content => '24',
274 assert_tag :tag => 'th', :content => '24',
274 :sibling => {
275 :sibling => {
@@ -277,7 +278,8 class RepositoriesGitControllerTest < ActionController::TestCase
277 :tag => 'a',
278 :tag => 'a',
278 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
279 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
279 }
280 }
280 },
281 }
282 assert_tag :tag => 'th', :content => '24',
281 :sibling => { :tag => 'td', :content => /watcher =/ }
283 :sibling => { :tag => 'td', :content => /watcher =/ }
282 end
284 end
283
285
General Comments 0
You need to be logged in to leave comments. Login now