##// END OF EJS Templates
Rails3: scm: mercurial: fix error of test_show_branch at functional test...
Toshi MARUYAMA -
r7089:1e832322bec5
parent child
Show More
@@ -158,8 +158,10 class RepositoriesMercurialControllerTest < ActionController::TestCase
158 end
158 end
159
159
160 def test_show_branch
160 def test_show_branch
161 assert_equal 0, @repository.changesets.count
161 @repository.fetch_changesets
162 @repository.fetch_changesets
162 @repository.reload
163 @project.reload
164 assert_equal NUM_REV, @repository.changesets.count
163 [
165 [
164 'default',
166 'default',
165 @branch_char_1,
167 @branch_char_1,
General Comments 0
You need to be logged in to leave comments. Login now