summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlocale/test/test.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-28 12:35:48 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-28 16:52:02 +0100
commitf3b68e352e4ce3d9a725f57e33ab6c479c27720c (patch)
tree7cc5ac15ea5323c19cb5aa1c448e66d498e33519 /tests/auto/corelib/tools/qlocale/test/test.pro
parent44174332c996046a147c109769f28e4bee0f9a74 (diff)
Skip QLocale test on Windows, improve process handling.
- Skip the failing windowsDefaultLocale() test. - Improve the handling of the subprocess, locate the binary in initTestCase instead of repeatedly searching it. - Make all applications console/non-app bundles. Task-number: QTBUG-24543 Change-Id: I79dfaa3320cd5698f02e74a3fe53477d4a79d4fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/corelib/tools/qlocale/test/test.pro')
-rw-r--r--tests/auto/corelib/tools/qlocale/test/test.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/corelib/tools/qlocale/test/test.pro b/tests/auto/corelib/tools/qlocale/test/test.pro
index 5a4fb674c5..eafd8c1699 100644
--- a/tests/auto/corelib/tools/qlocale/test/test.pro
+++ b/tests/auto/corelib/tools/qlocale/test/test.pro
@@ -1,5 +1,6 @@
-CONFIG += testcase
-QT = core testlib network
+CONFIG += console testcase
+CONFIG -= app_bundle
+QT = core testlib
embedded: QT += gui
SOURCES = ../tst_qlocale.cpp