[EMAIL PROTECTED] wrote:
- assertTrue(meta1 == meta2); + assertTrue(meta1.getMimeType() == meta2.getMimeType()); + assertTrue(meta1.getContentLength() == meta2.getContentLength()); + assertTrue(meta1.getLastModified() == meta2.getLastModified());
Looks like caching source ain't working correctly anymore. It should be returning same (cached) objects.
Vadim
