Skip to content

Commit

Permalink
trying to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Sep 2, 2021
1 parent bb83b86 commit 7bd437a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ public void testResourceCache() throws Exception

// with both types of buffer loaded, this is too large for cache
content.getIndirectBuffer();
assertEquals(cache.isUseFileMappedBuffer()?0:80,cache.getCachedSize());
assertEquals("isUseFileMappedBuffer?"+cache.isUseFileMappedBuffer(),
cache.isUseFileMappedBuffer()?0:80,cache.getCachedSize());
assertEquals(0,cache.getCachedFiles());

cache=new ResourceCache(null,directory,new MimeTypes(),true,false,false);
Expand Down

0 comments on commit 7bd437a

Please sign in to comment.