##// END OF EJS Templates
Rails3: scm: mercurial: fix error of test_show_tag at functional test...
Toshi MARUYAMA -
r7090:1a32f541fce9
parent child
Show More
@@ -181,8 +181,10 class RepositoriesMercurialControllerTest < ActionController::TestCase
181 181 end
182 182
183 183 def test_show_tag
184 assert_equal 0, @repository.changesets.count
184 185 @repository.fetch_changesets
185 @repository.reload
186 @project.reload
187 assert_equal NUM_REV, @repository.changesets.count
186 188 [
187 189 @tag_char_1,
188 190 'tag_test.00',
General Comments 0
You need to be logged in to leave comments. Login now