fix bug in http cache integration test

This commit is contained in:
Sebastian Sdorra
2012-12-14 16:54:17 +01:00
parent 0c18b54b8e
commit 8b22788fe8

View File

@@ -123,7 +123,7 @@ public abstract class HttpCacheITCaseBase<T>
long otherLastModified = getLastModified(response); long otherLastModified = getLastModified(response);
assertEquals(lastModified, otherLastModified); assertNotEquals(lastModified, otherLastModified);
} }
/** /**