@@ -82,7 +82,7 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
82 | 82 | def test_deleted_files_should_not_be_listed |
|
83 | 83 | assert_equal 0, @repository.changesets.count |
|
84 | 84 | @repository.fetch_changesets |
|
85 |
@ |
|
|
85 | @project.reload | |
|
86 | 86 | assert_equal CHANGESETS_NUM, @repository.changesets.count |
|
87 | 87 | |
|
88 | 88 | entries = @repository.entries('sources') |
General Comments 0
You need to be logged in to leave comments.
Login now