##// END OF EJS Templates
Fixes git annotate test failure....
Jean-Philippe Lang -
r5870:05ff5aa11ec6
parent child
Show More
@@ -266,7 +266,7 class RepositoriesGitControllerTest < ActionController::TestCase
266 :tag => 'td',
266 :tag => 'td',
267 :child => {
267 :child => {
268 :tag => 'a',
268 :tag => 'a',
269 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
269 :content => /2f9c0091/
270 }
270 }
271 }
271 }
272 assert_tag :tag => 'th', :content => '24',
272 assert_tag :tag => 'th', :content => '24',
@@ -276,7 +276,7 class RepositoriesGitControllerTest < ActionController::TestCase
276 :tag => 'td',
276 :tag => 'td',
277 :child => {
277 :child => {
278 :tag => 'a',
278 :tag => 'a',
279 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
279 :content => /2f9c0091/
280 }
280 }
281 }
281 }
282 assert_tag :tag => 'th', :content => '24',
282 assert_tag :tag => 'th', :content => '24',
General Comments 0
You need to be logged in to leave comments. Login now