diff --git a/test/implementations/onblocks/BlobStoreTest.cpp b/test/implementations/onblocks/BlobStoreTest.cpp index 123e7f0e..90cf7548 100644 --- a/test/implementations/onblocks/BlobStoreTest.cpp +++ b/test/implementations/onblocks/BlobStoreTest.cpp @@ -38,5 +38,6 @@ TEST_F(BlobStoreTest, BlobIsNotLoadableAfterDeletion_DeleteAfterLoading) { //TODO Test read/write with loading inbetween //Taken from BlockStoreTest.h: -//TODO Created blob is zeroed out -//TODO Created blob is zeroed out after loading +//TODO Blob is zeroed out after growing +//TODO Blob is zeroed out after growing and loading +//TODO Last blob part is zeroed out after shrinking and regrowing