@@ -70,7 +70,7 class RepositoryGitTest < ActiveSupport::TestCase | |||
|
70 | 70 | @repository.fetch_changesets |
|
71 | 71 | @project.reload |
|
72 | 72 | |
|
73 |
assert_equal |
|
|
73 | assert_equal NUM_REV, @repository.changesets.count | |
|
74 | 74 | assert_equal 33, @repository.changes.count |
|
75 | 75 | |
|
76 | 76 | commit = @repository.changesets.find(:first, :order => 'committed_on ASC') |
General Comments 0
You need to be logged in to leave comments.
Login now