diff options
Diffstat (limited to 'tests/auto/declarative/states')
-rw-r--r-- | tests/auto/declarative/states/tst_states.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/states/tst_states.cpp b/tests/auto/declarative/states/tst_states.cpp index d6df37e..40e9aa8 100644 --- a/tests/auto/declarative/states/tst_states.cpp +++ b/tests/auto/declarative/states/tst_states.cpp @@ -365,13 +365,8 @@ void tst_states::signalOverrideCrash() MyRect *rect = qobject_cast<MyRect*>(rectComponent.create()); QVERIFY(rect != 0); - //QCOMPARE(rect->color(),QColor("red")); - //rect->doSomething(); - //QCOMPARE(rect->color(),QColor("blue")); - rect->setState("overridden"); rect->doSomething(); - //QCOMPARE(rect->color(),QColor("green")); } void tst_states::parentChange() |