Rails3: scm: git: fix error of test_latest_changesets_latin_1_dir at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7087 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2cc6197b70
commit
9c81407b91
|
@ -350,8 +350,10 @@ class RepositoryGitTest < ActiveSupport::TestCase
|
||||||
elsif JRUBY_SKIP
|
elsif JRUBY_SKIP
|
||||||
puts JRUBY_SKIP_STR
|
puts JRUBY_SKIP_STR
|
||||||
else
|
else
|
||||||
|
assert_equal 0, @repository.changesets.count
|
||||||
@repository.fetch_changesets
|
@repository.fetch_changesets
|
||||||
@repository.reload
|
@project.reload
|
||||||
|
assert_equal NUM_REV, @repository.changesets.count
|
||||||
changesets = @repository.latest_changesets(
|
changesets = @repository.latest_changesets(
|
||||||
"latin-1-dir/test-#{@char_1}-subdir", '1ca7f5ed')
|
"latin-1-dir/test-#{@char_1}-subdir", '1ca7f5ed')
|
||||||
assert_equal [
|
assert_equal [
|
||||||
|
|
Loading…
Reference in New Issue