diff options
Diffstat (limited to 'org.eclipse.jgit.test')
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java index b5a753bbba..2202a91d3f 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java @@ -822,7 +822,7 @@ public class URIishTest { String[] users = new String[] { "me", "l usr\\example.com", "lusr\\example" }; String[] passes = new String[] { "wtf", }; - String[] hosts = new String[] { "example.com", "1.2.3.4" }; + String[] hosts = new String[] { "example.com", "1.2.3.4", "[::1]" }; String[] ports = new String[] { "1234", "80" }; String[] paths = new String[] { "/", "/abc", "D:/x", "D:\\x" }; for (String[] test : tests) { |