jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk
Masaya Suzuki d4a21a76ff Skip some tests when the runtime cannot handle Unicode file paths
When executing a test with LANG environment variable set to non UTF-8
encoding, it seems that JRE cannot handle Unicode file paths. This
happens when this test is executed in Bazel as it unsets LANG
(https://docs.bazel.build/versions/master/test-encyclopedia.html#initial-conditions).

Skip the test if the runtime cannot handle Unicode file paths.

Change-Id: I16bd3cd959dbaf2335b9c5202873e2f12ed0ba21
Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
2018-12-23 22:37:14 -08:00
..
filter Explicitly specify charset when calling getBytes 2018-09-26 08:31:13 +09:00
AbstractTreeIteratorTest.java Make inner classes static where possible 2018-09-26 08:31:13 +09:00
CanonicalTreeParserTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
EmptyTreeIteratorTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
FileTreeIteratorTest.java Skip some tests when the runtime cannot handle Unicode file paths 2018-12-23 22:37:14 -08:00
FileTreeIteratorWithTimeControl.java Remove 'final' in parameter lists 2018-05-15 17:05:02 -04:00
ForPathTest.java ForPathTest: Open TreeWalk in try-with-resource 2016-02-15 17:09:09 +09:00
NameConflictTreeWalkTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
PostOrderTreeWalkTest.java Remove further unnecessary 'final' keywords 2018-05-18 17:59:45 +02:00
TreeWalkBasicDiffTest.java Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and 2016-01-19 18:48:48 +01:00
TreeWalkJava7Test.java TreeWalkJava7Test: Open TreeWalk in try-with-resource 2016-02-05 11:42:44 +09:00