Skip to content

Commit

Permalink
Revert accidental WIP in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmiley committed Jan 11, 2019
1 parent c1af53a commit 4defd0a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ public void tearDown() throws Exception {
private static String[] testUrlSuffixes = new String[]{
"","/pathInfo","/pathInfo/%23%25abc","?q=v","/p?q=v",
"/p?query=note:Leitbild",//colon Issue#4
"/p?id=p%20i", "/p%20i", // encoded space in param then in path
"/test%3F?q=v"
"/p?id=p%20i", "/p%20i" // encoded space in param then in path
};
//TODO add "/p//doubleslash//f.txt" however HTTPUnit gets in the way. See issue #24

Expand Down

0 comments on commit 4defd0a

Please sign in to comment.