summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-02-13 13:45:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-15 05:07:41 +0100
commit7dbca9ba39d1b18dce510520adf4bbbf6e346adb (patch)
tree694160d9c99784807d063bf655d49cce5d4efc59 /tests
parente4fec8ece464dd7055505b4c90afad5c9a6390cf (diff)
Remove obsolete skip mode parameter from QSKIP calls.
Change-Id: I069eeaab0ec25a3360e0604f262f304abeb385c1 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp2
-rw-r--r--tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp b/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
index 13d5f4c0..2742d073 100644
--- a/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
+++ b/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
@@ -486,7 +486,7 @@ void tst_qdeclarativeflickable::wheel()
void tst_qdeclarativeflickable::flickVelocity()
{
#ifdef Q_WS_MAC
- QSKIP("Producing flicks on Mac CI impossible due to timing problems", SkipAll);
+ QSKIP("Producing flicks on Mac CI impossible due to timing problems");
#endif
QDeclarativeView *canvas = new QDeclarativeView;
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