summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/windowsmobile/test/tst_windowsmobile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integrationtests/windowsmobile/test/tst_windowsmobile.cpp')
-rw-r--r--tests/auto/integrationtests/windowsmobile/test/tst_windowsmobile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/integrationtests/windowsmobile/test/tst_windowsmobile.cpp b/tests/auto/integrationtests/windowsmobile/test/tst_windowsmobile.cpp
index 0dc7f578c1..4318de7991 100644
--- a/tests/auto/integrationtests/windowsmobile/test/tst_windowsmobile.cpp
+++ b/tests/auto/integrationtests/windowsmobile/test/tst_windowsmobile.cpp
@@ -155,7 +155,7 @@ void takeScreenShot(const QString filename)
void tst_WindowsMobile::testMainWindowAndMenuBar()
{
if (qt_wince_is_smartphone())
- QSKIP("This test is only for Windows Mobile", SkipAll);
+ QSKIP("This test is only for Windows Mobile");
QProcess process;
process.start("testQMenuBar.exe");
@@ -171,7 +171,7 @@ void tst_WindowsMobile::testMainWindowAndMenuBar()
void tst_WindowsMobile::testSimpleWidget()
{
if (qt_wince_is_smartphone())
- QSKIP("This test is only for Windows Mobile", SkipAll);
+ QSKIP("This test is only for Windows Mobile");
QMenuBar menubar;
menubar.show();