]> source.dussan.org Git - redmine.git/commit
scm: git: skip non UTF-8 path encoding test of unit model test in JRuby (#5251).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 8 Jun 2011 10:06:03 +0000 (10:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 8 Jun 2011 10:06:03 +0000 (10:06 +0000)
commit91abe154824d14e42a2a3a6cd8e1556e7c34969e
tree2f74814c1682b6b60528c3cd1a86a6c38d1ae52e
parent048bc3b50ba6bfa3d3121aa2f530cee5c793b6ff
scm: git: skip non UTF-8 path encoding test of unit model test in JRuby (#5251).

Git, Mercurial and CVS path encodings are binary.
Subversion supports URL encoding for path.
Redmine Mercurial adapter and extension use URL encoding.
Git accepts only binary path in command line parameter.
So, there is no way to use binary command line parameter in JRuby.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6005 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/unit/repository_git_test.rb