##// END OF EJS Templates
scm: mercurial: use NUM_REV instead of hard-coded number of revisions at "test_fetch_changesets_incremental" of unit model test...
Toshi MARUYAMA -
r7532:520a8e6f15e2
parent child
Show More
@@ -73,7 +73,7 class RepositoryMercurialTest < ActiveSupport::TestCase
73 73
74 74 @repository.fetch_changesets
75 75 @project.reload
76 assert_equal 29, @repository.changesets.count
76 assert_equal NUM_REV, @repository.changesets.count
77 77 end
78 78
79 79 def test_isodatesec
General Comments 0
You need to be logged in to leave comments. Login now