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 --- tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/auto/corelib/io/qbuffer') diff --git a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp index 0306323b5a..832d7ee063 100644 --- a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp +++ b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp @@ -39,10 +39,8 @@ ** ****************************************************************************/ - #include - #include #include @@ -52,9 +50,6 @@ class tst_QBuffer : public QObject { Q_OBJECT -public: - tst_QBuffer(); - private slots: void open(); void getSetCheck(); @@ -101,10 +96,6 @@ void tst_QBuffer::getSetCheck() QCOMPARE(QByteArray(), obj1.data()); } -tst_QBuffer::tst_QBuffer() -{ -} - void tst_QBuffer::open() { QByteArray data(10, 'f'); -- cgit v1.2.3