@@ -39,7 +39,7 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
39 | 39 | def test_fetch_changesets_from_scratch |
|
40 | 40 | assert_equal 0, @repository.changesets.count |
|
41 | 41 | @repository.fetch_changesets |
|
42 |
@ |
|
|
42 | @project.reload | |
|
43 | 43 | |
|
44 | 44 | assert_equal CHANGESETS_NUM, @repository.changesets.count |
|
45 | 45 | assert_equal 16, @repository.changes.count |
General Comments 0
You need to be logged in to leave comments.
Login now