diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-10 01:42:00 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-10 01:42:00 (GMT) |
commit | 2b1617e7e6050bef8de0f6d2129f4414a1b3ec28 (patch) | |
tree | 0e7fca9239079df3f734a32259efdf3e181daa7c /tests/auto/declarative/states | |
parent | 80cc666f4f3c7cc2fc6aed806951564066011e09 (diff) | |
download | Qt-2b1617e7e6050bef8de0f6d2129f4414a1b3ec28.zip Qt-2b1617e7e6050bef8de0f6d2129f4414a1b3ec28.tar.gz Qt-2b1617e7e6050bef8de0f6d2129f4414a1b3ec28.tar.bz2 |
Test (and fix) animation actions.
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() |