diff --git a/servlet/src/test/java/com/twelvemonkeys/servlet/image/ImageFilterTestCase.java b/servlet/src/test/java/com/twelvemonkeys/servlet/image/ImageFilterTestCase.java index 45a7da87..c4e4d3cb 100644 --- a/servlet/src/test/java/com/twelvemonkeys/servlet/image/ImageFilterTestCase.java +++ b/servlet/src/test/java/com/twelvemonkeys/servlet/image/ImageFilterTestCase.java @@ -344,8 +344,6 @@ public class ImageFilterTestCase { // decoded once, then encoded once } - // TODO: Add various test cases where resource/upstream filter fails (response.sendError + exception) - @Test(expected = ServletException.class) public void passThroughIfNotTriggerException() throws ServletException, IOException { // Filter init & setup