]> source.dussan.org Git - redmine.git/commit
scm: git: skip non UTF-8 path encoding test of unit adapter test in JRuby (#5251).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 8 Jun 2011 10:05:40 +0000 (10:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 8 Jun 2011 10:05:40 +0000 (10:05 +0000)
commit048bc3b50ba6bfa3d3121aa2f530cee5c793b6ff
tree6d0fc59a8a8610ded8401fcba3873c768337ce49
parent4690082157c0a4f2f3a0a9989824945375b72af0
scm: git: skip non UTF-8 path encoding test of unit adapter 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@6004 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb