##// END OF EJS Templates
scm: git: fix functional annotate test....
Toshi MARUYAMA -
r5574:99693d644c59
parent child
Show More
@@ -201,7 +201,15 class RepositoriesGitControllerTest < ActionController::TestCase
201 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
201 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
202 }
202 }
203 },
203 },
204 :sibling => { :tag => 'td', :content => /jsmith/ },
204 :sibling => { :tag => 'td', :content => /jsmith/ }
205 assert_tag :tag => 'th', :content => '24',
206 :sibling => {
207 :tag => 'td',
208 :child => {
209 :tag => 'a',
210 :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
211 }
212 },
205 :sibling => { :tag => 'td', :content => /watcher =/ }
213 :sibling => { :tag => 'td', :content => /watcher =/ }
206 end
214 end
207
215
General Comments 0
You need to be logged in to leave comments. Login now