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