diff --git a/test/implementations/onblocks/datatreestore/shrinking/DataTreeShrinkingTest.cpp b/test/implementations/onblocks/datatreestore/shrinking/DataTreeShrinkingTest.cpp index ae83656f..aa507799 100644 --- a/test/implementations/onblocks/datatreestore/shrinking/DataTreeShrinkingTest.cpp +++ b/test/implementations/onblocks/datatreestore/shrinking/DataTreeShrinkingTest.cpp @@ -49,3 +49,5 @@ TEST_F(DataTreeShrinkingTest, ShrinkATwoLeafTree_IntermediateBlocksAreDeleted) { } //TODO Test Shrinking full trees down to 1-leaf-tree +//TODO Test DataStaysIntact +//TODO Test DepthFlags stay intact