summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2009-09-11 13:21:35 +0200
committerPaul Olav Tvete <paul.tvete@nokia.com>2009-09-11 13:22:46 +0200
commit42beaa8e1e422a41efe1a398b55db044827f336c (patch)
tree50d5272ba26d5360aea08dba323c341e8e29a996
parente2411ebd04bf9a55e6e3b24cc7886e597521d473 (diff)
downloadqt4-tools-42beaa8e1e422a41efe1a398b55db044827f336c.tar.gz
Skip pointless test
It is planned that this test will do something sensible in the future. Reviewed-by: Jesper
-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 12bc02f75a..a765bde7ec 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
}