From a979bf5a4cb7aeb5b690957d77b84c9dc385d6d9 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 13 Feb 2012 13:30:26 +1000 Subject: qmltest: Remove obsolete skipAll function. The skipAll function has been left in qmltest for a transitional period to give upstream projects time to catch up with the removal of the function from the API. This transitional period is now finished. Task-number: QTBUG-21652 Change-Id: I10173ef9a676b804e6cf2e7f6e9a82f7b7b4c078 Reviewed-by: Rohan McGovern --- src/imports/testlib/TestCase.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml index 1e08686b61..1f96f28533 100644 --- a/src/imports/testlib/TestCase.qml +++ b/src/imports/testlib/TestCase.qml @@ -312,12 +312,6 @@ Item { throw new Error("QtQuickTest::skip") } - function skipAll(msg) { - msg = "The skipAll function is no longer available. Please update this test by changing skipAll to skip." - qtest_results.fail(msg, util.callerFile(), util.callerLine()) - throw new Error("QtQuickTest::skip") - } - function expectFail(tag, msg) { if (tag === undefined) { warn("tag argument missing from expectFail()") -- cgit v1.2.3