fixed bad merge
This commit is contained in:
parent
349b89d7e4
commit
97ee0fd527
|
@ -300,9 +300,6 @@ public class HttpURITest
|
|||
|
||||
uri = HttpURI.from("http://host/path/.info");
|
||||
assertEquals("/path/.info", uri.getDecodedPath());
|
||||
assertEquals("http://host:8080?query", uri.toString()); // Yes silly result!
|
||||
|
||||
uri.setQuery(null);
|
||||
|
||||
uri = HttpURI.from("http://host/path/./info");
|
||||
assertEquals("/path/info", uri.getDecodedPath());
|
||||
|
|
Loading…
Reference in New Issue