tests/auto/qworkspace/tst_qworkspace.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- a/tests/auto/qworkspace/tst_qworkspace.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/tests/auto/qworkspace/tst_qworkspace.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -426,6 +426,9 @@
 
 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" );