diff --git a/src/db/unit_tests/dbHierProcessorTests.cc b/src/db/unit_tests/dbHierProcessorTests.cc index de0508386..32a6b40b6 100644 --- a/src/db/unit_tests/dbHierProcessorTests.cc +++ b/src/db/unit_tests/dbHierProcessorTests.cc @@ -460,8 +460,8 @@ TEST(BasicAnd9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 0 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 4 shapes (2 times)\n" + "RING[1] 0 insts, 0 shapes (1 times)\n" ); } @@ -476,8 +476,8 @@ TEST(BasicNot9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 0 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 4 shapes (2 times)\n" + "RING[1] 0 insts, 0 shapes (1 times)\n" ); } @@ -600,8 +600,8 @@ TEST(BasicAndWithSize9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 0 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 6 shapes (2 times)\n" + "RING[1] 0 insts, 0 shapes (1 times)\n" ); } @@ -616,8 +616,8 @@ TEST(BasicNotWithSize9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 0 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 6 shapes (2 times)\n" + "RING[1] 0 insts, 0 shapes (1 times)\n" ); } @@ -752,8 +752,8 @@ TEST(TwoInputsAnd9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 1 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 4 shapes (2 times)\n" + "RING[1] 1 insts, 0 shapes (1 times)\n" ); } @@ -768,8 +768,8 @@ TEST(TwoInputsNot9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 1 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 4 shapes (2 times)\n" + "RING[1] 1 insts, 0 shapes (1 times)\n" ); } @@ -892,8 +892,8 @@ TEST(TwoInputsAndWithSize9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 1 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 6 shapes (2 times)\n" + "RING[1] 1 insts, 0 shapes (1 times)\n" ); } @@ -908,8 +908,8 @@ TEST(TwoInputsNotWithSize9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 1 insts, 0 shapes (1 times)\n" "CHILD1[1] 0 insts, 6 shapes (2 times)\n" + "RING[1] 1 insts, 0 shapes (1 times)\n" ); } @@ -984,8 +984,8 @@ TEST(BasicSelfOverlap9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 0 insts, 1 shapes (1 times)\n" "CHILD1[1] 0 insts, 4 shapes (2 times)\n" + "RING[1] 0 insts, 1 shapes (1 times)\n" ); } @@ -1054,8 +1054,8 @@ TEST(BasicSelfOverlapWithSize9) // from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than // 6. And the shapes from top inside the ring are not seen by the RING's subject shapes. "TOP[1] 0 insts, 0 shapes (1 times)\n" - "RING[1] 0 insts, 1 shapes (1 times)\n" "CHILD1[1] 0 insts, 6 shapes (2 times)\n" + "RING[1] 0 insts, 1 shapes (1 times)\n" ); }