Skip to content

Commit ce7ca19

Browse files
committed
unit tests are edited for line segments geode
1 parent 94e5f0c commit ce7ca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/CanvasTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void CanvasTest::testStructure(entity::Canvas *canvas)
265265
QVERIFY(groupData);
266266
QCOMPARE(int(groupData->getNodeMask()), int(cher::MASK_CANVASDATA_IN));
267267
QCOMPARE(switchC->getChild(0), groupData);
268-
QCOMPARE(static_cast<int>(groupData->getNumChildren()), 3);
268+
QCOMPARE(static_cast<int>(groupData->getNumChildren()), 4);
269269
QVERIFY(switchC->getChildValue(groupData));
270270

271271
qInfo("Test frame tools");

0 commit comments

Comments
 (0)