@@ -207,8 +207,10 class RepositorySubversionTest < ActiveSupport::TestCase | |||||
207 | end |
|
207 | end | |
208 |
|
208 | |||
209 | def test_next_nil |
|
209 | def test_next_nil | |
|
210 | assert_equal 0, @repository.changesets.count | |||
210 | @repository.fetch_changesets |
|
211 | @repository.fetch_changesets | |
211 |
@ |
|
212 | @project.reload | |
|
213 | assert_equal NUM_REV, @repository.changesets.count | |||
212 | changeset = @repository.find_changeset_by_name('11') |
|
214 | changeset = @repository.find_changeset_by_name('11') | |
213 | assert_nil changeset.next |
|
215 | assert_nil changeset.next | |
214 | end |
|
216 | end |
General Comments 0
You need to be logged in to leave comments.
Login now