@@ -87,8 +87,10 class RepositoryBazaarTest < ActiveSupport::TestCase | |||
|
87 | 87 | end |
|
88 | 88 | |
|
89 | 89 | def test_previous_nil |
|
90 | assert_equal 0, @repository.changesets.count | |
|
90 | 91 | @repository.fetch_changesets |
|
91 |
@ |
|
|
92 | @project.reload | |
|
93 | assert_equal NUM_REV, @repository.changesets.count | |
|
92 | 94 | changeset = @repository.find_changeset_by_name('1') |
|
93 | 95 | assert_nil changeset.previous |
|
94 | 96 | end |
General Comments 0
You need to be logged in to leave comments.
Login now