diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-11 11:21:35 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-11 11:22:46 (GMT) |
commit | 42beaa8e1e422a41efe1a398b55db044827f336c (patch) | |
tree | 50d5272ba26d5360aea08dba323c341e8e29a996 /tests/auto/qtwidgets | |
parent | e2411ebd04bf9a55e6e3b24cc7886e597521d473 (diff) | |
download | Qt-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.cpp | 3 |
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 } |