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