Do not skip tst_QClipboard::copy_exit_paste on QNX
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>
Wed, 10 Oct 2012 17:29:10 +0000 (14:29 -0300)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 13 Oct 2012 19:23:12 +0000 (21:23 +0200)
This test is valid on QNX platforms.

Change-Id: Ic9657c2b92628a649ab52367135dcb3a77450913
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp

index 5e3735c..f31d927 100644 (file)
@@ -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