From e8f7fccf227a4b3c9fe533cd94e1ffec0107a208 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 7 Nov 2011 15:33:49 +1000 Subject: Cleanup corelib autotests Remove redundant empty constructors, destructors and test functions. Change-Id: Idb51368895e67ec3fc0345a9a5d33d77730c051b Reviewed-by: Rohan McGovern --- .../corelib/tools/qalgorithms/tst_qalgorithms.cpp | 29 +--------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'tests/auto/corelib/tools/qalgorithms') diff --git a/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp b/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp index 72e5729ee9..1723c25d59 100644 --- a/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp +++ b/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp @@ -39,7 +39,6 @@ ** ****************************************************************************/ - #include #include @@ -59,16 +58,7 @@ using namespace std; class tst_QAlgorithms : public QObject { -Q_OBJECT - -public: - tst_QAlgorithms(); - ~tst_QAlgorithms(); - -public slots: - void init(); - void cleanup(); - + Q_OBJECT private slots: void test_qLowerBound_data(); void test_qLowerBound(); @@ -96,23 +86,6 @@ private: #endif }; -tst_QAlgorithms::tst_QAlgorithms() -{ -} - -tst_QAlgorithms::~tst_QAlgorithms() -{ -} - -void tst_QAlgorithms::init() -{ -} - -void tst_QAlgorithms::cleanup() -{ -} - - class TestInt { public: -- cgit v1.2.3