mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-03-20 00:00:03 -04:00
Cleanup of AreaOfInterest
Conflicts: servlet/src/test/java/com/twelvemonkeys/servlet/image/ImageServletResponseImplTestCase.java
This commit is contained in:
committed by
Shihab Uddin
parent
8137165bac
commit
2f06f2de6d
@@ -66,7 +66,7 @@ public class ImageServletResponseImplTestCase {
|
||||
when(context.getMimeType("file.txt")).thenReturn(CONTENT_TYPE_TEXT);
|
||||
}
|
||||
|
||||
private void fakeResponse(HttpServletRequest pRequest, DefaultImageServletResponse pImageResponse) throws IOException {
|
||||
private void fakeResponse(HttpServletRequest pRequest, ImageServletResponseImpl pImageResponse) throws IOException {
|
||||
String uri = pRequest.getRequestURI();
|
||||
int index = uri.lastIndexOf('/');
|
||||
assertTrue(uri, index >= 0);
|
||||
|
||||
Reference in New Issue
Block a user