]> source.dussan.org Git - redmine.git/commit
Merged r6004 from trunk.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 17 Aug 2011 08:16:02 +0000 (08:16 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 17 Aug 2011 08:16:02 +0000 (08:16 +0000)
commitb6dbf26c865680fd012086682e7ba99c9b5bcef3
tree1527ec6bf48deb4dbd832b942af489dbf65d1bf1
parent8c7e0e279c45592b2646650ed6e728487a0fa5af
Merged r6004 from trunk.

scm: git: skip non UTF-8 path encoding test of unit adapter test in JRuby.

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/branches/1.2-stable@6451 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb