From 012ba8c0e5270f962dbc891039c32f49d31c565b Mon Sep 17 00:00:00 2001 From: Holger Ihrig Date: Wed, 24 Aug 2011 12:53:32 +0200 Subject: Moving relevant tests to corelib/io Marked Test for qdiriterator as insignificant. See QTBUG-21160 Marked Test for qresourceengine as insignificant. See QTBUG-21159 Task-number: QTBUG-21066 Change-Id: I72848a651ff3e7aff1d6105dd49124e4ed070a44 Reviewed-on: http://codereview.qt.nokia.com/3577 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Jason McDonald --- .../corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro (limited to 'tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro') diff --git a/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro b/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro new file mode 100644 index 0000000000..d7c74a64c9 --- /dev/null +++ b/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro @@ -0,0 +1,12 @@ +SOURCES = main.cpp +CONFIG -= qt app_bundle +CONFIG += console +DESTDIR = ./ + +TARGET = "two space s" + +# no install rule for application used by test +INSTALLS = + + + -- cgit v1.2.3