diff options
author | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-04-29 09:14:06 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-04-29 09:14:06 (GMT) |
commit | 6926197f1b817882fa074eecbe4f62f40e067642 (patch) | |
tree | 8773b1f0f5d837bdcc80b2ea94b501e0b10f0418 /tests | |
parent | c3f245e4dd5ca3422c6fdcb88c9ceea6b8a4c3ed (diff) | |
download | Qt-6926197f1b817882fa074eecbe4f62f40e067642.zip Qt-6926197f1b817882fa074eecbe4f62f40e067642.tar.gz Qt-6926197f1b817882fa074eecbe4f62f40e067642.tar.bz2 |
Remove QEXPECT_FAIL because e06c2e15 fixes this test as well.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qstatemachine/tst_qstatemachine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qstatemachine/tst_qstatemachine.cpp b/tests/auto/qstatemachine/tst_qstatemachine.cpp index 7e034ea..3f44287 100644 --- a/tests/auto/qstatemachine/tst_qstatemachine.cpp +++ b/tests/auto/qstatemachine/tst_qstatemachine.cpp @@ -2882,7 +2882,6 @@ void tst_QStateMachine::parallelStateTransition() QVERIFY(machine.configuration().contains(s1)); - QEXPECT_FAIL("", "This failure is defined in the algorithm. We need to find out what behavior is correct.", Abort); QVERIFY(machine.configuration().contains(s2)); QVERIFY(machine.configuration().contains(s1OtherChild)); QVERIFY(machine.configuration().contains(s2InitialChild)); |