From 42beaa8e1e422a41efe1a398b55db044827f336c Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 11 Sep 2009 13:21:35 +0200 Subject: Skip pointless test It is planned that this test will do something sensible in the future. Reviewed-by: Jesper --- tests/auto/qtwidgets/tst_qtwidgets.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 } -- cgit v0.12