summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget_window
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-17 18:51:44 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-19 07:23:44 +0200
commitae1810658b75dd0eb0247b0e951ce315c8ce4c86 (patch)
treecbc133fa2b3ba0e476aa375974e71f58d494a2a1 /tests/auto/qwidget_window
parent757b0529c42690988f565ca03194900c4d1289f8 (diff)
Move QTRY_VERIFY/QTRY_COMPARE into testlib.
These functions have lived in tests/shared/util.h for a long time, but they really belong in qtestlib. Change-Id: I60d569d002dea220b51563931d8b7aa77a20b98b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qwidget_window')
-rw-r--r--tests/auto/qwidget_window/tst_qwidget_window.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qwidget_window/tst_qwidget_window.cpp b/tests/auto/qwidget_window/tst_qwidget_window.cpp
index 60ae6c3334..eb8b555bd6 100644
--- a/tests/auto/qwidget_window/tst_qwidget_window.cpp
+++ b/tests/auto/qwidget_window/tst_qwidget_window.cpp
@@ -52,9 +52,6 @@
#include <QX11Info>
#endif // Q_WS_X11
-#include "../../shared/util.h"
-
-
class tst_QWidget_window : public QWidget
{
Q_OBJECT