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