cache: fix cache server test

This commit is contained in:
Adam
2017-05-31 21:02:17 -04:00
parent f81592c320
commit 1bc843b648

View File

@@ -101,6 +101,8 @@ public class CacheServerTest
Index index = store2.findIndex(0);
Archive archive = index.getArchive(0);
archive.decompressAndLoad(null); // cache client doesn't decompress archive
File file = archive.getFiles().get(0);
Assert.assertArrayEquals("test".getBytes(), file.getContents());
}