From d9a50fc1dc8470adc3b028587ccf6fde9bcb75ab Mon Sep 17 00:00:00 2001 From: Kurt Korbatits Date: Fri, 13 Jan 2012 14:01:57 +1000 Subject: [PATCH] Moved largefile unittest to same level as qfile. - Moved largefile from out of qfile unittest directory to be on same level as qfile. Change-Id: I479b0b33594812759f8a6a7be61f8340f64234e9 Reviewed-by: Kurt Korbatits Reviewed-by: Jason McDonald Reviewed-by: Rohan McGovern --- tests/auto/corelib/io/io.pro | 1 + tests/auto/corelib/io/{qfile => }/largefile/largefile.pro | 0 tests/auto/corelib/io/{qfile => }/largefile/tst_largefile.cpp | 0 tests/auto/corelib/io/qfile/qfile.pro | 2 -- 4 files changed, 1 insertion(+), 2 deletions(-) rename tests/auto/corelib/io/{qfile => }/largefile/largefile.pro (100%) rename tests/auto/corelib/io/{qfile => }/largefile/tst_largefile.cpp (100%) diff --git a/tests/auto/corelib/io/io.pro b/tests/auto/corelib/io/io.pro index 13993717ac..ae0b4968b8 100644 --- a/tests/auto/corelib/io/io.pro +++ b/tests/auto/corelib/io/io.pro @@ -7,6 +7,7 @@ SUBDIRS=\ qdir \ qdiriterator \ qfile \ + largefile \ qfileinfo \ qfilesystementry \ qfilesystemwatcher \ diff --git a/tests/auto/corelib/io/qfile/largefile/largefile.pro b/tests/auto/corelib/io/largefile/largefile.pro similarity index 100% rename from tests/auto/corelib/io/qfile/largefile/largefile.pro rename to tests/auto/corelib/io/largefile/largefile.pro diff --git a/tests/auto/corelib/io/qfile/largefile/tst_largefile.cpp b/tests/auto/corelib/io/largefile/tst_largefile.cpp similarity index 100% rename from tests/auto/corelib/io/qfile/largefile/tst_largefile.cpp rename to tests/auto/corelib/io/largefile/tst_largefile.cpp diff --git a/tests/auto/corelib/io/qfile/qfile.pro b/tests/auto/corelib/io/qfile/qfile.pro index 8bb142c5b4..e2c714c67f 100644 --- a/tests/auto/corelib/io/qfile/qfile.pro +++ b/tests/auto/corelib/io/qfile/qfile.pro @@ -5,6 +5,4 @@ wince* { SUBDIRS = test stdinprocess } -SUBDIRS += largefile - CONFIG += parallel_test