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