summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-10-29 16:51:38 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-30 09:52:18 +0000
commit998558ab5ce1d217f4c4fa79fa1bb00854bbfe2a (patch)
tree49321cc71da55d18243b8f20c2a67550ceeee786 /tests
parent09afc8d5e840870622444f3e9130cc711941b255 (diff)
The test403c fixed after an obvious fix in QStateMachine.
After https://codereview.qt-project.org/#/c/139404/ is in. Change-Id: Id272ced98ab06b0a3a1d2299788e5838cbb1bfe4 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/tst_scion.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index 7b18201..724f0e0 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -44,8 +44,6 @@ static QSet<QString> weFailOnThese = QSet<QString>()
<< QLatin1String("w3c-ecma/test201.txml")
<< QLatin1String("w3c-ecma/test364.txml") // initial attribute on <state>
<< QLatin1String("w3c-ecma/test388.txml") // Qt refuses to set an initial state to a "deep" state
- << QLatin1String("w3c-ecma/test403c.txml")
-
// Currently we do not support loading data as XML content inside the <data> tag.
<< QLatin1String("w3c-ecma/test557.txml")