@@ -91,8 +91,10 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
91 | 91 | end |
|
92 | 92 | |
|
93 | 93 | def test_entries_rev3 |
|
94 | assert_equal 0, @repository.changesets.count | |
|
94 | 95 | @repository.fetch_changesets |
|
95 |
@ |
|
|
96 | @project.reload | |
|
97 | assert_equal CHANGESETS_NUM, @repository.changesets.count | |
|
96 | 98 | entries = @repository.entries('', '3') |
|
97 | 99 | assert_equal 3, entries.size |
|
98 | 100 | assert_equal entries[2].name, "README" |
General Comments 0
You need to be logged in to leave comments.
Login now