This commit is contained in:
Sebastian Messmer 2015-02-09 19:25:07 +01:00
parent 7a2e2ec8a6
commit 424c4085a3

View File

@ -342,3 +342,4 @@ TEST_F(DataTreeGrowingDataTest, GrowAThreeNodeChainedTree_DataStaysIntact) {
//TODO Test that when growing, the original leaves retains its data (for ThreeLevelTreeWithLowerLevelFull, FullTwoLevelTree)
//TODO Test tree depth markers on the nodes
//TODO Build-up test cases (build a leaf tree, add N leaves and check end state. End states for example FullTwoLevelTree, FullThreeLevelTree)