From ae1810658b75dd0eb0247b0e951ce315c8ce4c86 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 17 Oct 2011 18:51:44 +1000 Subject: 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 --- .../corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp | 3 --- .../qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp | 2 -- 2 files changed, 5 deletions(-) (limited to 'tests/auto/corelib/animation') diff --git a/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp b/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp index e5feab4aa6..519eab08c0 100644 --- a/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp +++ b/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp @@ -40,12 +40,9 @@ ****************************************************************************/ #include -#include "../../../../shared/util.h" - #include #include #include -#include "../../../../shared/util.h" //TESTED_CLASS=QPropertyAnimation //TESTED_FILES= diff --git a/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp b/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp index 00c038b948..42438a6827 100644 --- a/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp +++ b/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp @@ -40,8 +40,6 @@ ****************************************************************************/ #include -#include "../../../../shared/util.h" - #include #include -- cgit v1.2.3