]> source.dussan.org Git - redmine.git/commit
scm: git: skip non UTF-8 path encoding test of functional test in JRuby (#5251).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 8 Jun 2011 10:05:15 +0000 (10:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 8 Jun 2011 10:05:15 +0000 (10:05 +0000)
commit4690082157c0a4f2f3a0a9989824945375b72af0
tree17603d38620c464a90d099bca67c4c81e0c4ab46
parent18229f2f303458d032136d72494a4b1c7b6fbaba
scm: git: skip non UTF-8 path encoding test of functional 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@6003 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/functional/repositories_git_controller_test.rb