assertEquals(test, data);
}
public void testDeletion() throws IOException, CHKEncodeException, CHKVerifyException, CHKDecodeException, InterruptedException {
CHKStore store = new CHKStore();
new SlashdotStore<CHKBlock>(store, 10, 500, 100, new TrivialTicker(exec), tbf);
// Encode a block
String test = "test";
ClientCHKBlock block = encodeBlock(test);
store.put(block.getBlock(), false);