@@ -105,8 +105,10 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
105 | 105 | end |
|
106 | 106 | |
|
107 | 107 | def test_entries_invalid_path |
|
108 | assert_equal 0, @repository.changesets.count | |
|
108 | 109 | @repository.fetch_changesets |
|
109 |
@ |
|
|
110 | @project.reload | |
|
111 | assert_equal CHANGESETS_NUM, @repository.changesets.count | |
|
110 | 112 | assert_nil @repository.entries('missing') |
|
111 | 113 | assert_nil @repository.entries('missing', '3') |
|
112 | 114 | end |
General Comments 0
You need to be logged in to leave comments.
Login now