We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e8080 commit f598619Copy full SHA for f598619
commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/FtpProviderIPv6TestCase.java
@@ -50,9 +50,7 @@ public void prepare(final DefaultFileSystemManager manager) throws Exception {
50
@org.junit.Test
51
public void testResolveIPv6Url() throws Exception {
52
final String ipv6Url = "ftp://[fe80::1c42:dae:8370:aea6%en1]/file.txt";
53
-
54
final FtpFileObject fileObject = (FtpFileObject) getManager().resolveFile(ipv6Url, new FileSystemOptions());
55
56
assertEquals("ftp://[fe80::1c42:dae:8370:aea6%en1]/", fileObject.getFileSystem().getRootURI());
57
assertEquals("file.txt", fileObject.getRelPath());
58
}
0 commit comments