diff options
author | mread <qt-info@nokia.com> | 2011-01-18 16:54:42 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:46 (GMT) |
commit | 707cc8bfb51af5a777001df0f445a79863850f3a (patch) | |
tree | 0de75da81c9a3d0ed33bc270767bb4a34e5b9487 | |
parent | d35e6856c4fb7e98dac5db3aaa94ac271375405e (diff) | |
download | Qt-707cc8bfb51af5a777001df0f445a79863850f3a.zip Qt-707cc8bfb51af5a777001df0f445a79863850f3a.tar.gz Qt-707cc8bfb51af5a777001df0f445a79863850f3a.tar.bz2 |
Started move of QFileOpenEvent autotest to generic
The QFileOpenEvent autotest was written as Symbian specific. But it is
going to be modified to be applicable to all platforms. So this is the
file move to reflect that change.
Task-number: QTBUG-15015
Reviewed-by: Shane Kearns
-rw-r--r-- | tests/auto/gui.pro | 3 | ||||
-rw-r--r-- | tests/auto/qfileopenevent/qfileopenevent.pro (renamed from tests/auto/symbian/qfileopenevent/qfileopenevent.pro) | 0 | ||||
-rw-r--r-- | tests/auto/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp (renamed from tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp) | 0 | ||||
-rw-r--r-- | tests/auto/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro (renamed from tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro) | 0 | ||||
-rw-r--r-- | tests/auto/qfileopenevent/test/test.pro (renamed from tests/auto/symbian/qfileopenevent/test/test.pro) | 0 | ||||
-rw-r--r-- | tests/auto/qfileopenevent/test/tst_qfileopenevent.cpp (renamed from tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.cpp) | 0 | ||||
-rw-r--r-- | tests/auto/symbian/qsymbiantests.pro | 2 |
7 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro index f74da54..30155ea 100644 --- a/tests/auto/gui.pro +++ b/tests/auto/gui.pro @@ -2,7 +2,7 @@ # (i.e. QT=core gui network). # The test system is allowed to run these tests before the rest of Qt has # been compiled. -# +# TEMPLATE=subdirs SUBDIRS=\ gestures \ @@ -49,6 +49,7 @@ SUBDIRS=\ qfiledialog \ qfiledialog2 \ qfileiconprovider \ + qfileopenevent \ qfilesystemmodel \ qfocusframe \ qfont \ diff --git a/tests/auto/symbian/qfileopenevent/qfileopenevent.pro b/tests/auto/qfileopenevent/qfileopenevent.pro index e2bb6d8..e2bb6d8 100644 --- a/tests/auto/symbian/qfileopenevent/qfileopenevent.pro +++ b/tests/auto/qfileopenevent/qfileopenevent.pro diff --git a/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp b/tests/auto/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp index 45e7acc..45e7acc 100644 --- a/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp +++ b/tests/auto/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp diff --git a/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro b/tests/auto/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro index 1b888b8..1b888b8 100644 --- a/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro +++ b/tests/auto/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro diff --git a/tests/auto/symbian/qfileopenevent/test/test.pro b/tests/auto/qfileopenevent/test/test.pro index 3f16dcf..3f16dcf 100644 --- a/tests/auto/symbian/qfileopenevent/test/test.pro +++ b/tests/auto/qfileopenevent/test/test.pro diff --git a/tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.cpp b/tests/auto/qfileopenevent/test/tst_qfileopenevent.cpp index 77d53aa..77d53aa 100644 --- a/tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.cpp +++ b/tests/auto/qfileopenevent/test/tst_qfileopenevent.cpp diff --git a/tests/auto/symbian/qsymbiantests.pro b/tests/auto/symbian/qsymbiantests.pro index dcace63..a752c86 100644 --- a/tests/auto/symbian/qsymbiantests.pro +++ b/tests/auto/symbian/qsymbiantests.pro @@ -1,4 +1,4 @@ TEMPLATE = subdirs -SUBDIRS = qmainexceptions orientationchange qfileopenevent +SUBDIRS = qmainexceptions orientationchange requires(symbian) |