summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtwidgets
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2009-09-11 11:21:35 (GMT)
committerPaul Olav Tvete <paul.tvete@nokia.com>2009-09-11 11:22:46 (GMT)
commit42beaa8e1e422a41efe1a398b55db044827f336c (patch)
tree50d5272ba26d5360aea08dba323c341e8e29a996 /tests/auto/qtwidgets
parente2411ebd04bf9a55e6e3b24cc7886e597521d473 (diff)
downloadQt-42beaa8e1e422a41efe1a398b55db044827f336c.zip
Qt-42beaa8e1e422a41efe1a398b55db044827f336c.tar.gz
Qt-42beaa8e1e422a41efe1a398b55db044827f336c.tar.bz2
Skip pointless test
It is planned that this test will do something sensible in the future. Reviewed-by: Jesper
Diffstat (limited to 'tests/auto/qtwidgets')
-rw-r--r--tests/auto/qtwidgets/tst_qtwidgets.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qtwidgets/tst_qtwidgets.cpp b/tests/auto/qtwidgets/tst_qtwidgets.cpp
index 12bc02f..a765bde 100644
--- a/tests/auto/qtwidgets/tst_qtwidgets.cpp
+++ b/tests/auto/qtwidgets/tst_qtwidgets.cpp
@@ -72,6 +72,8 @@ tst_QtWidgets::~tst_QtWidgets()
void tst_QtWidgets::snapshot()
{
+ QSKIP("Jesper will fix this test when he has time.", SkipAll);
+#if 0
StyleWidget widget(0, Qt::X11BypassWindowManagerHint);
widget.show();
@@ -100,6 +102,7 @@ void tst_QtWidgets::snapshot()
}
QVERIFY2(ftp.error() == QFtp::NoError, ftp.errorString().toLocal8Bit().constData());
QVERIFY(!ftp.hasPendingCommands());
+#endif
}