From 080a1f3ff328005b78f89381c8d9faf4b0b8e16c Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Wed, 19 Oct 2011 13:24:34 +1000 Subject: Remove SkipMode from qtestlib API. The SkipMode parameter to QSKIP has been removed in qtbase, therefore it must also be removed here. Task-number: QTBUG-21851, QTBUG-21652 Change-Id: I8016f8c28338b1b532bdb593c796d699b99250dc Reviewed-by: Charles Yin Reviewed-by: Rohan McGovern --- tests/benchmarks/declarative/creation/tst_creation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/declarative/creation/tst_creation.cpp b/tests/benchmarks/declarative/creation/tst_creation.cpp index 70099f669f..ebc51dde8a 100644 --- a/tests/benchmarks/declarative/creation/tst_creation.cpp +++ b/tests/benchmarks/declarative/creation/tst_creation.cpp @@ -348,7 +348,7 @@ void tst_creation::elements() QFETCH(QString, type); QDeclarativeType *t = QDeclarativeMetaType::qmlType(type, 2, 0); if (!t || !t->isCreatable()) - QSKIP("Non-creatable type", SkipSingle); + QSKIP("Non-creatable type"); QBENCHMARK { QObject *obj = t->create(); -- cgit v1.2.3