@@ -190,14 +190,14 class RepositoryGitTest < ActiveSupport::TestCase | |||
|
190 | 190 | @project.reload |
|
191 | 191 | assert_equal NUM_REV - 5, @repository.changesets.count |
|
192 | 192 | |
|
193 |
extra_info_heads << " |
|
|
193 | extra_info_heads << "1234abcd5678" | |
|
194 | 194 | h = {} |
|
195 | 195 | h["heads"] = extra_info_heads |
|
196 | 196 | @repository.merge_extra_info(h) |
|
197 | 197 | @repository.save |
|
198 | 198 | @project.reload |
|
199 | 199 | h1 = @repository.extra_info["heads"].dup |
|
200 |
assert h1.index(" |
|
|
200 | assert h1.index("1234abcd5678") | |
|
201 | 201 | assert_equal 5, h1.size |
|
202 | 202 | |
|
203 | 203 | @repository.fetch_changesets |
General Comments 0
You need to be logged in to leave comments.
Login now