summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2012-10-10 14:29:10 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-13 21:23:12 +0200
commit703fa6c361682cab0d64baabd9256c651da34779 (patch)
treed03e959b688dacd2336280f69dac92bceca68300 /tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp
parent2230e349df70d5840166cfdc0f44378106ff54dd (diff)
Do not skip tst_QClipboard::copy_exit_paste on QNX
This test is valid on QNX platforms. Change-Id: Ic9657c2b92628a649ab52367135dcb3a77450913 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp')
-rw-r--r--tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp b/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp
index 5e3735ce3d..f31d92751d 100644
--- a/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp
+++ b/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp
@@ -233,7 +233,7 @@ static bool runHelper(const QString &program, const QStringList &arguments, QByt
void tst_QClipboard::copy_exit_paste()
{
#ifndef QT_NO_PROCESS
-#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC)
+#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC) && !defined(Q_OS_QNX)
QSKIP("This test does not make sense on X11 and embedded, copied data disappears from the clipboard when the application exits ");
// ### It's still possible to test copy/paste - just keep the apps running
#endif