fixed bad merge

This commit is contained in:
gregw 2021-02-17 18:49:37 +01:00
parent 349b89d7e4
commit 97ee0fd527
1 changed files with 0 additions and 3 deletions

View File

@ -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());