Redmine/test/unit/lib/redmine/scm/adapters
Toshi MARUYAMA 048bc3b50b 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
2011-06-08 10:05:40 +00:00
..
bazaar_adapter_test.rb scm: bazaar: add unit adapter test that append_revisions_only is false in test shared repository branch (#2799, #4741, #8030). 2011-05-27 02:52:51 +00:00
cvs_adapter_test.rb scm: cvs: add unit adapter test of default path_encoding is UTF-8 (#3462). 2011-05-21 02:19:38 +00:00
darcs_adapter_test.rb scm: darcs: remove trailing white-spaces from unit adapter test. 2011-05-13 06:15:57 +00:00
filesystem_adapter_test.rb scm: filesystem: add unit adapter test of default path_encoding is UTF-8 (#2274). 2011-05-21 02:18:07 +00:00
git_adapter_test.rb scm: git: skip non UTF-8 path encoding test of unit adapter test in JRuby (#5251). 2011-06-08 10:05:40 +00:00
mercurial_adapter_test.rb scm: mercurial: add unit adapter test of default path_encoding is UTF-8 (#2664). 2011-05-21 02:38:56 +00:00
subversion_adapter_test.rb scm: subversion: add unit adapter test that info is nil if repository path is invalid. 2011-05-25 11:04:01 +00:00