@@ -114,8 +114,10 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
114 | 114 | end |
|
115 | 115 | |
|
116 | 116 | def test_entries_invalid_revision |
|
117 | assert_equal 0, @repository.changesets.count | |
|
117 | 118 | @repository.fetch_changesets |
|
118 |
@ |
|
|
119 | @project.reload | |
|
120 | assert_equal CHANGESETS_NUM, @repository.changesets.count | |
|
119 | 121 | assert_nil @repository.entries('', '123') |
|
120 | 122 | end |
|
121 | 123 |
General Comments 0
You need to be logged in to leave comments.
Login now