This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 09e1c6f Fix test class name.
09e1c6f is described below
commit 09e1c6f0d2b56d3b4dff854679c1e4543f789ec1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 29 09:14:32 2021 -0400
Fix test class name.
---
...eChartInPathTest.java => FileObjectEscapeCharacterInPathTest.java} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeChartInPathTest.java
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeCharacterInPathTest.java
similarity index 97%
rename from
commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeChartInPathTest.java
rename to
commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeCharacterInPathTest.java
index 66ab4b3..3ea7e34 100644
---
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeChartInPathTest.java
+++
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeCharacterInPathTest.java
@@ -36,7 +36,7 @@ import org.apache.commons.lang3.function.FailableFunction;
import org.apache.commons.vfs2.impl.StandardFileSystemManager;
import org.junit.Test;
-public class FileObjectEscapeChartInPathTest {
+public class FileObjectEscapeCharacterInPathTest {
private static final String REL_PATH_GREAT =
"src/test/resources/test-data/好.txt";
@@ -111,6 +111,6 @@ public class FileObjectEscapeChartInPathTest {
@Test
public void testToFile2() throws IOException {
- testToFile(FileObjectEscapeChartInPathTest::toFile2);
+ testToFile(FileObjectEscapeCharacterInPathTest::toFile2);
}
}