@@ -217,8 +217,10 class RepositoryMercurialTest < ActiveSupport::TestCase | |||
|
217 | 217 | end |
|
218 | 218 | |
|
219 | 219 | def test_find_changeset_by_invalid_name |
|
220 | assert_equal 0, @repository.changesets.count | |
|
220 | 221 | @repository.fetch_changesets |
|
221 |
@ |
|
|
222 | @project.reload | |
|
223 | assert_equal NUM_REV, @repository.changesets.count | |
|
222 | 224 | assert_nil @repository.find_changeset_by_name('100000') |
|
223 | 225 | end |
|
224 | 226 |
General Comments 0
You need to be logged in to leave comments.
Login now