From 7dbca9ba39d1b18dce510520adf4bbbf6e346adb Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 13 Feb 2012 13:45:13 +1000 Subject: Remove obsolete skip mode parameter from QSKIP calls. Change-Id: I069eeaab0ec25a3360e0604f262f304abeb385c1 Reviewed-by: Rohan McGovern --- .../declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp') diff --git a/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp b/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp index 0c332ced..aae4a954 100644 --- a/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp +++ b/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp @@ -1669,7 +1669,7 @@ void tst_qdeclarativetextinput::copyAndPaste() { if (status == noErr) CFRelease(pasteboard); else - QSKIP("This machine doesn't support the clipboard", SkipAll); + QSKIP("This machine doesn't support the clipboard"); } #endif -- cgit v1.2.3