@@ -350,8 +350,10 class RepositoryGitTest < ActiveSupport::TestCase | |||
|
350 | 350 | elsif JRUBY_SKIP |
|
351 | 351 | puts JRUBY_SKIP_STR |
|
352 | 352 | else |
|
353 | assert_equal 0, @repository.changesets.count | |
|
353 | 354 | @repository.fetch_changesets |
|
354 |
@ |
|
|
355 | @project.reload | |
|
356 | assert_equal NUM_REV, @repository.changesets.count | |
|
355 | 357 | changesets = @repository.latest_changesets( |
|
356 | 358 | "latin-1-dir/test-#{@char_1}-subdir", '1ca7f5ed') |
|
357 | 359 | assert_equal [ |
General Comments 0
You need to be logged in to leave comments.
Login now