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