##// END OF EJS Templates
scm: bazaar: fix functional test_annotate test....
Toshi MARUYAMA -
r5860:296d70e8aa6c
parent child
Show More
@@ -132,18 +132,20 class RepositoriesBazaarControllerTest < ActionController::TestCase
132 132 :tag => 'td',
133 133 :child => {
134 134 :tag => 'a',
135 :content => /3/
135 :content => '3'
136 136 }
137 },
137 }
138 assert_tag :tag => 'th', :content => '2',
138 139 :sibling => { :tag => 'td', :content => /jsmith/ }
139 140 assert_tag :tag => 'th', :content => '2',
140 141 :sibling => {
141 142 :tag => 'td',
142 143 :child => {
143 144 :tag => 'a',
144 :content => /3/
145 :content => '3'
145 146 }
146 },
147 }
148 assert_tag :tag => 'th', :content => '2',
147 149 :sibling => { :tag => 'td', :content => /Main purpose/ }
148 150 end
149 151 else
General Comments 0
You need to be logged in to leave comments. Login now