From 17440ec52d630c54db712d309ff427dd7164d742 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 22 Jan 2015 23:45:37 +0100 Subject: [PATCH] Changed TODOs --- .../implementations/onblocks/datanodestore/DataLeafNodeTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/blobstore/implementations/onblocks/datanodestore/DataLeafNodeTest.cpp b/src/test/blobstore/implementations/onblocks/datanodestore/DataLeafNodeTest.cpp index 7d2a7124..191dbf6d 100644 --- a/src/test/blobstore/implementations/onblocks/datanodestore/DataLeafNodeTest.cpp +++ b/src/test/blobstore/implementations/onblocks/datanodestore/DataLeafNodeTest.cpp @@ -175,7 +175,7 @@ TEST_F(DataLeafNodeTest, ShrinkingDoesntDestroyValidDataRegion) { } -/* +/* TODO * The following test cases test reading/writing part of a leaf. This doesn't make much sense, * since the new leaf abstraction doesn't offer read()/write() anymore, but direct data pointer access. * However, these test cases might make sense wherever the read()/write() for a leaf will be implemented.