Searched defs:testBadUri (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/nio/file/Path/
H A DUriImportExport.java98 static void testBadUri(String s) throws Exception { method in class:UriImportExport
112 testBadUri("file:foo");
113 testBadUri("file:/foo?q");
114 testBadUri("file:/foo#f");
135 testBadUri("file:foo");
136 testBadUri("file://server/foo");
137 testBadUri("file:///foo%00");

Completed in 28 milliseconds