summaryrefslogtreecommitdiffstats
path: root/tests/auto/qworkspace
diff options
context:
space:
mode:
authorninerider <qt-info@nokia.com>2009-11-13 14:35:34 +0100
committerninerider <qt-info@nokia.com>2009-11-13 14:35:34 +0100
commit520ef13479e42b3eb1af96104fdad831905c53c2 (patch)
treeccabbff0c9a87aae43c722de577f363212120a4e /tests/auto/qworkspace
parent0c6255485dd2c59bfbb307583f2efe4dec8605cf (diff)
ChangeWindowTitle skipped for Windows CE
Test fails on Windows CE due to QWorkspace state handling. As this class is obsolete, skipping this test resonable. The problem is added to the watch list for Windows CE in case it reappears. Reviewed-by: Joerg
Diffstat (limited to 'tests/auto/qworkspace')
-rw-r--r--tests/auto/qworkspace/tst_qworkspace.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qworkspace/tst_qworkspace.cpp b/tests/auto/qworkspace/tst_qworkspace.cpp
index c1fe3e0ea6..35f8a4d559 100644
--- a/tests/auto/qworkspace/tst_qworkspace.cpp
+++ b/tests/auto/qworkspace/tst_qworkspace.cpp
@@ -426,6 +426,9 @@ void tst_QWorkspace::showWindows()
void tst_QWorkspace::changeWindowTitle()
{
+#ifdef Q_OS_WINCE
+ QSKIP( "Test fails on Windows CE due to QWorkspace state handling", SkipAll);
+#endif
const QString mwc( "MainWindow's Caption" );
const QString mwc2( "MainWindow's New Caption" );
const QString wc( "Widget's Caption" );