summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-03-24 16:24:55 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-03-26 07:30:03 +0000
commitb854233ee924d020ca8dfd30996d1483f04e4e7a (patch)
treef280fc52cbefa540393f5da17e3836191791e2ef /tests
parent5a7fdcaf649a51be5f18dc3ef1fbea26b0dbdef1 (diff)
Remove last vestiges of parent-child data from ClipBlendNode
Change-Id: I76c28fc48ee6683f3e86aceffd66e2b579899d5b Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/animation/clipblendnode/tst_clipblendnode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp b/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp
index b480a5ab8..b64e263bf 100644
--- a/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp
+++ b/tests/auto/animation/clipblendnode/tst_clipblendnode.cpp
@@ -117,7 +117,6 @@ private Q_SLOTS:
// THEN
QCOMPARE(backendClipBlendNode.isEnabled(), false);
QVERIFY(backendClipBlendNode.peerId().isNull());
- QCOMPARE(backendClipBlendNode.childrenIds(), Qt3DCore::QNodeIdVector());
QVERIFY(backendClipBlendNode.clipBlendNodeManager() == nullptr);
QCOMPARE(backendClipBlendNode.blendType(), ClipBlendNode::LerpBlendType);
QCOMPARE(backendClipBlendNode.clipResults(Qt3DCore::QNodeId()), ClipResults());
@@ -141,7 +140,6 @@ private Q_SLOTS:
// THEN
QCOMPARE(backendClipBlendNode.isEnabled(), true);
QCOMPARE(backendClipBlendNode.peerId(), clipBlendNode.id());
- QCOMPARE(backendClipBlendNode.childrenIds().size(), 0);
QCOMPARE(backendClipBlendNode.clipBlendNodeManager(), &manager);
QCOMPARE(backendClipBlendNode.blendType(), ClipBlendNode::LerpBlendType);
QCOMPARE(backendClipBlendNode.clipResults(Qt3DCore::QNodeId()), ClipResults());