Skip to content

Commit

Permalink
clean up tests in server that used to rely on EvilParser (early name …
Browse files Browse the repository at this point in the history
…for MockParser)...discovered while working on 2.x branch TIKA-1 8 5 1.
  • Loading branch information
tballison committed Feb 6, 2016
1 parent 559557a commit c5b9cb7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
Expand Up @@ -122,8 +122,6 @@ public void test415() throws Exception {
.create(endPoint + path)
.type("blechdeblah/deblechdeblah")
.accept("*/*")
.header("Content-Disposition",
"attachment; filename=null_pointer.evil")
.put(ClassLoader.getSystemResourceAsStream(TEST_NULL));
assertNotNull("null response: " + path, response);
assertEquals("bad type: " + path, 415, response.getStatus());
Expand Down
Expand Up @@ -118,8 +118,6 @@ public void test415() throws Exception {
.create(endPoint + path)
.type("blechdeblah/deblechdeblah")
.accept("*/*")
.header("Content-Disposition",
"attachment; filename=null_pointer.evil")
.put(ClassLoader.getSystemResourceAsStream(TEST_NULL));
assertNotNull("null response: " + path, response);
assertEquals("bad type: " + path, 415, response.getStatus());
Expand Down

This file was deleted.

0 comments on commit c5b9cb7

Please sign in to comment.