##// END OF EJS Templates
Rails3: scm: git: fix error of test_latest_changesets_latin_1_dir at unit model test...
Toshi MARUYAMA -
r6967:9c81407b9170
parent child
Show More
@@ -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 @repository.reload
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