diff options
Diffstat (limited to 'tests')
283 files changed, 0 insertions, 850 deletions
diff --git a/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp b/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp index 736b4d20ff..4c111a88d4 100644 --- a/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp +++ b/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp @@ -45,9 +45,6 @@ #include <QtCore/qsequentialanimationgroup.h> #include <QtCore/qparallelanimationgroup.h> -//TESTED_CLASS=QAnimationGroup -//TESTED_FILES= - Q_DECLARE_METATYPE(QAbstractAnimation::State) class tst_QAnimationGroup : public QObject diff --git a/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp b/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp index 95524830e8..e091666c2a 100644 --- a/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp +++ b/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp @@ -43,9 +43,6 @@ #include <QtCore/qparallelanimationgroup.h> -//TESTED_CLASS=QParallelAnimationGroup -//TESTED_FILES= - Q_DECLARE_METATYPE(QAbstractAnimation::State) class tst_QParallelAnimationGroup : public QObject diff --git a/tests/auto/corelib/animation/qpauseanimation/tst_qpauseanimation.cpp b/tests/auto/corelib/animation/qpauseanimation/tst_qpauseanimation.cpp index b01cfcccce..ffd4ce47e1 100644 --- a/tests/auto/corelib/animation/qpauseanimation/tst_qpauseanimation.cpp +++ b/tests/auto/corelib/animation/qpauseanimation/tst_qpauseanimation.cpp @@ -47,9 +47,6 @@ #include <private/qabstractanimation_p.h> -//TESTED_CLASS=QPauseAnimation -//TESTED_FILES= - #ifdef Q_OS_WIN static const char winTimerError[] = "On windows, consistent timing is not working properly due to bad timer resolution"; #endif diff --git a/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp b/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp index 1ac4063f67..51b7359980 100644 --- a/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp +++ b/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp @@ -44,9 +44,6 @@ #include <QtCore/qvariantanimation.h> #include <QtWidgets/qwidget.h> -//TESTED_CLASS=QPropertyAnimation -//TESTED_FILES= - class UncontrolledAnimation : public QPropertyAnimation { Q_OBJECT diff --git a/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp b/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp index 362cd305c6..c7a996444f 100644 --- a/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp +++ b/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp @@ -43,9 +43,6 @@ #include <QtCore/qanimationgroup.h> #include <QtCore/qsequentialanimationgroup.h> -//TESTED_CLASS=QSequentialAnimationGroup -//TESTED_FILES= - Q_DECLARE_METATYPE(QAbstractAnimation::State) Q_DECLARE_METATYPE(QAbstractAnimation*) diff --git a/tests/auto/corelib/codecs/utf8/tst_utf8.cpp b/tests/auto/corelib/codecs/utf8/tst_utf8.cpp index 3031089ac4..f6726c3281 100644 --- a/tests/auto/corelib/codecs/utf8/tst_utf8.cpp +++ b/tests/auto/corelib/codecs/utf8/tst_utf8.cpp @@ -43,9 +43,6 @@ #include <qtextcodec.h> #include <qsharedpointer.h> -//TESTED_CLASS= -//TESTED_FILES= - static const char utf8bom[] = "\xEF\xBB\xBF"; class tst_Utf8 : public QObject diff --git a/tests/auto/corelib/concurrent/qfuture/tst_qfuture.cpp b/tests/auto/corelib/concurrent/qfuture/tst_qfuture.cpp index c318a7391b..1dc35ceeb1 100644 --- a/tests/auto/corelib/concurrent/qfuture/tst_qfuture.cpp +++ b/tests/auto/corelib/concurrent/qfuture/tst_qfuture.cpp @@ -57,9 +57,6 @@ using namespace QtConcurrent; # undef interface #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFuture: public QObject { Q_OBJECT diff --git a/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp b/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp index cb0ee29017..f440e4eaa5 100644 --- a/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp +++ b/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp @@ -44,9 +44,6 @@ #include <qglobal.h> -//TESTED_CLASS= -//TESTED_FILES=corelib/global/qglobal.h corelib/global/qglobal.cpp - class tst_QGetPutEnv : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp index 296fa446b0..e2d422ad54 100644 --- a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp +++ b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp @@ -44,9 +44,6 @@ #include <QBuffer> #include <QByteArray> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QBuffer : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp index 00cb43effe..3d3f5b4a97 100644 --- a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp +++ b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp @@ -45,9 +45,6 @@ Q_DECLARE_METATYPE(QBitArray) Q_DECLARE_METATYPE(qint64) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QDataStream : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qdir/tst_qdir.cpp b/tests/auto/corelib/io/qdir/tst_qdir.cpp index e6592a1174..5b48f9da00 100644 --- a/tests/auto/corelib/io/qdir/tst_qdir.cpp +++ b/tests/auto/corelib/io/qdir/tst_qdir.cpp @@ -67,9 +67,6 @@ #define Q_NO_SYMLINKS #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QDir : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qdiriterator/tst_qdiriterator.cpp b/tests/auto/corelib/io/qdiriterator/tst_qdiriterator.cpp index e331d09b64..8a7f1747b4 100644 --- a/tests/auto/corelib/io/qdiriterator/tst_qdiriterator.cpp +++ b/tests/auto/corelib/io/qdiriterator/tst_qdiriterator.cpp @@ -59,9 +59,6 @@ Q_DECLARE_METATYPE(QDirIterator::IteratorFlags) Q_DECLARE_METATYPE(QDir::Filters) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QDirIterator : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qfile/tst_qfile.cpp b/tests/auto/corelib/io/qfile/tst_qfile.cpp index 07f6b44a4d..90cd1aedb9 100644 --- a/tests/auto/corelib/io/qfile/tst_qfile.cpp +++ b/tests/auto/corelib/io/qfile/tst_qfile.cpp @@ -96,9 +96,6 @@ Q_DECLARE_METATYPE(QFile::FileError) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFile : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp b/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp index 81b4c1bb12..c3979fce15 100644 --- a/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp +++ b/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp @@ -73,9 +73,6 @@ QT_BEGIN_NAMESPACE extern Q_AUTOTEST_EXPORT bool qIsLikelyToBeNfs(int /* handle */); QT_END_NAMESPACE -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFileInfo : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qfilesystementry/tst_qfilesystementry.cpp b/tests/auto/corelib/io/qfilesystementry/tst_qfilesystementry.cpp index 27d30be5b0..e8a7e945c3 100644 --- a/tests/auto/corelib/io/qfilesystementry/tst_qfilesystementry.cpp +++ b/tests/auto/corelib/io/qfilesystementry/tst_qfilesystementry.cpp @@ -43,9 +43,6 @@ #include <QtCore/private/qfilesystementry_p.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFileSystemEntry : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp b/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp index 58198f85fa..b9840bdb75 100644 --- a/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp +++ b/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp @@ -52,9 +52,6 @@ # endif #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFileSystemWatcher : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qiodevice/tst_qiodevice.cpp b/tests/auto/corelib/io/qiodevice/tst_qiodevice.cpp index c3d4e54c37..a67289f2a1 100644 --- a/tests/auto/corelib/io/qiodevice/tst_qiodevice.cpp +++ b/tests/auto/corelib/io/qiodevice/tst_qiodevice.cpp @@ -45,9 +45,6 @@ #include "../../../network-settings.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QIODevice : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qsettings/tst_qsettings.cpp b/tests/auto/corelib/io/qsettings/tst_qsettings.cpp index 1388627325..2c96339737 100644 --- a/tests/auto/corelib/io/qsettings/tst_qsettings.cpp +++ b/tests/auto/corelib/io/qsettings/tst_qsettings.cpp @@ -66,8 +66,6 @@ #define QSETTINGS_P_H_VERSION 1 #endif -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QSettings) QT_FORWARD_DECLARE_CLASS(QSettings) diff --git a/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp b/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp index be0c85e380..66fb8bbbf9 100644 --- a/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp +++ b/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp @@ -53,9 +53,6 @@ #define Q_XDG_PLATFORM #endif -//TESTED_CLASS=QStandardPaths -//TESTED_FILES=qstandardpaths.cpp - class tst_qstandardpaths : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qtemporarydir/tst_qtemporarydir.cpp b/tests/auto/corelib/io/qtemporarydir/tst_qtemporarydir.cpp index e1ead8c9c0..434b15b125 100644 --- a/tests/auto/corelib/io/qtemporarydir/tst_qtemporarydir.cpp +++ b/tests/auto/corelib/io/qtemporarydir/tst_qtemporarydir.cpp @@ -51,9 +51,6 @@ # include <windows.h> #endif -//TESTED_CLASS=QTemporaryDir -//TESTED_FILES=qtemporarydir.cpp - class tst_QTemporaryDir : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qtemporaryfile/tst_qtemporaryfile.cpp b/tests/auto/corelib/io/qtemporaryfile/tst_qtemporaryfile.cpp index fb459e98d8..46c0e19c9e 100644 --- a/tests/auto/corelib/io/qtemporaryfile/tst_qtemporaryfile.cpp +++ b/tests/auto/corelib/io/qtemporaryfile/tst_qtemporaryfile.cpp @@ -58,9 +58,6 @@ # include <unistd.h> // close(2) #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTemporaryFile : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp b/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp index 86a5ac1e0a..a1b3724417 100644 --- a/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp +++ b/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp @@ -67,9 +67,6 @@ template<> struct QMetaTypeId<QIODevice::OpenModeFlag> { enum { Defined = 1 }; static inline int qt_metatype_id() { return QMetaType::Int; } }; QT_END_NAMESPACE -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTextStream : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/io/qurl/tst_qurl.cpp b/tests/auto/corelib/io/qurl/tst_qurl.cpp index c47d340edc..d86f96fba3 100644 --- a/tests/auto/corelib/io/qurl/tst_qurl.cpp +++ b/tests/auto/corelib/io/qurl/tst_qurl.cpp @@ -72,9 +72,6 @@ struct ushortarray { Q_DECLARE_METATYPE(ushortarray) Q_DECLARE_METATYPE(QUrl::FormattingOptions) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QUrl : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/kernel/qabstractitemmodel/tst_qabstractitemmodel.cpp b/tests/auto/corelib/kernel/qabstractitemmodel/tst_qabstractitemmodel.cpp index c704329717..2340c86207 100644 --- a/tests/auto/corelib/kernel/qabstractitemmodel/tst_qabstractitemmodel.cpp +++ b/tests/auto/corelib/kernel/qabstractitemmodel/tst_qabstractitemmodel.cpp @@ -45,9 +45,6 @@ #include <QtWidgets/QSortFilterProxyModel> #include <QtWidgets/QStringListModel> -//TESTED_CLASS=QAbstractListModel QAbstractTableModel -//TESTED_FILES= - #include "dynamictreemodel.h" Q_DECLARE_METATYPE(QModelIndex) diff --git a/tests/auto/corelib/kernel/qeventloop/tst_qeventloop.cpp b/tests/auto/corelib/kernel/qeventloop/tst_qeventloop.cpp index 076ecc31fc..aab405fa97 100644 --- a/tests/auto/corelib/kernel/qeventloop/tst_qeventloop.cpp +++ b/tests/auto/corelib/kernel/qeventloop/tst_qeventloop.cpp @@ -52,9 +52,6 @@ #include <QTcpServer> #include <QTcpSocket> -//TESTED_CLASS= -//TESTED_FILES= - class EventLoopExiter : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/kernel/qitemmodel/tst_qitemmodel.cpp b/tests/auto/corelib/kernel/qitemmodel/tst_qitemmodel.cpp index a28f04594b..a4b1044cab 100644 --- a/tests/auto/corelib/kernel/qitemmodel/tst_qitemmodel.cpp +++ b/tests/auto/corelib/kernel/qitemmodel/tst_qitemmodel.cpp @@ -47,9 +47,6 @@ Q_DECLARE_METATYPE(QModelIndex) -//TESTED_CLASS= -//TESTED_FILES=gui/itemviews/qstandarditemmodel.h gui/itemviews/qstandarditemmodel.cpp - /*! See modelstotest.cpp for instructions on how to have your model tested with these tests. diff --git a/tests/auto/corelib/kernel/qmetaobject/tst_qmetaobject.cpp b/tests/auto/corelib/kernel/qmetaobject/tst_qmetaobject.cpp index e68f7e5ed1..32d0ccfaac 100644 --- a/tests/auto/corelib/kernel/qmetaobject/tst_qmetaobject.cpp +++ b/tests/auto/corelib/kernel/qmetaobject/tst_qmetaobject.cpp @@ -45,9 +45,6 @@ #include <qmetaobject.h> #include <qlabel.h> -//TESTED_CLASS= -//TESTED_FILES= - struct MyStruct { int i; diff --git a/tests/auto/corelib/kernel/qobject/tst_qobject.cpp b/tests/auto/corelib/kernel/qobject/tst_qobject.cpp index b20b98da54..8f938a79fe 100644 --- a/tests/auto/corelib/kernel/qobject/tst_qobject.cpp +++ b/tests/auto/corelib/kernel/qobject/tst_qobject.cpp @@ -61,9 +61,6 @@ #include <math.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QObject : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/kernel/qsignalmapper/tst_qsignalmapper.cpp b/tests/auto/corelib/kernel/qsignalmapper/tst_qsignalmapper.cpp index ae82d341e5..58a545ca75 100644 --- a/tests/auto/corelib/kernel/qsignalmapper/tst_qsignalmapper.cpp +++ b/tests/auto/corelib/kernel/qsignalmapper/tst_qsignalmapper.cpp @@ -44,9 +44,6 @@ #include <qsignalmapper.h> #include <qspinbox.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSignalMapper : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp b/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp index c66e5ff80b..bfaeff7f26 100644 --- a/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp +++ b/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp @@ -48,9 +48,6 @@ #include <unistd.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTimer : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/kernel/qtranslator/tst_qtranslator.cpp b/tests/auto/corelib/kernel/qtranslator/tst_qtranslator.cpp index f47c02f93d..941d3a9be4 100644 --- a/tests/auto/corelib/kernel/qtranslator/tst_qtranslator.cpp +++ b/tests/auto/corelib/kernel/qtranslator/tst_qtranslator.cpp @@ -44,9 +44,6 @@ #include <qtranslator.h> #include <qfile.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTranslator : public QWidget { Q_OBJECT diff --git a/tests/auto/corelib/kernel/qvariant/tst_qvariant.cpp b/tests/auto/corelib/kernel/qvariant/tst_qvariant.cpp index a3d841d04d..e540474b3e 100644 --- a/tests/auto/corelib/kernel/qvariant/tst_qvariant.cpp +++ b/tests/auto/corelib/kernel/qvariant/tst_qvariant.cpp @@ -82,9 +82,6 @@ Q_DECLARE_METATYPE(QFont) Q_DECLARE_METATYPE(QColor) Q_DECLARE_METATYPE(QKeySequence) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QVariant : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/kernel/qwineventnotifier/tst_qwineventnotifier.cpp b/tests/auto/corelib/kernel/qwineventnotifier/tst_qwineventnotifier.cpp index be223ed394..38df9d77c8 100644 --- a/tests/auto/corelib/kernel/qwineventnotifier/tst_qwineventnotifier.cpp +++ b/tests/auto/corelib/kernel/qwineventnotifier/tst_qwineventnotifier.cpp @@ -43,9 +43,6 @@ #include <qwineventnotifier.h> #include <qtimer.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QWinEventNotifier : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp b/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp index c1f090afc5..5156070a32 100644 --- a/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp +++ b/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp @@ -107,9 +107,6 @@ static QString sys_qualifiedLibraryName(const QString &fileName) return currDir + "/" + PREFIX + fileName + SUFFIX; } -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QLibrary) class tst_QLibrary : public QObject { diff --git a/tests/auto/corelib/plugin/qpluginloader/tst_qpluginloader.cpp b/tests/auto/corelib/plugin/qpluginloader/tst_qpluginloader.cpp index 4b1ed7199d..c143977a48 100644 --- a/tests/auto/corelib/plugin/qpluginloader/tst_qpluginloader.cpp +++ b/tests/auto/corelib/plugin/qpluginloader/tst_qpluginloader.cpp @@ -98,9 +98,6 @@ static QString sys_qualifiedLibraryName(const QString &fileName) return QFINDTESTDATA(QString("bin/%1%2%3").arg(PREFIX).arg(fileName).arg(SUFFIX)); } -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QPluginLoader) class tst_QPluginLoader : public QObject { diff --git a/tests/auto/corelib/plugin/quuid/tst_quuid.cpp b/tests/auto/corelib/plugin/quuid/tst_quuid.cpp index fc0f923427..90a391039f 100644 --- a/tests/auto/corelib/plugin/quuid/tst_quuid.cpp +++ b/tests/auto/corelib/plugin/quuid/tst_quuid.cpp @@ -45,13 +45,6 @@ #include <qcoreapplication.h> #include <quuid.h> - - -#include <quuid.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QUuid : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/statemachine/qstate/tst_qstate.cpp b/tests/auto/corelib/statemachine/qstate/tst_qstate.cpp index 59170cf703..af587632b3 100644 --- a/tests/auto/corelib/statemachine/qstate/tst_qstate.cpp +++ b/tests/auto/corelib/statemachine/qstate/tst_qstate.cpp @@ -45,9 +45,6 @@ #include "qstatemachine.h" #include "qsignaltransition.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QState : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/statemachine/qstatemachine/tst_qstatemachine.cpp b/tests/auto/corelib/statemachine/qstatemachine/tst_qstatemachine.cpp index 6018162e07..bdb261eefc 100644 --- a/tests/auto/corelib/statemachine/qstatemachine/tst_qstatemachine.cpp +++ b/tests/auto/corelib/statemachine/qstatemachine/tst_qstatemachine.cpp @@ -54,9 +54,6 @@ #include "private/qstate_p.h" #include "private/qstatemachine_p.h" -//TESTED_CLASS= -//TESTED_FILES= - static int globalTick; // Run exec for a maximum of TIMEOUT msecs diff --git a/tests/auto/corelib/thread/qatomicint/tst_qatomicint.cpp b/tests/auto/corelib/thread/qatomicint/tst_qatomicint.cpp index 4606849688..1d79206b3a 100644 --- a/tests/auto/corelib/thread/qatomicint/tst_qatomicint.cpp +++ b/tests/auto/corelib/thread/qatomicint/tst_qatomicint.cpp @@ -46,9 +46,6 @@ #include <limits.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAtomicInt : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qatomicpointer/tst_qatomicpointer.cpp b/tests/auto/corelib/thread/qatomicpointer/tst_qatomicpointer.cpp index 6be25f3dd3..9c73eb3d61 100644 --- a/tests/auto/corelib/thread/qatomicpointer/tst_qatomicpointer.cpp +++ b/tests/auto/corelib/thread/qatomicpointer/tst_qatomicpointer.cpp @@ -44,9 +44,6 @@ #include <qatomic.h> #include <limits.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAtomicPointer : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qmutex/tst_qmutex.cpp b/tests/auto/corelib/thread/qmutex/tst_qmutex.cpp index d70dea5e57..67d6998bb1 100644 --- a/tests/auto/corelib/thread/qmutex/tst_qmutex.cpp +++ b/tests/auto/corelib/thread/qmutex/tst_qmutex.cpp @@ -48,9 +48,6 @@ #include <qthread.h> #include <qwaitcondition.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QMutex : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qmutexlocker/tst_qmutexlocker.cpp b/tests/auto/corelib/thread/qmutexlocker/tst_qmutexlocker.cpp index 4d2a6b33ab..a6646215a0 100644 --- a/tests/auto/corelib/thread/qmutexlocker/tst_qmutexlocker.cpp +++ b/tests/auto/corelib/thread/qmutexlocker/tst_qmutexlocker.cpp @@ -46,9 +46,6 @@ #include <QSemaphore> #include <QThread> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QMutexLockerThread : public QThread { public: diff --git a/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp b/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp index e5bd5e5ae1..7da7282ae4 100644 --- a/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp +++ b/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp @@ -46,9 +46,6 @@ #include <QSemaphore> #include <QThread> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QReadLockerThread : public QThread { public: diff --git a/tests/auto/corelib/thread/qreadwritelock/tst_qreadwritelock.cpp b/tests/auto/corelib/thread/qreadwritelock/tst_qreadwritelock.cpp index c26120d203..4acbf411c1 100644 --- a/tests/auto/corelib/thread/qreadwritelock/tst_qreadwritelock.cpp +++ b/tests/auto/corelib/thread/qreadwritelock/tst_qreadwritelock.cpp @@ -64,9 +64,6 @@ #include <stdio.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QReadWriteLock : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qsemaphore/tst_qsemaphore.cpp b/tests/auto/corelib/thread/qsemaphore/tst_qsemaphore.cpp index c7ff4fa02b..d3537a459a 100644 --- a/tests/auto/corelib/thread/qsemaphore/tst_qsemaphore.cpp +++ b/tests/auto/corelib/thread/qsemaphore/tst_qsemaphore.cpp @@ -45,9 +45,6 @@ #include <qthread.h> #include <qsemaphore.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSemaphore : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qthread/tst_qthread.cpp b/tests/auto/corelib/thread/qthread/tst_qthread.cpp index 42a64ef427..a8e04db2a0 100644 --- a/tests/auto/corelib/thread/qthread/tst_qthread.cpp +++ b/tests/auto/corelib/thread/qthread/tst_qthread.cpp @@ -60,9 +60,6 @@ #include <windows.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QThread : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qthreadonce/tst_qthreadonce.cpp b/tests/auto/corelib/thread/qthreadonce/tst_qthreadonce.cpp index 87991d8309..21c716448b 100644 --- a/tests/auto/corelib/thread/qthreadonce/tst_qthreadonce.cpp +++ b/tests/auto/corelib/thread/qthreadonce/tst_qthreadonce.cpp @@ -48,9 +48,6 @@ #include <qwaitcondition.h> #include "qthreadonce.h" -//TESTED_CLASS= -//TESTED_FILES=corelib/thread/qthreadonce.h corelib/thread/qthreadonce.cpp - class tst_QThreadOnce : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp b/tests/auto/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp index e0fa30be19..c343d1d8d4 100644 --- a/tests/auto/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp +++ b/tests/auto/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp @@ -57,9 +57,6 @@ #include <windows.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QThreadStorage : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qwaitcondition/tst_qwaitcondition.cpp b/tests/auto/corelib/thread/qwaitcondition/tst_qwaitcondition.cpp index 6e2553fb06..4ffde9fcb8 100644 --- a/tests/auto/corelib/thread/qwaitcondition/tst_qwaitcondition.cpp +++ b/tests/auto/corelib/thread/qwaitcondition/tst_qwaitcondition.cpp @@ -48,9 +48,6 @@ #define COND_WAIT_TIME 1 -//TESTED_CLASS= -//TESTED_FILES= - class tst_QWaitCondition : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/thread/qwritelocker/tst_qwritelocker.cpp b/tests/auto/corelib/thread/qwritelocker/tst_qwritelocker.cpp index 19a59932fa..6fb34bec86 100644 --- a/tests/auto/corelib/thread/qwritelocker/tst_qwritelocker.cpp +++ b/tests/auto/corelib/thread/qwritelocker/tst_qwritelocker.cpp @@ -46,9 +46,6 @@ #include <QSemaphore> #include <QThread> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QWriteLockerThread : public QThread { public: diff --git a/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp b/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp index d0f983fb6c..4702c6e7de 100644 --- a/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp +++ b/tests/auto/corelib/tools/qalgorithms/tst_qalgorithms.cpp @@ -54,8 +54,6 @@ using namespace std; -//TESTED_FILES= - class tst_QAlgorithms : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qbitarray/tst_qbitarray.cpp b/tests/auto/corelib/tools/qbitarray/tst_qbitarray.cpp index 4d2b49937e..2babc178a5 100644 --- a/tests/auto/corelib/tools/qbitarray/tst_qbitarray.cpp +++ b/tests/auto/corelib/tools/qbitarray/tst_qbitarray.cpp @@ -64,10 +64,6 @@ static QBitArray QStringToQBitArray(const QString &str) return ba; } - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QBitArray : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp b/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp index f3c33f184f..6d85b5a1f0 100644 --- a/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp +++ b/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp @@ -49,9 +49,6 @@ #include <qcoreapplication.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QByteArray : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qcache/tst_qcache.cpp b/tests/auto/corelib/tools/qcache/tst_qcache.cpp index cc00fe3fa5..dfc59eed9a 100644 --- a/tests/auto/corelib/tools/qcache/tst_qcache.cpp +++ b/tests/auto/corelib/tools/qcache/tst_qcache.cpp @@ -43,9 +43,6 @@ #include <qcache.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QCache : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qchar/tst_qchar.cpp b/tests/auto/corelib/tools/qchar/tst_qchar.cpp index 652ad5e7c2..b7acbe63c5 100644 --- a/tests/auto/corelib/tools/qchar/tst_qchar.cpp +++ b/tests/auto/corelib/tools/qchar/tst_qchar.cpp @@ -48,9 +48,6 @@ #include <qcoreapplication.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QChar : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qdate/tst_qdate.cpp b/tests/auto/corelib/tools/qdate/tst_qdate.cpp index 3aa7d03d81..936f82861f 100644 --- a/tests/auto/corelib/tools/qdate/tst_qdate.cpp +++ b/tests/auto/corelib/tools/qdate/tst_qdate.cpp @@ -43,9 +43,6 @@ #include <qdatetime.h> #include <qlocale.h> -//TESTED_CLASS= -//TESTED_FILES=corelib/tools/qdatetime.h corelib/tools/qdatetime.cpp - class tst_QDate : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qdatetime/tst_qdatetime.cpp b/tests/auto/corelib/tools/qdatetime/tst_qdatetime.cpp index 2616988871..8e385dfbdb 100644 --- a/tests/auto/corelib/tools/qdatetime/tst_qdatetime.cpp +++ b/tests/auto/corelib/tools/qdatetime/tst_qdatetime.cpp @@ -51,9 +51,6 @@ # include <windows.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QDateTime : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp b/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp index 612994aa80..3044b4180d 100644 --- a/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp +++ b/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp @@ -43,9 +43,6 @@ #include <qeasingcurve.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QEasingCurve : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qfreelist/tst_qfreelist.cpp b/tests/auto/corelib/tools/qfreelist/tst_qfreelist.cpp index 139d76e64a..0c1bb655b4 100644 --- a/tests/auto/corelib/tools/qfreelist/tst_qfreelist.cpp +++ b/tests/auto/corelib/tools/qfreelist/tst_qfreelist.cpp @@ -47,9 +47,6 @@ #include <private/qfreelist_p.h> #include <QtTest/QtTest> -//TESTED_CLASS=QFreeList -//TESTED_FILES=corelib/tools/qfreelist_p.h - class tst_QFreeList : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qhash/tst_qhash.cpp b/tests/auto/corelib/tools/qhash/tst_qhash.cpp index 18fd087d59..6d82831214 100644 --- a/tests/auto/corelib/tools/qhash/tst_qhash.cpp +++ b/tests/auto/corelib/tools/qhash/tst_qhash.cpp @@ -44,9 +44,6 @@ #include <qhash.h> #include <qmap.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QHash : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qline/tst_qline.cpp b/tests/auto/corelib/tools/qline/tst_qline.cpp index 1d318304a9..94fd279842 100644 --- a/tests/auto/corelib/tools/qline/tst_qline.cpp +++ b/tests/auto/corelib/tools/qline/tst_qline.cpp @@ -47,9 +47,6 @@ #define M_2PI 6.28318530717958647692528676655900576 #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QLine : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qlist/tst_qlist.cpp b/tests/auto/corelib/tools/qlist/tst_qlist.cpp index d08cb7290b..24fa94ac6f 100644 --- a/tests/auto/corelib/tools/qlist/tst_qlist.cpp +++ b/tests/auto/corelib/tools/qlist/tst_qlist.cpp @@ -43,9 +43,6 @@ #include <QtTest/QtTest> #include <QList> -//TESTED_CLASS=QList -//TESTED_FILES=corelib/tools/qlist.h corelib/tools/qlist.cpp - /*! \class tst_QVector \internal diff --git a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp index 1cd695ae46..8d4c15b5f9 100644 --- a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp +++ b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp @@ -76,9 +76,6 @@ Q_DECLARE_METATYPE(qlonglong) Q_DECLARE_METATYPE(QDate) Q_DECLARE_METATYPE(QLocale::FormatType) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QLocale : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qmap/tst_qmap.cpp b/tests/auto/corelib/tools/qmap/tst_qmap.cpp index 2c04faa132..f24311adef 100644 --- a/tests/auto/corelib/tools/qmap/tst_qmap.cpp +++ b/tests/auto/corelib/tools/qmap/tst_qmap.cpp @@ -46,9 +46,6 @@ #include <qmap.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QMap : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qmargins/tst_qmargins.cpp b/tests/auto/corelib/tools/qmargins/tst_qmargins.cpp index b7affac7af..e8cb23b9b6 100644 --- a/tests/auto/corelib/tools/qmargins/tst_qmargins.cpp +++ b/tests/auto/corelib/tools/qmargins/tst_qmargins.cpp @@ -44,9 +44,6 @@ Q_DECLARE_METATYPE(QMargins) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QMargins : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp b/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp index 1c6117d299..1e32c3afea 100644 --- a/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp +++ b/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp @@ -45,9 +45,6 @@ #include <qdebug.h> #include <qpoint.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPoint : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qrect/tst_qrect.cpp b/tests/auto/corelib/tools/qrect/tst_qrect.cpp index 1696327289..c1375c38f6 100644 --- a/tests/auto/corelib/tools/qrect/tst_qrect.cpp +++ b/tests/auto/corelib/tools/qrect/tst_qrect.cpp @@ -49,9 +49,6 @@ Q_DECLARE_METATYPE(QPointF) Q_DECLARE_METATYPE(QRect) Q_DECLARE_METATYPE(QPoint) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QRect : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp b/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp index 21bf9d1539..d66e6b35da 100644 --- a/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp +++ b/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp @@ -44,9 +44,6 @@ const int N = 1; -//TESTED_CLASS= -//TESTED_FILES= - class tst_QRegExp : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qset/tst_qset.cpp b/tests/auto/corelib/tools/qset/tst_qset.cpp index 98f48d0bc7..f03d769e13 100644 --- a/tests/auto/corelib/tools/qset/tst_qset.cpp +++ b/tests/auto/corelib/tools/qset/tst_qset.cpp @@ -45,9 +45,6 @@ #include <qset.h> #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - int toNumber(const QString &str) { int res = 0; diff --git a/tests/auto/corelib/tools/qsize/tst_qsize.cpp b/tests/auto/corelib/tools/qsize/tst_qsize.cpp index 03a6f1d62d..5b6e4f85b1 100644 --- a/tests/auto/corelib/tools/qsize/tst_qsize.cpp +++ b/tests/auto/corelib/tools/qsize/tst_qsize.cpp @@ -44,9 +44,6 @@ Q_DECLARE_METATYPE(QSize) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSize : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp b/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp index 936df75366..d2879612be 100644 --- a/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp +++ b/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp @@ -44,9 +44,6 @@ Q_DECLARE_METATYPE(QSizeF) -//TESTED_CLASS= -//TESTED_FILES=corelib/tools/qsize.h corelib/tools/qsize.cpp - class tst_QSizeF : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qstring/tst_qstring.cpp b/tests/auto/corelib/tools/qstring/tst_qstring.cpp index cb9a3fa70a..80cbabeaf6 100644 --- a/tests/auto/corelib/tools/qstring/tst_qstring.cpp +++ b/tests/auto/corelib/tools/qstring/tst_qstring.cpp @@ -53,9 +53,6 @@ Q_DECLARE_METATYPE(qlonglong) -//TESTED_CLASS= -//TESTED_FILES= - #define CREATE_REF(string) \ const QString padded = QString::fromLatin1(" %1 ").arg(string); \ QStringRef ref = padded.midRef(1, padded.size() - 2); diff --git a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder1/tst_qstringbuilder1.cpp b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder1/tst_qstringbuilder1.cpp index 134da1d877..9a71955d62 100644 --- a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder1/tst_qstringbuilder1.cpp +++ b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder1/tst_qstringbuilder1.cpp @@ -51,9 +51,6 @@ #include <QtTest/QtTest> -//TESTED_CLASS=QStringBuilder -//TESTED_FILES=qstringbuilder.cpp - #define LITERAL "some literal" void runScenario(); // Defined in stringbuilder.cpp #included below. diff --git a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder2/tst_qstringbuilder2.cpp b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder2/tst_qstringbuilder2.cpp index b74cea069d..4979672647 100644 --- a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder2/tst_qstringbuilder2.cpp +++ b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder2/tst_qstringbuilder2.cpp @@ -52,9 +52,6 @@ #include <QtTest/QtTest> -//TESTED_CLASS=QStringBuilder -//TESTED_FILES=qstringbuilder.cpp - #define LITERAL "some literal" void runScenario(); // Defined in stringbuilder.cpp #included below. diff --git a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder3/tst_qstringbuilder3.cpp b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder3/tst_qstringbuilder3.cpp index 0320ed293d..2c6466ffe2 100644 --- a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder3/tst_qstringbuilder3.cpp +++ b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder3/tst_qstringbuilder3.cpp @@ -51,9 +51,6 @@ #include <QtTest/QtTest> -//TESTED_CLASS=QStringBuilder -//TESTED_FILES=qstringbuilder.cpp - #define LITERAL "some literal" void runScenario(); // Defined in stringbuilder.cpp #included below. diff --git a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder4/tst_qstringbuilder4.cpp b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder4/tst_qstringbuilder4.cpp index 7013780789..7f709d1590 100644 --- a/tests/auto/corelib/tools/qstringbuilder/qstringbuilder4/tst_qstringbuilder4.cpp +++ b/tests/auto/corelib/tools/qstringbuilder/qstringbuilder4/tst_qstringbuilder4.cpp @@ -52,9 +52,6 @@ #include <QtTest/QtTest> -//TESTED_CLASS=QStringBuilder -//TESTED_FILES=qstringbuilder.cpp - #define LITERAL "some literal" void runScenario(); // Defined in stringbuilder.cpp #included below. diff --git a/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp b/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp index e8a6335cee..b74e88753e 100644 --- a/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp +++ b/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp @@ -43,9 +43,6 @@ #include <qregexp.h> #include <qstringlist.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QStringList : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp b/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp index 23cd3fb889..0b3d1bbea1 100644 --- a/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp +++ b/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp @@ -48,9 +48,6 @@ Q_DECLARE_METATYPE(qlonglong) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QStringRef : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qtextboundaryfinder/tst_qtextboundaryfinder.cpp b/tests/auto/corelib/tools/qtextboundaryfinder/tst_qtextboundaryfinder.cpp index 4cc1dc0156..a7abf6f589 100644 --- a/tests/auto/corelib/tools/qtextboundaryfinder/tst_qtextboundaryfinder.cpp +++ b/tests/auto/corelib/tools/qtextboundaryfinder/tst_qtextboundaryfinder.cpp @@ -45,9 +45,6 @@ #include <qfile.h> #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES=gui/text/qtextlayout.h corelib/tools/qtextboundaryfinder.cpp - class tst_QTextBoundaryFinder : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qtime/tst_qtime.cpp b/tests/auto/corelib/tools/qtime/tst_qtime.cpp index cde953efb8..33513df9ac 100644 --- a/tests/auto/corelib/tools/qtime/tst_qtime.cpp +++ b/tests/auto/corelib/tools/qtime/tst_qtime.cpp @@ -42,9 +42,6 @@ #include <QtTest/QtTest> #include "qdatetime.h" -//TESTED_CLASS= -//TESTED_FILES=corelib/thread/qthreadstorage.h corelib/thread/qthreadstorage.cpp - class tst_QTime : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qtimeline/tst_qtimeline.cpp b/tests/auto/corelib/tools/qtimeline/tst_qtimeline.cpp index 36af16fba9..0bc1352681 100644 --- a/tests/auto/corelib/tools/qtimeline/tst_qtimeline.cpp +++ b/tests/auto/corelib/tools/qtimeline/tst_qtimeline.cpp @@ -43,9 +43,6 @@ #include <qtimeline.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTimeLine : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp index a005d5df7a..0bdc49a15a 100644 --- a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp +++ b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp @@ -45,9 +45,6 @@ const int N = 1; -//TESTED_CLASS= -//TESTED_FILES= - class tst_QVarLengthArray : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/tools/qvector/tst_qvector.cpp b/tests/auto/corelib/tools/qvector/tst_qvector.cpp index 77e70bd1fd..acf3756258 100644 --- a/tests/auto/corelib/tools/qvector/tst_qvector.cpp +++ b/tests/auto/corelib/tools/qvector/tst_qvector.cpp @@ -42,9 +42,6 @@ #include <QtTest/QtTest> #include <qvector.h> -//TESTED_CLASS= -//TESTED_FILES=corelib/tools/qregexp.h corelib/tools/qregexp.cpp - class tst_QVector : public QObject { Q_OBJECT diff --git a/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp b/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp index 1040a3ef87..12ebbb72a6 100644 --- a/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp +++ b/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp @@ -52,9 +52,6 @@ #include "qc14n.h" -//TESTED_CLASS=QXmlStreamReader QXmlStreamWriter -//TESTED_FILES=corelib/xml/stream/qxmlutils.cpp corelib/xml/stream/qxmlstream.cpp corelib/xml/stream/qxmlstream_p.h - Q_DECLARE_METATYPE(QXmlStreamReader::ReadElementTextBehaviour) static const char *const catalogFile = "XML-Test-Suite/xmlconf/finalCatalog.xml"; diff --git a/tests/auto/gui/image/qicon/tst_qicon.cpp b/tests/auto/gui/image/qicon/tst_qicon.cpp index 5fac4739e2..39a68943df 100644 --- a/tests/auto/gui/image/qicon/tst_qicon.cpp +++ b/tests/auto/gui/image/qicon/tst_qicon.cpp @@ -47,9 +47,6 @@ Q_DECLARE_METATYPE(QSize) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QIcon : public QObject { Q_OBJECT diff --git a/tests/auto/gui/image/qimage/tst_qimage.cpp b/tests/auto/gui/image/qimage/tst_qimage.cpp index e2da34dd6e..be34cf51cf 100644 --- a/tests/auto/gui/image/qimage/tst_qimage.cpp +++ b/tests/auto/gui/image/qimage/tst_qimage.cpp @@ -51,10 +51,6 @@ #include <qpainter.h> #include <private/qdrawhelper_p.h> - -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QImage::Format) Q_DECLARE_METATYPE(Qt::GlobalColor) diff --git a/tests/auto/gui/image/qimageiohandler/tst_qimageiohandler.cpp b/tests/auto/gui/image/qimageiohandler/tst_qimageiohandler.cpp index dd132302f8..1b2e4fab0e 100644 --- a/tests/auto/gui/image/qimageiohandler/tst_qimageiohandler.cpp +++ b/tests/auto/gui/image/qimageiohandler/tst_qimageiohandler.cpp @@ -47,9 +47,6 @@ #include <qimageiohandler.h> #include <qfile.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QImageIOHandler : public QObject { Q_OBJECT diff --git a/tests/auto/gui/image/qimagereader/tst_qimagereader.cpp b/tests/auto/gui/image/qimagereader/tst_qimagereader.cpp index 85ff3b2aeb..d0bbc57632 100644 --- a/tests/auto/gui/image/qimagereader/tst_qimagereader.cpp +++ b/tests/auto/gui/image/qimagereader/tst_qimagereader.cpp @@ -66,8 +66,6 @@ Q_DECLARE_METATYPE(QIntList) Q_DECLARE_METATYPE(QIODevice *) Q_DECLARE_METATYPE(QImage::Format) -//TESTED_FILES= - class tst_QImageReader : public QObject { Q_OBJECT diff --git a/tests/auto/gui/image/qimagewriter/tst_qimagewriter.cpp b/tests/auto/gui/image/qimagewriter/tst_qimagewriter.cpp index e21e671938..8a1f79e91a 100644 --- a/tests/auto/gui/image/qimagewriter/tst_qimagewriter.cpp +++ b/tests/auto/gui/image/qimagewriter/tst_qimagewriter.cpp @@ -61,8 +61,6 @@ Q_DECLARE_METATYPE(QImageWriter::ImageWriterError) Q_DECLARE_METATYPE(QIODevice *) Q_DECLARE_METATYPE(QImage::Format) -//TESTED_FILES= - class tst_QImageWriter : public QObject { Q_OBJECT diff --git a/tests/auto/gui/image/qmovie/tst_qmovie.cpp b/tests/auto/gui/image/qmovie/tst_qmovie.cpp index 15c7f856b1..b2d0360e33 100644 --- a/tests/auto/gui/image/qmovie/tst_qmovie.cpp +++ b/tests/auto/gui/image/qmovie/tst_qmovie.cpp @@ -47,8 +47,6 @@ #include <QLabel> #include <QMovie> -//TESTED_FILES= - class tst_QMovie : public QObject { Q_OBJECT diff --git a/tests/auto/gui/image/qpicture/tst_qpicture.cpp b/tests/auto/gui/image/qpicture/tst_qpicture.cpp index 8661a2b2d0..ea7e7c3e49 100644 --- a/tests/auto/gui/image/qpicture/tst_qpicture.cpp +++ b/tests/auto/gui/image/qpicture/tst_qpicture.cpp @@ -49,9 +49,6 @@ #include <qapplication.h> #include <limits.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPicture : public QObject { Q_OBJECT diff --git a/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp b/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp index 285db9778f..f386624092 100644 --- a/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp +++ b/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp @@ -65,9 +65,6 @@ #include <qscreen_qws.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QImage::Format) class tst_QPixmap : public QObject diff --git a/tests/auto/gui/image/qpixmapcache/tst_qpixmapcache.cpp b/tests/auto/gui/image/qpixmapcache/tst_qpixmapcache.cpp index 25a43404c4..cd3c357d79 100644 --- a/tests/auto/gui/image/qpixmapcache/tst_qpixmapcache.cpp +++ b/tests/auto/gui/image/qpixmapcache/tst_qpixmapcache.cpp @@ -47,10 +47,6 @@ #include <qpixmapcache.h> #include "private/qpixmapcache_p.h" - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPixmapCache : public QObject { Q_OBJECT diff --git a/tests/auto/gui/image/qpixmapfilter/tst_qpixmapfilter.cpp b/tests/auto/gui/image/qpixmapfilter/tst_qpixmapfilter.cpp index 5634285ad4..c89e09ea97 100644 --- a/tests/auto/gui/image/qpixmapfilter/tst_qpixmapfilter.cpp +++ b/tests/auto/gui/image/qpixmapfilter/tst_qpixmapfilter.cpp @@ -45,9 +45,6 @@ #include <private/qpixmapfilter_p.h> #include <qpainter.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPixmapFilter : public QObject { Q_OBJECT diff --git a/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp b/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp index 9458a97c6f..29fabefc72 100644 --- a/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp +++ b/tests/auto/gui/kernel/qclipboard/tst_qclipboard.cpp @@ -48,9 +48,6 @@ #include <Carbon/Carbon.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QClipboard : public QObject { Q_OBJECT diff --git a/tests/auto/gui/kernel/qdrag/tst_qdrag.cpp b/tests/auto/gui/kernel/qdrag/tst_qdrag.cpp index 4d18cefb2c..8723c6614b 100644 --- a/tests/auto/gui/kernel/qdrag/tst_qdrag.cpp +++ b/tests/auto/gui/kernel/qdrag/tst_qdrag.cpp @@ -46,9 +46,6 @@ #include <qdebug.h> #include <qdrag.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QDrag : public QObject { Q_OBJECT diff --git a/tests/auto/gui/kernel/qevent/tst_qevent.cpp b/tests/auto/gui/kernel/qevent/tst_qevent.cpp index ae39380883..7e39c11e2c 100644 --- a/tests/auto/gui/kernel/qevent/tst_qevent.cpp +++ b/tests/auto/gui/kernel/qevent/tst_qevent.cpp @@ -45,9 +45,6 @@ #include <QtCore/qcoreapplication.h> #include <QtCore/qcoreevent.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QEvent : public QObject { Q_OBJECT diff --git a/tests/auto/gui/kernel/qkeysequence/tst_qkeysequence.cpp b/tests/auto/gui/kernel/qkeysequence/tst_qkeysequence.cpp index 44380d2cd1..6fbd77c54f 100644 --- a/tests/auto/gui/kernel/qkeysequence/tst_qkeysequence.cpp +++ b/tests/auto/gui/kernel/qkeysequence/tst_qkeysequence.cpp @@ -47,9 +47,6 @@ #include <QTranslator> #include <QLibraryInfo> -//TESTED_CLASS= -//TESTED_FILES= - #ifdef Q_WS_MAC #include <Carbon/Carbon.h> struct MacSpecialKey { diff --git a/tests/auto/gui/kernel/qmouseevent/tst_qmouseevent.cpp b/tests/auto/gui/kernel/qmouseevent/tst_qmouseevent.cpp index 5998aa0c08..370338d24a 100644 --- a/tests/auto/gui/kernel/qmouseevent/tst_qmouseevent.cpp +++ b/tests/auto/gui/kernel/qmouseevent/tst_qmouseevent.cpp @@ -50,9 +50,6 @@ #include <qevent.h> #include <qwidget.h> -//TESTED_CLASS= -//TESTED_FILES=gui/widgets/qmenubar.h gui/widgets/qmenubar.cpp - class MouseEventWidget : public QWidget { public: diff --git a/tests/auto/gui/kernel/qmouseevent_modal/tst_qmouseevent_modal.cpp b/tests/auto/gui/kernel/qmouseevent_modal/tst_qmouseevent_modal.cpp index 7006feeeb8..4dc8b58366 100644 --- a/tests/auto/gui/kernel/qmouseevent_modal/tst_qmouseevent_modal.cpp +++ b/tests/auto/gui/kernel/qmouseevent_modal/tst_qmouseevent_modal.cpp @@ -51,10 +51,6 @@ #include <qdialog.h> - -//TESTED_CLASS= -//TESTED_FILES=gui/widgets/qmenubar.h gui/widgets/qmenubar.cpp - class TstWidget; class TstDialog; QT_FORWARD_DECLARE_CLASS(QPushButton) diff --git a/tests/auto/gui/kernel/qpalette/tst_qpalette.cpp b/tests/auto/gui/kernel/qpalette/tst_qpalette.cpp index b63b8bf7b0..053e6d0a7e 100644 --- a/tests/auto/gui/kernel/qpalette/tst_qpalette.cpp +++ b/tests/auto/gui/kernel/qpalette/tst_qpalette.cpp @@ -45,9 +45,6 @@ #include "qpalette.h" #include <qapplication.h> -//TESTED_CLASS=QPalette -//TESTED_FILES=qpalette.h qpalette.cpp - class tst_QPalette : public QObject { Q_OBJECT diff --git a/tests/auto/gui/kernel/qshortcut/tst_qshortcut.cpp b/tests/auto/gui/kernel/qshortcut/tst_qshortcut.cpp index 674fa930ed..d3a087eefc 100644 --- a/tests/auto/gui/kernel/qshortcut/tst_qshortcut.cpp +++ b/tests/auto/gui/kernel/qshortcut/tst_qshortcut.cpp @@ -57,9 +57,6 @@ class QMainWindow; class QTextEdit; QT_END_NAMESPACE -//TESTED_CLASS= -//TESTED_FILES= - class tst_QShortcut : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qbrush/tst_qbrush.cpp b/tests/auto/gui/painting/qbrush/tst_qbrush.cpp index 9ee679e0f7..e559556e58 100644 --- a/tests/auto/gui/painting/qbrush/tst_qbrush.cpp +++ b/tests/auto/gui/painting/qbrush/tst_qbrush.cpp @@ -48,9 +48,6 @@ #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QBrush : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qcolor/tst_qcolor.cpp b/tests/auto/gui/painting/qcolor/tst_qcolor.cpp index 1090b5ddcf..49b1bfe661 100644 --- a/tests/auto/gui/painting/qcolor/tst_qcolor.cpp +++ b/tests/auto/gui/painting/qcolor/tst_qcolor.cpp @@ -47,9 +47,6 @@ #include <qcolor.h> #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QColor : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qpaintengine/tst_qpaintengine.cpp b/tests/auto/gui/painting/qpaintengine/tst_qpaintengine.cpp index ba9cc62a3d..f2e6021818 100644 --- a/tests/auto/gui/painting/qpaintengine/tst_qpaintengine.cpp +++ b/tests/auto/gui/painting/qpaintengine/tst_qpaintengine.cpp @@ -47,9 +47,6 @@ #include <qpaintengine.h> #include <qpixmap.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPaintEngine : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qpainter/tst_qpainter.cpp b/tests/auto/gui/painting/qpainter/tst_qpainter.cpp index bd4d16fcbb..c868e9fa39 100644 --- a/tests/auto/gui/painting/qpainter/tst_qpainter.cpp +++ b/tests/auto/gui/painting/qpainter/tst_qpainter.cpp @@ -77,9 +77,6 @@ Q_DECLARE_METATYPE(QSize) Q_DECLARE_METATYPE(QPoint) Q_DECLARE_METATYPE(QPainterPath) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPainter : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qpainterpath/tst_qpainterpath.cpp b/tests/auto/gui/painting/qpainterpath/tst_qpainterpath.cpp index 08c08649d6..c54ffb358e 100644 --- a/tests/auto/gui/painting/qpainterpath/tst_qpainterpath.cpp +++ b/tests/auto/gui/painting/qpainterpath/tst_qpainterpath.cpp @@ -49,9 +49,6 @@ #define _USE_MATH_DEFINES #include <math.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPainterPath : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qpainterpathstroker/tst_qpainterpathstroker.cpp b/tests/auto/gui/painting/qpainterpathstroker/tst_qpainterpathstroker.cpp index 288263e5d7..b5d6c231bd 100644 --- a/tests/auto/gui/painting/qpainterpathstroker/tst_qpainterpathstroker.cpp +++ b/tests/auto/gui/painting/qpainterpathstroker/tst_qpainterpathstroker.cpp @@ -48,9 +48,6 @@ #define _USE_MATH_DEFINES #include <math.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPainterPathStroker : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qpen/tst_qpen.cpp b/tests/auto/gui/painting/qpen/tst_qpen.cpp index 64d725bc50..eeb5aae96d 100644 --- a/tests/auto/gui/painting/qpen/tst_qpen.cpp +++ b/tests/auto/gui/painting/qpen/tst_qpen.cpp @@ -47,9 +47,6 @@ #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPen : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qpolygon/tst_qpolygon.cpp b/tests/auto/gui/painting/qpolygon/tst_qpolygon.cpp index f47073a048..8d0bed6128 100644 --- a/tests/auto/gui/painting/qpolygon/tst_qpolygon.cpp +++ b/tests/auto/gui/painting/qpolygon/tst_qpolygon.cpp @@ -49,11 +49,6 @@ #include <qpainter.h> #include <qdialog.h> - - -//TESTED_CLASS= -//TESTED_FILES=gui/painting/qpolygon.h gui/painting/qpolygon.cpp - class tst_QPolygon : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qprinter/tst_qprinter.cpp b/tests/auto/gui/painting/qprinter/tst_qprinter.cpp index 914628e740..88c2a3ee9b 100644 --- a/tests/auto/gui/painting/qprinter/tst_qprinter.cpp +++ b/tests/auto/gui/painting/qprinter/tst_qprinter.cpp @@ -60,9 +60,6 @@ Q_DECLARE_METATYPE(QRect) QT_FORWARD_DECLARE_CLASS(QPrinter) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPrinter : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qprinterinfo/tst_qprinterinfo.cpp b/tests/auto/gui/painting/qprinterinfo/tst_qprinterinfo.cpp index f9734df10d..04d148cdc4 100644 --- a/tests/auto/gui/painting/qprinterinfo/tst_qprinterinfo.cpp +++ b/tests/auto/gui/painting/qprinterinfo/tst_qprinterinfo.cpp @@ -54,9 +54,6 @@ Q_DECLARE_METATYPE(QRect) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPrinterInfo : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qregion/tst_qregion.cpp b/tests/auto/gui/painting/qregion/tst_qregion.cpp index 58d2034e41..299710f56a 100644 --- a/tests/auto/gui/painting/qregion/tst_qregion.cpp +++ b/tests/auto/gui/painting/qregion/tst_qregion.cpp @@ -50,10 +50,6 @@ #include <private/qt_x11_p.h> #endif - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QRegion : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qtransform/tst_qtransform.cpp b/tests/auto/gui/painting/qtransform/tst_qtransform.cpp index b3b90ba1b5..6d0b88dcd7 100644 --- a/tests/auto/gui/painting/qtransform/tst_qtransform.cpp +++ b/tests/auto/gui/painting/qtransform/tst_qtransform.cpp @@ -48,9 +48,6 @@ Q_DECLARE_METATYPE(QRect) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTransform : public QObject { Q_OBJECT diff --git a/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp b/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp index 32084df61f..7a5c96ab6b 100644 --- a/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp +++ b/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp @@ -47,9 +47,6 @@ Q_DECLARE_METATYPE(QRect) -//TESTED_CLASS= -//TESTED_FILES=gui/painting/qmatrix.h gui/painting/qmatrix.cpp - class tst_QWMatrix : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qabstracttextdocumentlayout/tst_qabstracttextdocumentlayout.cpp b/tests/auto/gui/text/qabstracttextdocumentlayout/tst_qabstracttextdocumentlayout.cpp index 90f212e832..b296a56b38 100644 --- a/tests/auto/gui/text/qabstracttextdocumentlayout/tst_qabstracttextdocumentlayout.cpp +++ b/tests/auto/gui/text/qabstracttextdocumentlayout/tst_qabstracttextdocumentlayout.cpp @@ -48,9 +48,6 @@ #include <qimage.h> #include <qtextobject.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAbstractTextDocumentLayout : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qcssparser/tst_qcssparser.cpp b/tests/auto/gui/text/qcssparser/tst_qcssparser.cpp index 1166c014fa..29dcfcd542 100644 --- a/tests/auto/gui/text/qcssparser/tst_qcssparser.cpp +++ b/tests/auto/gui/text/qcssparser/tst_qcssparser.cpp @@ -46,9 +46,6 @@ #include <QtGui/QFontInfo> #include <QtGui/QFontMetrics> -//TESTED_CLASS=QCss -//TESTED_FILES=gui/text/qcssparser.cpp gui/text/qcssparser_p.h - #include "private/qcssparser_p.h" class tst_QCssParser : public QObject diff --git a/tests/auto/gui/text/qfont/tst_qfont.cpp b/tests/auto/gui/text/qfont/tst_qfont.cpp index 0c932e38a5..406bdf950e 100644 --- a/tests/auto/gui/text/qfont/tst_qfont.cpp +++ b/tests/auto/gui/text/qfont/tst_qfont.cpp @@ -51,9 +51,6 @@ #include <qwidget.h> #include <qlist.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFont : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qfontdatabase/tst_qfontdatabase.cpp b/tests/auto/gui/text/qfontdatabase/tst_qfontdatabase.cpp index 6886a687df..bf84b91024 100644 --- a/tests/auto/gui/text/qfontdatabase/tst_qfontdatabase.cpp +++ b/tests/auto/gui/text/qfontdatabase/tst_qfontdatabase.cpp @@ -45,9 +45,6 @@ #include <qfontinfo.h> #include <qfontmetrics.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFontDatabase : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qfontmetrics/tst_qfontmetrics.cpp b/tests/auto/gui/text/qfontmetrics/tst_qfontmetrics.cpp index 20ff8b7d8f..a4bc8458b3 100644 --- a/tests/auto/gui/text/qfontmetrics/tst_qfontmetrics.cpp +++ b/tests/auto/gui/text/qfontmetrics/tst_qfontmetrics.cpp @@ -47,11 +47,6 @@ #include <qstringlist.h> #include <qlist.h> - - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFontMetrics : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qsyntaxhighlighter/tst_qsyntaxhighlighter.cpp b/tests/auto/gui/text/qsyntaxhighlighter/tst_qsyntaxhighlighter.cpp index 24ade2dc91..bbc60df9d4 100644 --- a/tests/auto/gui/text/qsyntaxhighlighter/tst_qsyntaxhighlighter.cpp +++ b/tests/auto/gui/text/qsyntaxhighlighter/tst_qsyntaxhighlighter.cpp @@ -47,9 +47,6 @@ #include <QAbstractTextDocumentLayout> #include <QSyntaxHighlighter> -//TESTED_CLASS= -//TESTED_FILES= -// class QTestDocumentLayout : public QAbstractTextDocumentLayout { Q_OBJECT diff --git a/tests/auto/gui/text/qtextblock/tst_qtextblock.cpp b/tests/auto/gui/text/qtextblock/tst_qtextblock.cpp index efa5368205..190262f4ef 100644 --- a/tests/auto/gui/text/qtextblock/tst_qtextblock.cpp +++ b/tests/auto/gui/text/qtextblock/tst_qtextblock.cpp @@ -50,8 +50,6 @@ #include <qtextobject.h> #include <qtextcursor.h> -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QTextDocument) class tst_QTextBlock : public QObject diff --git a/tests/auto/gui/text/qtextcursor/tst_qtextcursor.cpp b/tests/auto/gui/text/qtextcursor/tst_qtextcursor.cpp index 2b0ba422e0..9667df73bb 100644 --- a/tests/auto/gui/text/qtextcursor/tst_qtextcursor.cpp +++ b/tests/auto/gui/text/qtextcursor/tst_qtextcursor.cpp @@ -52,8 +52,6 @@ #include <qtextcursor.h> #include <qdebug.h> -//TESTED_FILES=gui/text/qtextcursor.cpp gui/text/qtextcursor_p.h - QT_FORWARD_DECLARE_CLASS(QTextDocument) class tst_QTextCursor : public QObject diff --git a/tests/auto/gui/text/qtextdocument/tst_qtextdocument.cpp b/tests/auto/gui/text/qtextdocument/tst_qtextdocument.cpp index ea8878e9f1..a9295ffbdb 100644 --- a/tests/auto/gui/text/qtextdocument/tst_qtextdocument.cpp +++ b/tests/auto/gui/text/qtextdocument/tst_qtextdocument.cpp @@ -65,9 +65,6 @@ QT_FORWARD_DECLARE_CLASS(QTextDocument) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTextDocument : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp b/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp index 51e659d5eb..7b4c1f9804 100644 --- a/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp +++ b/tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp @@ -55,9 +55,6 @@ QT_FORWARD_DECLARE_CLASS(QTextDocument) -//TESTED_CLASS= -//TESTED_FILES=gui/text/qtextdocumentfragment.h gui/text/qtextdocumentfragment.cpp gui/text/qtexthtmlparser.cpp gui/text/qtexthtmlparser_p.h - class tst_QTextDocumentFragment : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextdocumentlayout/tst_qtextdocumentlayout.cpp b/tests/auto/gui/text/qtextdocumentlayout/tst_qtextdocumentlayout.cpp index f5c72cd4d0..ae31936e63 100644 --- a/tests/auto/gui/text/qtextdocumentlayout/tst_qtextdocumentlayout.cpp +++ b/tests/auto/gui/text/qtextdocumentlayout/tst_qtextdocumentlayout.cpp @@ -50,9 +50,6 @@ #include <qtextedit.h> #include <qscrollbar.h> -//TESTED_CLASS= -//TESTED_FILES=gui/text/qtextdocumentlayout_p.h gui/text/qtextdocumentlayout.cpp - class tst_QTextDocumentLayout : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextformat/tst_qtextformat.cpp b/tests/auto/gui/text/qtextformat/tst_qtextformat.cpp index b235b112b6..1d69bc2c1d 100644 --- a/tests/auto/gui/text/qtextformat/tst_qtextformat.cpp +++ b/tests/auto/gui/text/qtextformat/tst_qtextformat.cpp @@ -52,9 +52,6 @@ #include <qtextlayout.h> #include <qabstracttextdocumentlayout.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTextFormat : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp b/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp index 42aa300098..253211bbe9 100644 --- a/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp +++ b/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp @@ -57,9 +57,6 @@ #define TESTFONT_SIZE 12 -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTextLayout : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextlist/tst_qtextlist.cpp b/tests/auto/gui/text/qtextlist/tst_qtextlist.cpp index 164dd6fc68..8b4317f52b 100644 --- a/tests/auto/gui/text/qtextlist/tst_qtextlist.cpp +++ b/tests/auto/gui/text/qtextlist/tst_qtextlist.cpp @@ -49,9 +49,6 @@ #include <qtextcursor.h> #include "../qtextdocument/common.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTextList : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextobject/tst_qtextobject.cpp b/tests/auto/gui/text/qtextobject/tst_qtextobject.cpp index 0d1773e3fa..15e50a5a54 100644 --- a/tests/auto/gui/text/qtextobject/tst_qtextobject.cpp +++ b/tests/auto/gui/text/qtextobject/tst_qtextobject.cpp @@ -49,9 +49,6 @@ #include <qtextedit.h> #include <qtextcursor.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTextObject : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp b/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp index ddaf84134d..2f4ca7282a 100644 --- a/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp +++ b/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp @@ -54,8 +54,6 @@ #include <qtextcursor.h> #include "../qtextdocument/common.h" -//TESTED_FILES=gui/text/qtextdocument_p.cpp gui/text/qtextdocument_p.h - class tst_QTextPieceTable : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp b/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp index 55ad866874..487ef96405 100644 --- a/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp +++ b/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp @@ -69,13 +69,6 @@ #include <qfontdatabase.h> #include <qfontinfo.h> - - - - -//TESTED_CLASS= -//TESTED_FILES= gui/text/qscriptengine.cpp - class tst_QTextScriptEngine : public QObject { Q_OBJECT diff --git a/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp b/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp index 83343811d8..fcafa51c90 100644 --- a/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp +++ b/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp @@ -51,8 +51,6 @@ #include <qtextdocument.h> #include <qtextedit.h> -//TESTED_FILES= - typedef QList<int> IntList; Q_DECLARE_METATYPE(IntList) diff --git a/tests/auto/gui/util/qdesktopservices/tst_qdesktopservices.cpp b/tests/auto/gui/util/qdesktopservices/tst_qdesktopservices.cpp index 64af6c9613..d354e18fe4 100644 --- a/tests/auto/gui/util/qdesktopservices/tst_qdesktopservices.cpp +++ b/tests/auto/gui/util/qdesktopservices/tst_qdesktopservices.cpp @@ -45,9 +45,6 @@ #include <qdebug.h> #include <qdesktopservices.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_qdesktopservices : public QObject { Q_OBJECT diff --git a/tests/auto/network/access/qftp/tst_qftp.cpp b/tests/auto/network/access/qftp/tst_qftp.cpp index 6caa98b702..2e484d5bb5 100644 --- a/tests/auto/network/access/qftp/tst_qftp.cpp +++ b/tests/auto/network/access/qftp/tst_qftp.cpp @@ -57,9 +57,6 @@ #include "../../../network-settings.h" -//TESTED_CLASS= -//TESTED_FILES= - #ifndef QT_NO_BEARERMANAGEMENT Q_DECLARE_METATYPE(QNetworkConfiguration) #endif diff --git a/tests/auto/network/access/qhttp/tst_qhttp.cpp b/tests/auto/network/access/qhttp/tst_qhttp.cpp index 7ef061413d..f6514bade1 100644 --- a/tests/auto/network/access/qhttp/tst_qhttp.cpp +++ b/tests/auto/network/access/qhttp/tst_qhttp.cpp @@ -59,9 +59,6 @@ #include "../../../network-settings.h" -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QHttpResponseHeader) class tst_QHttp : public QObject diff --git a/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp b/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp index a4b871a127..8af3a37665 100644 --- a/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp +++ b/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp @@ -49,9 +49,6 @@ #include <qbytearray.h> #include <qdatastream.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QHostAddress : public QObject { Q_OBJECT diff --git a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp index 217a46a81d..9226b3475a 100644 --- a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp +++ b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp @@ -96,9 +96,6 @@ #include "../../../network-settings.h" -//TESTED_CLASS= -//TESTED_FILES= - const char * const lupinellaIp = "10.3.4.6"; diff --git a/tests/auto/network/kernel/qnetworkaddressentry/tst_qnetworkaddressentry.cpp b/tests/auto/network/kernel/qnetworkaddressentry/tst_qnetworkaddressentry.cpp index 42b9af8dd3..d210cdfdfb 100644 --- a/tests/auto/network/kernel/qnetworkaddressentry/tst_qnetworkaddressentry.cpp +++ b/tests/auto/network/kernel/qnetworkaddressentry/tst_qnetworkaddressentry.cpp @@ -44,7 +44,6 @@ #include <qcoreapplication.h> #include <qnetworkinterface.h> -// TESTED_FILES=qnetworkinterface.cpp qnetworkinterface.h Q_DECLARE_METATYPE(QHostAddress) class tst_QNetworkAddressEntry: public QObject diff --git a/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp b/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp index 06dd62e18a..f8a9def46a 100644 --- a/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp +++ b/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp @@ -49,8 +49,6 @@ #include <QNetworkSession> #include "../../../network-settings.h" -//TESTED_FILES=qnetworkinterface.cpp qnetworkinterface.h qnetworkinterface_unix.cpp qnetworkinterface_win.cpp - class tst_QNetworkInterface : public QObject { Q_OBJECT diff --git a/tests/auto/network/kernel/qnetworkproxy/tst_qnetworkproxy.cpp b/tests/auto/network/kernel/qnetworkproxy/tst_qnetworkproxy.cpp index 884ed0573f..a96e771c0d 100644 --- a/tests/auto/network/kernel/qnetworkproxy/tst_qnetworkproxy.cpp +++ b/tests/auto/network/kernel/qnetworkproxy/tst_qnetworkproxy.cpp @@ -46,9 +46,6 @@ #include <qdebug.h> #include <qnetworkproxy.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QNetworkProxy : public QObject { Q_OBJECT diff --git a/tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp b/tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp index bf3e2f2442..5cd57b587e 100644 --- a/tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp +++ b/tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp @@ -66,8 +66,6 @@ #include "../../../network-settings.h" -//TESTED_FILES=network/qnativesocketengine.cpp network/qnativesocketengine_p.h network/qnativesocketengine_unix.cpp - class tst_PlatformSocketEngine : public QObject { Q_OBJECT diff --git a/tests/auto/network/socket/qabstractsocket/tst_qabstractsocket.cpp b/tests/auto/network/socket/qabstractsocket/tst_qabstractsocket.cpp index 309215d5ea..5b115f81bc 100644 --- a/tests/auto/network/socket/qabstractsocket/tst_qabstractsocket.cpp +++ b/tests/auto/network/socket/qabstractsocket/tst_qabstractsocket.cpp @@ -46,9 +46,6 @@ #include <qdebug.h> #include <qabstractsocket.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAbstractSocket : public QObject { Q_OBJECT diff --git a/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp b/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp index 12d0307847..b4449df86c 100644 --- a/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp +++ b/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp @@ -46,9 +46,6 @@ #include <QtNetwork/qlocalsocket.h> #include <QtNetwork/qlocalserver.h> -//TESTED_CLASS=QLocalServer, QLocalSocket -//TESTED_FILES=network/socket/qlocalserver.cpp network/socket/qlocalsocket.cpp - Q_DECLARE_METATYPE(QLocalSocket::LocalSocketError) Q_DECLARE_METATYPE(QLocalSocket::LocalSocketState) diff --git a/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp b/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp index 769544e17e..c1897779e1 100644 --- a/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp +++ b/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp @@ -74,9 +74,6 @@ Q_DECLARE_METATYPE(QList<QNetworkProxy>) #include <QNetworkConfigurationManager> #include "../../../network-settings.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTcpServer : public QObject { Q_OBJECT diff --git a/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp b/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp index 00a9ed2d40..cb5b3df9da 100644 --- a/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp +++ b/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp @@ -99,9 +99,6 @@ Q_DECLARE_METATYPE(QAbstractSocket::SocketState) Q_DECLARE_METATYPE(QNetworkProxy) Q_DECLARE_METATYPE(QList<QNetworkProxy>) -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QTcpSocket) QT_FORWARD_DECLARE_CLASS(SocketPair) diff --git a/tests/auto/network/socket/qudpsocket/tst_qudpsocket.cpp b/tests/auto/network/socket/qudpsocket/tst_qudpsocket.cpp index 786714af13..a0928b42eb 100644 --- a/tests/auto/network/socket/qudpsocket/tst_qudpsocket.cpp +++ b/tests/auto/network/socket/qudpsocket/tst_qudpsocket.cpp @@ -64,8 +64,6 @@ Q_DECLARE_METATYPE(QHostAddress) Q_DECLARE_METATYPE(QNetworkInterface) Q_DECLARE_METATYPE(QSharedPointer<QNetworkSession>) -//TESTED_CLASS= -//TESTED_FILES= QT_FORWARD_DECLARE_CLASS(QUdpSocket) diff --git a/tests/auto/opengl/qgl/tst_qgl.cpp b/tests/auto/opengl/qgl/tst_qgl.cpp index 9f11746d75..492c250b6b 100644 --- a/tests/auto/opengl/qgl/tst_qgl.cpp +++ b/tests/auto/opengl/qgl/tst_qgl.cpp @@ -61,9 +61,6 @@ #include <QtGui/private/qimagepixmapcleanuphooks_p.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QGL : public QObject { Q_OBJECT diff --git a/tests/auto/other/collections/tst_collections.cpp b/tests/auto/other/collections/tst_collections.cpp index e815ab7896..3f96aa94d5 100644 --- a/tests/auto/other/collections/tst_collections.cpp +++ b/tests/auto/other/collections/tst_collections.cpp @@ -102,8 +102,6 @@ void foo() template class QList<int>; -//TESTED_FILES= - class tst_Collections : public QObject { Q_OBJECT diff --git a/tests/auto/other/gestures/tst_gestures.cpp b/tests/auto/other/gestures/tst_gestures.cpp index 63345fbe88..098f84b399 100644 --- a/tests/auto/other/gestures/tst_gestures.cpp +++ b/tests/auto/other/gestures/tst_gestures.cpp @@ -55,9 +55,6 @@ #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - static QPointF mapToGlobal(const QPointF &pt, QGraphicsItem *item, QGraphicsView *view) { return view->viewport()->mapToGlobal(view->mapFromScene(item->mapToScene(pt))); diff --git a/tests/auto/other/languagechange/tst_languagechange.cpp b/tests/auto/other/languagechange/tst_languagechange.cpp index 5373431d27..97a2683a75 100644 --- a/tests/auto/other/languagechange/tst_languagechange.cpp +++ b/tests/auto/other/languagechange/tst_languagechange.cpp @@ -51,10 +51,6 @@ #include <QtWidgets/QFileDialog> #include <QtWidgets/QDesktopWidget> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_languageChange : public QObject { Q_OBJECT diff --git a/tests/auto/other/qaccessibility/tst_qaccessibility.cpp b/tests/auto/other/qaccessibility/tst_qaccessibility.cpp index 78a071b155..625ed3b82a 100644 --- a/tests/auto/other/qaccessibility/tst_qaccessibility.cpp +++ b/tests/auto/other/qaccessibility/tst_qaccessibility.cpp @@ -204,8 +204,6 @@ QRect childRect(QAccessibleInterface *iface, int index = 0) return rect; } -//TESTED_FILES= - class tst_QAccessibility : public QObject { Q_OBJECT diff --git a/tests/auto/other/qcomplextext/tst_qcomplextext.cpp b/tests/auto/other/qcomplextext/tst_qcomplextext.cpp index c72393cfe6..ce45500e74 100644 --- a/tests/auto/other/qcomplextext/tst_qcomplextext.cpp +++ b/tests/auto/other/qcomplextext/tst_qcomplextext.cpp @@ -50,10 +50,6 @@ #include "bidireorderstring.h" - -//TESTED_CLASS= -//TESTED_FILES=gui/widgets/qcombobox.h gui/widgets/qcombobox.cpp - class tst_QComplexText : public QObject { Q_OBJECT diff --git a/tests/auto/other/qdirectpainter/tst_qdirectpainter.cpp b/tests/auto/other/qdirectpainter/tst_qdirectpainter.cpp index 550c2e96c0..f60f011a20 100644 --- a/tests/auto/other/qdirectpainter/tst_qdirectpainter.cpp +++ b/tests/auto/other/qdirectpainter/tst_qdirectpainter.cpp @@ -42,9 +42,6 @@ #include <QtTest/QtTest> -//TESTED_CLASS= -//TESTED_FILES= - #include <qwindowsystem_qws.h> #include <qpainter.h> #include <qdesktopwidget.h> diff --git a/tests/auto/other/qfocusevent/tst_qfocusevent.cpp b/tests/auto/other/qfocusevent/tst_qfocusevent.cpp index cc58b6212c..a0803b029c 100644 --- a/tests/auto/other/qfocusevent/tst_qfocusevent.cpp +++ b/tests/auto/other/qfocusevent/tst_qfocusevent.cpp @@ -52,9 +52,6 @@ QT_FORWARD_DECLARE_CLASS(QWidget) -//TESTED_CLASS= -//TESTED_FILES=gui/kernel/qevent.h gui/kernel/qevent.cpp - class FocusLineEdit : public QLineEdit { public: diff --git a/tests/auto/other/qmultiscreen/tst_qmultiscreen.cpp b/tests/auto/other/qmultiscreen/tst_qmultiscreen.cpp index 9d74d59f85..9f7411f3ab 100644 --- a/tests/auto/other/qmultiscreen/tst_qmultiscreen.cpp +++ b/tests/auto/other/qmultiscreen/tst_qmultiscreen.cpp @@ -42,9 +42,6 @@ #include <QtTest/QtTest> -//TESTED_CLASS= -//TESTED_FILES= - #include <qdesktopwidget.h> #include <qscreen_qws.h> #include <qscreendriverfactory_qws.h> diff --git a/tests/auto/other/qobjectperformance/tst_qobjectperformance.cpp b/tests/auto/other/qobjectperformance/tst_qobjectperformance.cpp index 26145a0df4..4403a3f57b 100644 --- a/tests/auto/other/qobjectperformance/tst_qobjectperformance.cpp +++ b/tests/auto/other/qobjectperformance/tst_qobjectperformance.cpp @@ -46,9 +46,6 @@ #include <qobject.h> -//TESTED_CLASS= -//TESTED_FILES=corelib/kernel/qobject.h corelib/kernel/qobject.cpp - class tst_QObjectPerformance : public QObject { Q_OBJECT diff --git a/tests/auto/sql/kernel/qsql/tst_qsql.cpp b/tests/auto/sql/kernel/qsql/tst_qsql.cpp index e9c11e5966..e663289f6c 100644 --- a/tests/auto/sql/kernel/qsql/tst_qsql.cpp +++ b/tests/auto/sql/kernel/qsql/tst_qsql.cpp @@ -54,8 +54,6 @@ #include "../qsqldatabase/tst_databases.h" -//TESTED_FILES= - class tst_QSql : public QObject { Q_OBJECT diff --git a/tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp b/tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp index dab9933223..a124e6c5f5 100644 --- a/tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp +++ b/tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp @@ -54,8 +54,6 @@ #include "tst_databases.h" -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QSqlDatabase) struct FieldDef; diff --git a/tests/auto/sql/kernel/qsqldriver/tst_qsqldriver.cpp b/tests/auto/sql/kernel/qsqldriver/tst_qsqldriver.cpp index 7d622dbd56..11622e4b2a 100644 --- a/tests/auto/sql/kernel/qsqldriver/tst_qsqldriver.cpp +++ b/tests/auto/sql/kernel/qsqldriver/tst_qsqldriver.cpp @@ -45,11 +45,6 @@ #include "../qsqldatabase/tst_databases.h" - - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSqlDriver : public QObject { Q_OBJECT diff --git a/tests/auto/sql/kernel/qsqlerror/tst_qsqlerror.cpp b/tests/auto/sql/kernel/qsqlerror/tst_qsqlerror.cpp index d02b373c73..8eb6ae77b7 100644 --- a/tests/auto/sql/kernel/qsqlerror/tst_qsqlerror.cpp +++ b/tests/auto/sql/kernel/qsqlerror/tst_qsqlerror.cpp @@ -46,10 +46,6 @@ #include <qdebug.h> #include <qsqlerror.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSqlError : public QObject { Q_OBJECT diff --git a/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp b/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp index 6eb2c0a767..c121dfa3a9 100644 --- a/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp +++ b/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp @@ -46,10 +46,6 @@ #include <qvariant.h> #include <qsqlfield.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSqlField : public QObject { Q_OBJECT diff --git a/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp b/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp index cb3bb81d39..c970020a01 100644 --- a/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp +++ b/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp @@ -46,8 +46,6 @@ const QString qtest(qTableName( "qtest", __FILE__ )); -//TESTED_FILES= - class tst_QSqlQuery : public QObject { Q_OBJECT diff --git a/tests/auto/sql/kernel/qsqlrecord/tst_qsqlrecord.cpp b/tests/auto/sql/kernel/qsqlrecord/tst_qsqlrecord.cpp index c84e39fb2a..60b3069e1f 100644 --- a/tests/auto/sql/kernel/qsqlrecord/tst_qsqlrecord.cpp +++ b/tests/auto/sql/kernel/qsqlrecord/tst_qsqlrecord.cpp @@ -46,14 +46,8 @@ #include "qsqlfield.h" #include "qstringlist.h" - - - #include <qsqlrecord.h> -//TESTED_CLASS= -//TESTED_FILES= - #define NUM_FIELDS 4 class tst_QSqlRecord : public QObject diff --git a/tests/auto/sql/models/qsqlquerymodel/tst_qsqlquerymodel.cpp b/tests/auto/sql/models/qsqlquerymodel/tst_qsqlquerymodel.cpp index 0eebe76049..71cb59f971 100644 --- a/tests/auto/sql/models/qsqlquerymodel/tst_qsqlquerymodel.cpp +++ b/tests/auto/sql/models/qsqlquerymodel/tst_qsqlquerymodel.cpp @@ -56,9 +56,6 @@ #include "../../kernel/qsqldatabase/tst_databases.h" -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(Qt::Orientation) class tst_QSqlQueryModel : public QObject diff --git a/tests/auto/sql/models/qsqlrelationaltablemodel/tst_qsqlrelationaltablemodel.cpp b/tests/auto/sql/models/qsqlrelationaltablemodel/tst_qsqlrelationaltablemodel.cpp index 19f08586f1..c18de4acce 100644 --- a/tests/auto/sql/models/qsqlrelationaltablemodel/tst_qsqlrelationaltablemodel.cpp +++ b/tests/auto/sql/models/qsqlrelationaltablemodel/tst_qsqlrelationaltablemodel.cpp @@ -51,10 +51,6 @@ const QString reltest1(qTableName("reltest1", __FILE__)), reltest4(qTableName("reltest4", __FILE__)), reltest5(qTableName("reltest5", __FILE__)); - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSqlRelationalTableModel : public QObject { Q_OBJECT diff --git a/tests/auto/sql/models/qsqltablemodel/tst_qsqltablemodel.cpp b/tests/auto/sql/models/qsqltablemodel/tst_qsqltablemodel.cpp index a75a6d459a..13f6f67a0f 100644 --- a/tests/auto/sql/models/qsqltablemodel/tst_qsqltablemodel.cpp +++ b/tests/auto/sql/models/qsqltablemodel/tst_qsqltablemodel.cpp @@ -48,9 +48,6 @@ const QString test(qTableName("test", __FILE__)), test2(qTableName("test2", __FILE__)), test3(qTableName("test3", __FILE__)); -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QModelIndex) class tst_QSqlTableModel : public QObject diff --git a/tests/auto/widgets/dialogs/qabstractprintdialog/tst_qabstractprintdialog.cpp b/tests/auto/widgets/dialogs/qabstractprintdialog/tst_qabstractprintdialog.cpp index a0020acbf6..5e60b6a888 100644 --- a/tests/auto/widgets/dialogs/qabstractprintdialog/tst_qabstractprintdialog.cpp +++ b/tests/auto/widgets/dialogs/qabstractprintdialog/tst_qabstractprintdialog.cpp @@ -47,9 +47,6 @@ #include <qabstractprintdialog.h> #include <qprinter.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAbstractPrintDialog : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp b/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp index 3ae1e63a8e..1b1b7137eb 100644 --- a/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp +++ b/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp @@ -44,9 +44,6 @@ #include <QtGui/QtGui> #include <QtWidgets/QColorDialog> -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QtTestEventThread) class tst_QColorDialog : public QObject diff --git a/tests/auto/widgets/dialogs/qdialog/tst_qdialog.cpp b/tests/auto/widgets/dialogs/qdialog/tst_qdialog.cpp index 4ac9a6bf5a..0ebe27f053 100644 --- a/tests/auto/widgets/dialogs/qdialog/tst_qdialog.cpp +++ b/tests/auto/widgets/dialogs/qdialog/tst_qdialog.cpp @@ -55,9 +55,6 @@ Q_DECLARE_METATYPE(QSize) QT_FORWARD_DECLARE_CLASS(QDialog) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QDialog : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/dialogs/qfiledialog/tst_qfiledialog.cpp b/tests/auto/widgets/dialogs/qfiledialog/tst_qfiledialog.cpp index 5d64446576..41f4798709 100644 --- a/tests/auto/widgets/dialogs/qfiledialog/tst_qfiledialog.cpp +++ b/tests/auto/widgets/dialogs/qfiledialog/tst_qfiledialog.cpp @@ -68,9 +68,6 @@ #include <QFileDialog> #include <QFileSystemModel> -//TESTED_CLASS= -//TESTED_FILES= - #if defined(Q_OS_UNIX) #ifdef QT_BUILD_INTERNAL QT_BEGIN_NAMESPACE diff --git a/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp b/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp index 85b81660a7..bac6b82d37 100644 --- a/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp +++ b/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp @@ -68,9 +68,6 @@ #include "../../../network-settings.h" #endif -//TESTED_CLASS= -//TESTED_FILES= - #if defined QT_BUILD_INTERNAL QT_BEGIN_NAMESPACE Q_GUI_EXPORT bool qt_test_isFetchedRoot(); diff --git a/tests/auto/widgets/dialogs/qfilesystemmodel/tst_qfilesystemmodel.cpp b/tests/auto/widgets/dialogs/qfilesystemmodel/tst_qfilesystemmodel.cpp index 87e3987a58..5e02dec28b 100644 --- a/tests/auto/widgets/dialogs/qfilesystemmodel/tst_qfilesystemmodel.cpp +++ b/tests/auto/widgets/dialogs/qfilesystemmodel/tst_qfilesystemmodel.cpp @@ -52,9 +52,6 @@ #include <QStyle> #include <QtGlobal> -//TESTED_CLASS= -//TESTED_FILES= - #define WAITTIME 1000 // Will try to wait for the condition while allowing event processing diff --git a/tests/auto/widgets/dialogs/qfontdialog/tst_qfontdialog.cpp b/tests/auto/widgets/dialogs/qfontdialog/tst_qfontdialog.cpp index 3f12b7501c..855cc14095 100644 --- a/tests/auto/widgets/dialogs/qfontdialog/tst_qfontdialog.cpp +++ b/tests/auto/widgets/dialogs/qfontdialog/tst_qfontdialog.cpp @@ -51,9 +51,6 @@ #include "qfontdialog.h" #include <private/qfontdialog_p.h> -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QtTestEventThread) class tst_QFontDialog : public QObject diff --git a/tests/auto/widgets/dialogs/qinputdialog/tst_qinputdialog.cpp b/tests/auto/widgets/dialogs/qinputdialog/tst_qinputdialog.cpp index 5c74ab217b..91b55cdc20 100644 --- a/tests/auto/widgets/dialogs/qinputdialog/tst_qinputdialog.cpp +++ b/tests/auto/widgets/dialogs/qinputdialog/tst_qinputdialog.cpp @@ -49,9 +49,6 @@ #include <QDialogButtonBox> #include <qinputdialog.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QInputDialog : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/dialogs/qmessagebox/tst_qmessagebox.cpp b/tests/auto/widgets/dialogs/qmessagebox/tst_qmessagebox.cpp index f195017dc4..20cbdfbed4 100644 --- a/tests/auto/widgets/dialogs/qmessagebox/tst_qmessagebox.cpp +++ b/tests/auto/widgets/dialogs/qmessagebox/tst_qmessagebox.cpp @@ -55,9 +55,6 @@ #include <QCleanlooksStyle> #endif -//TESTED_CLASS= -//TESTED_FILES= - #define CONVENIENCE_FUNC_SYMS(func) \ { \ int x1 = QMessageBox::func(0, "Foo", "Bar"); \ diff --git a/tests/auto/widgets/dialogs/qprogressdialog/tst_qprogressdialog.cpp b/tests/auto/widgets/dialogs/qprogressdialog/tst_qprogressdialog.cpp index 5fbd5d747a..bccf9ac153 100644 --- a/tests/auto/widgets/dialogs/qprogressdialog/tst_qprogressdialog.cpp +++ b/tests/auto/widgets/dialogs/qprogressdialog/tst_qprogressdialog.cpp @@ -47,10 +47,6 @@ #include <qprogressdialog.h> #include <qlabel.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QProgressDialog : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/dialogs/qsidebar/tst_qsidebar.cpp b/tests/auto/widgets/dialogs/qsidebar/tst_qsidebar.cpp index 2d5ab6f78c..bb4c671d43 100644 --- a/tests/auto/widgets/dialogs/qsidebar/tst_qsidebar.cpp +++ b/tests/auto/widgets/dialogs/qsidebar/tst_qsidebar.cpp @@ -44,9 +44,6 @@ #include <QtWidgets/private/qsidebar_p.h> #include <QtWidgets/private/qfilesystemmodel_p.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSidebar : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/dialogs/qwizard/tst_qwizard.cpp b/tests/auto/widgets/dialogs/qwizard/tst_qwizard.cpp index d865461e49..1b109223b6 100644 --- a/tests/auto/widgets/dialogs/qwizard/tst_qwizard.cpp +++ b/tests/auto/widgets/dialogs/qwizard/tst_qwizard.cpp @@ -54,9 +54,6 @@ #include <QPlastiqueStyle> #include <QTreeWidget> -//TESTED_CLASS= -//TESTED_FILES= - static QImage grabWidget(QWidget *window) { return QPixmap::grabWidget(window).toImage(); diff --git a/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp b/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp index 0bc85bffdc..a5214832c9 100644 --- a/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp +++ b/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp @@ -52,9 +52,6 @@ #include <private/qgraphicseffect_p.h> #include "../../../platformquirks.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QGraphicsEffect : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/graphicsview/qgraphicseffectsource/tst_qgraphicseffectsource.cpp b/tests/auto/widgets/graphicsview/qgraphicseffectsource/tst_qgraphicseffectsource.cpp index 4f39f991c6..a69440da50 100644 --- a/tests/auto/widgets/graphicsview/qgraphicseffectsource/tst_qgraphicseffectsource.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicseffectsource/tst_qgraphicseffectsource.cpp @@ -48,9 +48,6 @@ #include <private/qgraphicseffect_p.h> -//TESTED_CLASS= -//TESTED_FILES= - class CustomItem : public QGraphicsRectItem { public: diff --git a/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp index 7880a55f4f..8a2fdc97f3 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp @@ -67,9 +67,6 @@ #include <QGraphicsLinearLayout> #include <float.h> -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QList<int>) Q_DECLARE_METATYPE(QList<QRectF>) Q_DECLARE_METATYPE(QPainterPath) diff --git a/tests/auto/widgets/graphicsview/qgraphicsitemanimation/tst_qgraphicsitemanimation.cpp b/tests/auto/widgets/graphicsview/qgraphicsitemanimation/tst_qgraphicsitemanimation.cpp index f7cf393253..6785ca5620 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsitemanimation/tst_qgraphicsitemanimation.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicsitemanimation/tst_qgraphicsitemanimation.cpp @@ -46,9 +46,6 @@ #include <QtCore/qtimeline.h> #include <QtGui/qmatrix.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QGraphicsItemAnimation : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/graphicsview/qgraphicslayout/tst_qgraphicslayout.cpp b/tests/auto/widgets/graphicsview/qgraphicslayout/tst_qgraphicslayout.cpp index 3eac04e4e5..a4f375ec25 100644 --- a/tests/auto/widgets/graphicsview/qgraphicslayout/tst_qgraphicslayout.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicslayout/tst_qgraphicslayout.cpp @@ -45,9 +45,6 @@ #include <QtWidgets> #include <math.h> -//TESTED_CLASS=QGraphicsLayout -//TESTED_FILES= - class tst_QGraphicsLayout : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp b/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp index 496628597d..dc1e1cb804 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp @@ -61,9 +61,6 @@ #define Q_CHECK_PAINTEVENTS #endif -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QList<int>) Q_DECLARE_METATYPE(QList<QRectF>) Q_DECLARE_METATYPE(QMatrix) diff --git a/tests/auto/widgets/graphicsview/qgraphicssceneindex/tst_qgraphicssceneindex.cpp b/tests/auto/widgets/graphicsview/qgraphicssceneindex/tst_qgraphicssceneindex.cpp index ac26999e16..56d2508840 100644 --- a/tests/auto/widgets/graphicsview/qgraphicssceneindex/tst_qgraphicssceneindex.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicssceneindex/tst_qgraphicssceneindex.cpp @@ -46,9 +46,6 @@ #include <private/qgraphicssceneindex_p.h> #include <private/qgraphicsscenelinearindex_p.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QGraphicsSceneIndex : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp b/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp index a5dc0c69f0..bf8ece42e2 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp @@ -73,9 +73,6 @@ #include <private/qgraphicsview_p.h> #include "../../../platformquirks.h" -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QList<int>) Q_DECLARE_METATYPE(QList<QRectF>) Q_DECLARE_METATYPE(QMatrix) diff --git a/tests/auto/widgets/itemviews/qabstractitemview/tst_qabstractitemview.cpp b/tests/auto/widgets/itemviews/qabstractitemview/tst_qabstractitemview.cpp index 4d530a353b..4e1b61e32d 100644 --- a/tests/auto/widgets/itemviews/qabstractitemview/tst_qabstractitemview.cpp +++ b/tests/auto/widgets/itemviews/qabstractitemview/tst_qabstractitemview.cpp @@ -59,9 +59,6 @@ #include <qboxlayout.h> #include <qlineedit.h> -//TESTED_CLASS= -//TESTED_FILES= - // Will try to wait for the condition while allowing event processing // for a maximum of 5 seconds. #define TRY_COMPARE(expr, expected) \ diff --git a/tests/auto/widgets/itemviews/qcolumnview/tst_qcolumnview.cpp b/tests/auto/widgets/itemviews/qcolumnview/tst_qcolumnview.cpp index e7a1a7092f..4b1a5a1a21 100644 --- a/tests/auto/widgets/itemviews/qcolumnview/tst_qcolumnview.cpp +++ b/tests/auto/widgets/itemviews/qcolumnview/tst_qcolumnview.cpp @@ -53,9 +53,6 @@ #include <qscrollbar.h> #include <private/qcolumnview_p.h> -//TESTED_CLASS= -//TESTED_FILES= - #define ANIMATION_DELAY 300 class tst_QColumnView : public QObject { diff --git a/tests/auto/widgets/itemviews/qdirmodel/tst_qdirmodel.cpp b/tests/auto/widgets/itemviews/qdirmodel/tst_qdirmodel.cpp index 65900a4bed..acbe652c89 100644 --- a/tests/auto/widgets/itemviews/qdirmodel/tst_qdirmodel.cpp +++ b/tests/auto/widgets/itemviews/qdirmodel/tst_qdirmodel.cpp @@ -46,9 +46,6 @@ #include <qdir.h> #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QDirModel : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp b/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp index dd087b0e95..cc3fd85da6 100644 --- a/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp +++ b/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp @@ -60,9 +60,6 @@ Q_DECLARE_METATYPE(IntList) typedef QList<bool> BoolList; Q_DECLARE_METATYPE(BoolList) -//TESTED_CLASS= -//TESTED_FILES= - // Will try to wait for the condition while allowing event processing // for a maximum of 2 seconds. #define WAIT_FOR_CONDITION(expr, expected) \ diff --git a/tests/auto/widgets/itemviews/qidentityproxymodel/tst_qidentityproxymodel.cpp b/tests/auto/widgets/itemviews/qidentityproxymodel/tst_qidentityproxymodel.cpp index 6d73cbe2e1..86ff00f9d4 100644 --- a/tests/auto/widgets/itemviews/qidentityproxymodel/tst_qidentityproxymodel.cpp +++ b/tests/auto/widgets/itemviews/qidentityproxymodel/tst_qidentityproxymodel.cpp @@ -48,9 +48,6 @@ #include "dynamictreemodel.h" #include "qidentityproxymodel.h" -//TESTED CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QModelIndex) class tst_QIdentityProxyModel : public QObject diff --git a/tests/auto/widgets/itemviews/qitemdelegate/tst_qitemdelegate.cpp b/tests/auto/widgets/itemviews/qitemdelegate/tst_qitemdelegate.cpp index df053975af..a2c85c2f48 100644 --- a/tests/auto/widgets/itemviews/qitemdelegate/tst_qitemdelegate.cpp +++ b/tests/auto/widgets/itemviews/qitemdelegate/tst_qitemdelegate.cpp @@ -65,9 +65,6 @@ Q_DECLARE_METATYPE(QAbstractItemDelegate::EndEditHint) -//TESTED_CLASS= -//TESTED_FILES= - #if defined (Q_OS_WIN) && !defined(Q_OS_WINCE) #include <windows.h> #define Q_CHECK_PAINTEVENTS \ diff --git a/tests/auto/widgets/itemviews/qitemselectionmodel/tst_qitemselectionmodel.cpp b/tests/auto/widgets/itemviews/qitemselectionmodel/tst_qitemselectionmodel.cpp index 6f805a04d2..2097cb31ee 100644 --- a/tests/auto/widgets/itemviews/qitemselectionmodel/tst_qitemselectionmodel.cpp +++ b/tests/auto/widgets/itemviews/qitemselectionmodel/tst_qitemselectionmodel.cpp @@ -45,9 +45,6 @@ #include <QtGui/QtGui> #include <QtWidgets/QtWidgets> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QItemSelectionModel : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/itemviews/qitemview/tst_qitemview.cpp b/tests/auto/widgets/itemviews/qitemview/tst_qitemview.cpp index df77687ed8..55a406cc74 100644 --- a/tests/auto/widgets/itemviews/qitemview/tst_qitemview.cpp +++ b/tests/auto/widgets/itemviews/qitemview/tst_qitemview.cpp @@ -79,9 +79,6 @@ bool qt_wince_is_mobile() { #endif #endif -//TESTED_CLASS= -//TESTED_FILES=gui/itemviews/qtreeview.h gui/itemviews/qtreeview.cpp - /*! See viewstotest.cpp for instructions on how to have your view tested with these tests. diff --git a/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp b/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp index cb582be3c2..86ec6c1a09 100644 --- a/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp +++ b/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp @@ -60,9 +60,6 @@ # include <QtGui/QPlatformNativeInterface> #endif // Q_OS_WIN -//TESTED_CLASS= -//TESTED_FILES= - #if defined(Q_OS_WIN) || defined(Q_OS_WINCE) static inline HWND getHWNDForWidget(const QWidget *widget) { diff --git a/tests/auto/widgets/itemviews/qlistwidget/tst_qlistwidget.cpp b/tests/auto/widgets/itemviews/qlistwidget/tst_qlistwidget.cpp index 9ede38f553..ea3f6ae143 100644 --- a/tests/auto/widgets/itemviews/qlistwidget/tst_qlistwidget.cpp +++ b/tests/auto/widgets/itemviews/qlistwidget/tst_qlistwidget.cpp @@ -49,9 +49,6 @@ #include <qlistwidget.h> #include <private/qlistwidget_p.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QListWidget : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/itemviews/qsortfilterproxymodel/tst_qsortfilterproxymodel.cpp b/tests/auto/widgets/itemviews/qsortfilterproxymodel/tst_qsortfilterproxymodel.cpp index 46194ce3f7..fb5fe579a6 100644 --- a/tests/auto/widgets/itemviews/qsortfilterproxymodel/tst_qsortfilterproxymodel.cpp +++ b/tests/auto/widgets/itemviews/qsortfilterproxymodel/tst_qsortfilterproxymodel.cpp @@ -50,9 +50,6 @@ #include <qdebug.h> -//TESTED CLASS= -//TESTED_FILES= - typedef QList<int> IntList; typedef QPair<int, int> IntPair; typedef QList<IntPair> IntPairList; diff --git a/tests/auto/widgets/itemviews/qstandarditem/tst_qstandarditem.cpp b/tests/auto/widgets/itemviews/qstandarditem/tst_qstandarditem.cpp index 206d469884..00c8a868d9 100644 --- a/tests/auto/widgets/itemviews/qstandarditem/tst_qstandarditem.cpp +++ b/tests/auto/widgets/itemviews/qstandarditem/tst_qstandarditem.cpp @@ -44,9 +44,6 @@ #include <qstandarditemmodel.h> -//TESTED_CLASS= -//TESTED_FILES=gui/itemviews/qstandarditemmodel.h gui/itemviews/qstandarditemmodel.cpp - class tst_QStandardItem : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/itemviews/qstandarditemmodel/tst_qstandarditemmodel.cpp b/tests/auto/widgets/itemviews/qstandarditemmodel/tst_qstandarditemmodel.cpp index 84a33107aa..6b0636ce77 100644 --- a/tests/auto/widgets/itemviews/qstandarditemmodel/tst_qstandarditemmodel.cpp +++ b/tests/auto/widgets/itemviews/qstandarditemmodel/tst_qstandarditemmodel.cpp @@ -46,9 +46,6 @@ #include <QTreeView> #include <private/qtreeview_p.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QStandardItemModel : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/itemviews/qstringlistmodel/tst_qstringlistmodel.cpp b/tests/auto/widgets/itemviews/qstringlistmodel/tst_qstringlistmodel.cpp index 32c26b5078..c8afe5dd75 100644 --- a/tests/auto/widgets/itemviews/qstringlistmodel/tst_qstringlistmodel.cpp +++ b/tests/auto/widgets/itemviews/qstringlistmodel/tst_qstringlistmodel.cpp @@ -50,9 +50,6 @@ #include "qmodellistener.h" #include <qstringlistmodel.h> -//TESTED_CLASS= -//TESTED_FILES= - void QModelListener::rowsAboutToBeRemovedOrInserted(const QModelIndex & parent, int start, int end ) { int i; diff --git a/tests/auto/widgets/itemviews/qtableview/tst_qtableview.cpp b/tests/auto/widgets/itemviews/qtableview/tst_qtableview.cpp index 47e6d861b7..84aa8c7180 100644 --- a/tests/auto/widgets/itemviews/qtableview/tst_qtableview.cpp +++ b/tests/auto/widgets/itemviews/qtableview/tst_qtableview.cpp @@ -46,9 +46,6 @@ #include <QtTest/QtTest> #include "private/qapplication_p.h" -//TESTED_CLASS= -//TESTED_FILES= - // Will try to wait for the condition while allowing event processing // for a maximum of 2 seconds. #define WAIT_FOR_CONDITION(expr, expected) \ diff --git a/tests/auto/widgets/itemviews/qtablewidget/tst_qtablewidget.cpp b/tests/auto/widgets/itemviews/qtablewidget/tst_qtablewidget.cpp index 6c32caadbb..1e5d63c261 100644 --- a/tests/auto/widgets/itemviews/qtablewidget/tst_qtablewidget.cpp +++ b/tests/auto/widgets/itemviews/qtablewidget/tst_qtablewidget.cpp @@ -48,9 +48,6 @@ #include <qtablewidget.h> -//TESTED_CLASS= -//TESTED_FILES= - class QObjectTableItem : public QObject, public QTableWidgetItem { Q_OBJECT diff --git a/tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp b/tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp index 6604d922a4..fad4d3deea 100644 --- a/tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp +++ b/tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp @@ -44,9 +44,6 @@ #include <QtGui/QtGui> #include <QtWidgets/QtWidgets> -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QModelIndex) #ifndef QT_NO_DRAGANDDROP Q_DECLARE_METATYPE(QAbstractItemView::DragDropMode) diff --git a/tests/auto/widgets/itemviews/qtreewidget/tst_qtreewidget.cpp b/tests/auto/widgets/itemviews/qtreewidget/tst_qtreewidget.cpp index ca358d39c4..03619f0c97 100644 --- a/tests/auto/widgets/itemviews/qtreewidget/tst_qtreewidget.cpp +++ b/tests/auto/widgets/itemviews/qtreewidget/tst_qtreewidget.cpp @@ -51,9 +51,6 @@ #include <QScrollBar> #include <QStyledItemDelegate> -//TESTED_CLASS= -//TESTED_FILES= - class CustomTreeWidget : public QTreeWidget { Q_OBJECT diff --git a/tests/auto/widgets/itemviews/qtreewidgetitemiterator/tst_qtreewidgetitemiterator.cpp b/tests/auto/widgets/itemviews/qtreewidgetitemiterator/tst_qtreewidgetitemiterator.cpp index 92a1b7cce3..94f4446b5b 100644 --- a/tests/auto/widgets/itemviews/qtreewidgetitemiterator/tst_qtreewidgetitemiterator.cpp +++ b/tests/auto/widgets/itemviews/qtreewidgetitemiterator/tst_qtreewidgetitemiterator.cpp @@ -48,9 +48,6 @@ #include <qeventloop.h> #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTreeWidgetItemIterator : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qaction/tst_qaction.cpp b/tests/auto/widgets/kernel/qaction/tst_qaction.cpp index 560713a064..846cba7ad6 100644 --- a/tests/auto/widgets/kernel/qaction/tst_qaction.cpp +++ b/tests/auto/widgets/kernel/qaction/tst_qaction.cpp @@ -47,9 +47,6 @@ #include <qaction.h> #include <qmenu.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAction : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp b/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp index a2470ceba8..8cf85dd8ea 100644 --- a/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp +++ b/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp @@ -55,9 +55,6 @@ #include <windows.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QApplication : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qboxlayout/tst_qboxlayout.cpp b/tests/auto/widgets/kernel/qboxlayout/tst_qboxlayout.cpp index 4e5b357de5..088469d770 100644 --- a/tests/auto/widgets/kernel/qboxlayout/tst_qboxlayout.cpp +++ b/tests/auto/widgets/kernel/qboxlayout/tst_qboxlayout.cpp @@ -44,9 +44,6 @@ #include <QtGui> #include <QtWidgets> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QBoxLayout : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qdesktopwidget/tst_qdesktopwidget.cpp b/tests/auto/widgets/kernel/qdesktopwidget/tst_qdesktopwidget.cpp index e7e3abeb25..c66e0c1c61 100644 --- a/tests/auto/widgets/kernel/qdesktopwidget/tst_qdesktopwidget.cpp +++ b/tests/auto/widgets/kernel/qdesktopwidget/tst_qdesktopwidget.cpp @@ -44,8 +44,6 @@ #include <QtWidgets/QDesktopWidget> #include <QDebug> -//TESTED_CLASS= - class tst_QDesktopWidget : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qformlayout/tst_qformlayout.cpp b/tests/auto/widgets/kernel/qformlayout/tst_qformlayout.cpp index 4425205eb9..a4d2cccc8e 100644 --- a/tests/auto/widgets/kernel/qformlayout/tst_qformlayout.cpp +++ b/tests/auto/widgets/kernel/qformlayout/tst_qformlayout.cpp @@ -56,9 +56,6 @@ #include <qformlayout.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFormLayout : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qgridlayout/tst_qgridlayout.cpp b/tests/auto/widgets/kernel/qgridlayout/tst_qgridlayout.cpp index 9aed5438a2..c7411af716 100644 --- a/tests/auto/widgets/kernel/qgridlayout/tst_qgridlayout.cpp +++ b/tests/auto/widgets/kernel/qgridlayout/tst_qgridlayout.cpp @@ -56,10 +56,6 @@ #include "../../../platformquirks.h" -//TESTED_CLASS= -//TESTED_FILES=gui/kernel/qlayout.cpp gui/kernel/qlayout.h - - class tst_QGridLayout : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qlayout/tst_qlayout.cpp b/tests/auto/widgets/kernel/qlayout/tst_qlayout.cpp index b25c632a6e..6cfb2f2f2a 100644 --- a/tests/auto/widgets/kernel/qlayout/tst_qlayout.cpp +++ b/tests/auto/widgets/kernel/qlayout/tst_qlayout.cpp @@ -60,9 +60,6 @@ # include <QtGui/QMacStyle> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QLayout : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp b/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp index 66a8fe24a8..2529ccf426 100644 --- a/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp +++ b/tests/auto/widgets/kernel/qstackedlayout/tst_qstackedlayout.cpp @@ -47,9 +47,6 @@ #include <qwidget.h> #include <QPushButton> -//TESTED_CLASS= -//TESTED_FILES=gui/kernel/qlayout.cpp gui/kernel/qlayout.h - class tst_QStackedLayout : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qtooltip/tst_qtooltip.cpp b/tests/auto/widgets/kernel/qtooltip/tst_qtooltip.cpp index 3ff31ead62..d2126d4043 100644 --- a/tests/auto/widgets/kernel/qtooltip/tst_qtooltip.cpp +++ b/tests/auto/widgets/kernel/qtooltip/tst_qtooltip.cpp @@ -43,9 +43,6 @@ #include <QtTest/QtTest> #include <qtooltip.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QToolTip : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp index fe02d1a681..28daf0ac02 100644 --- a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp +++ b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp @@ -156,9 +156,6 @@ bool macHasAccessToWindowsServer() #undef Bool #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QWidget : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/kernel/qwidgetaction/tst_qwidgetaction.cpp b/tests/auto/widgets/kernel/qwidgetaction/tst_qwidgetaction.cpp index 5f51f6d316..9b161ec5b8 100644 --- a/tests/auto/widgets/kernel/qwidgetaction/tst_qwidgetaction.cpp +++ b/tests/auto/widgets/kernel/qwidgetaction/tst_qwidgetaction.cpp @@ -51,9 +51,6 @@ #include <qmainwindow.h> #include <qmenubar.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QWidgetAction : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp b/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp index a262712abc..30e380ea1c 100644 --- a/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp +++ b/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp @@ -47,9 +47,6 @@ const int N = 1; -//TESTED_CLASS= -//TESTED_FILES=gui/styles/qmacstyle_mac.h gui/styles/qmacstyle_mac.cpp - enum Size { Normal, Small, Mini }; Q_DECLARE_METATYPE(Size); diff --git a/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp b/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp index 77c1d71129..5dede997ae 100644 --- a/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp +++ b/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp @@ -104,9 +104,6 @@ static bool qt_wince_is_smartphone() { #include <qwidget.h> -//TESTED_CLASS= -//TESTED_FILES=gui/styles/qstyle.h gui/styles/qstyle.cpp gui/styles/qplastiquestyle.cpp gui/styles/qwindowsstyle.cpp gui/styles/qwindowsxpstyle.cpp gui/styles/qwindowsvistastyle.cpp gui/styles/qmotifstyle.cpp - class tst_QStyle : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp b/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp index 9ecf4d8676..a1a27f538a 100644 --- a/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp +++ b/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp @@ -48,9 +48,6 @@ #include <private/qstylesheetstyle_p.h> #include "../../../platformquirks.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QStyleSheetStyle : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/util/qcompleter/tst_qcompleter.cpp b/tests/auto/widgets/util/qcompleter/tst_qcompleter.cpp index ccf3c449b3..9d75131149 100644 --- a/tests/auto/widgets/util/qcompleter/tst_qcompleter.cpp +++ b/tests/auto/widgets/util/qcompleter/tst_qcompleter.cpp @@ -49,9 +49,6 @@ #include "../../../../shared/filesystem.h" -//TESTED_CLASS= -//TESTED_FILES= - class CsvCompleter : public QCompleter { Q_OBJECT diff --git a/tests/auto/widgets/util/qsystemtrayicon/tst_qsystemtrayicon.cpp b/tests/auto/widgets/util/qsystemtrayicon/tst_qsystemtrayicon.cpp index a226e4521b..2d1cace929 100644 --- a/tests/auto/widgets/util/qsystemtrayicon/tst_qsystemtrayicon.cpp +++ b/tests/auto/widgets/util/qsystemtrayicon/tst_qsystemtrayicon.cpp @@ -47,9 +47,6 @@ #include <qsystemtrayicon.h> #include <qmenu.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSystemTrayIcon: public QObject { Q_OBJECT diff --git a/tests/auto/widgets/util/qundostack/tst_qundostack.cpp b/tests/auto/widgets/util/qundostack/tst_qundostack.cpp index b1fa420a60..0d65c12326 100644 --- a/tests/auto/widgets/util/qundostack/tst_qundostack.cpp +++ b/tests/auto/widgets/util/qundostack/tst_qundostack.cpp @@ -44,9 +44,6 @@ #include <QAction> #include <QUndoStack> -//TESTED_CLASS= -//TESTED_FILES= - /****************************************************************************** ** Commands */ diff --git a/tests/auto/widgets/widgets/qabstractbutton/tst_qabstractbutton.cpp b/tests/auto/widgets/widgets/qabstractbutton/tst_qabstractbutton.cpp index 526cfff1ee..5d4c346adb 100644 --- a/tests/auto/widgets/widgets/qabstractbutton/tst_qabstractbutton.cpp +++ b/tests/auto/widgets/widgets/qabstractbutton/tst_qabstractbutton.cpp @@ -50,14 +50,8 @@ #include <qkeysequence.h> #include <qevent.h> #include <qgridlayout.h> - - - #include <qabstractbutton.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAbstractButton : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qabstractscrollarea/tst_qabstractscrollarea.cpp b/tests/auto/widgets/widgets/qabstractscrollarea/tst_qabstractscrollarea.cpp index 5c9a33cdc6..542c3f58b3 100644 --- a/tests/auto/widgets/widgets/qabstractscrollarea/tst_qabstractscrollarea.cpp +++ b/tests/auto/widgets/widgets/qabstractscrollarea/tst_qabstractscrollarea.cpp @@ -51,9 +51,6 @@ #include <qwidget.h> #include <qdialog.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAbstractScrollArea : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qabstractspinbox/tst_qabstractspinbox.cpp b/tests/auto/widgets/widgets/qabstractspinbox/tst_qabstractspinbox.cpp index 4e936638f7..93415b35cd 100644 --- a/tests/auto/widgets/widgets/qabstractspinbox/tst_qabstractspinbox.cpp +++ b/tests/auto/widgets/widgets/qabstractspinbox/tst_qabstractspinbox.cpp @@ -48,10 +48,6 @@ #include <qlineedit.h> #include <qspinbox.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QAbstractSpinBox : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qbuttongroup/tst_qbuttongroup.cpp b/tests/auto/widgets/widgets/qbuttongroup/tst_qbuttongroup.cpp index c48efcd5eb..87163305b9 100644 --- a/tests/auto/widgets/widgets/qbuttongroup/tst_qbuttongroup.cpp +++ b/tests/auto/widgets/widgets/qbuttongroup/tst_qbuttongroup.cpp @@ -73,9 +73,6 @@ protected: #include <qbuttongroup.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QButtonGroup : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp b/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp index e4c1df2c6b..2098c95907 100644 --- a/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp +++ b/tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp @@ -50,10 +50,6 @@ #include <qdatetime.h> #include <qtextformat.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QCalendarWidget : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp index 33f5af4d0b..404f3f30b9 100644 --- a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp +++ b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp @@ -49,9 +49,6 @@ #include <qdatetime.h> #include <qcheckbox.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QCheckBox : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp b/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp index 8f6d5bc0e0..807c99ff4e 100644 --- a/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp +++ b/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp @@ -81,9 +81,6 @@ #include <qwindowsstyle.h> #endif -//TESTED_CLASS= -//TESTED_FILES= - class tst_QComboBox : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qcommandlinkbutton/tst_qcommandlinkbutton.cpp b/tests/auto/widgets/widgets/qcommandlinkbutton/tst_qcommandlinkbutton.cpp index 6a51bf4bba..7d550bcf9c 100644 --- a/tests/auto/widgets/widgets/qcommandlinkbutton/tst_qcommandlinkbutton.cpp +++ b/tests/auto/widgets/widgets/qcommandlinkbutton/tst_qcommandlinkbutton.cpp @@ -55,9 +55,6 @@ Q_DECLARE_METATYPE(QCommandLinkButton*) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QCommandLinkButton : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qdatetimeedit/tst_qdatetimeedit.cpp b/tests/auto/widgets/widgets/qdatetimeedit/tst_qdatetimeedit.cpp index c83634a6a7..eb561b1dff 100644 --- a/tests/auto/widgets/widgets/qdatetimeedit/tst_qdatetimeedit.cpp +++ b/tests/auto/widgets/widgets/qdatetimeedit/tst_qdatetimeedit.cpp @@ -120,10 +120,6 @@ bool qt_wince_is_mobile() { } #endif - -//TESTED_CLASS= -//TESTED_FILES= - class EditorDateEdit : public QDateTimeEdit { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qdialogbuttonbox/tst_qdialogbuttonbox.cpp b/tests/auto/widgets/widgets/qdialogbuttonbox/tst_qdialogbuttonbox.cpp index 449cc5e44d..b470edc38a 100644 --- a/tests/auto/widgets/widgets/qdialogbuttonbox/tst_qdialogbuttonbox.cpp +++ b/tests/auto/widgets/widgets/qdialogbuttonbox/tst_qdialogbuttonbox.cpp @@ -47,9 +47,6 @@ #include <qdialogbuttonbox.h> #include <limits.h> -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(QList<int>) Q_DECLARE_METATYPE(QDialogButtonBox::ButtonRole) Q_DECLARE_METATYPE(QDialogButtonBox::StandardButton) diff --git a/tests/auto/widgets/widgets/qdockwidget/tst_qdockwidget.cpp b/tests/auto/widgets/widgets/qdockwidget/tst_qdockwidget.cpp index cd0b95160d..41616dcfc1 100644 --- a/tests/auto/widgets/widgets/qdockwidget/tst_qdockwidget.cpp +++ b/tests/auto/widgets/widgets/qdockwidget/tst_qdockwidget.cpp @@ -61,8 +61,6 @@ void setFeature(QDockWidget *dockwidget, QDockWidget::DockWidgetFeature feature, dockwidget->setFeatures(on ? features | feature : features & ~feature); } -//TESTED_FILES= - class tst_QDockWidget : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp b/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp index cec6048e61..8e3a9db824 100644 --- a/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp +++ b/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp @@ -53,10 +53,6 @@ #include <qlineedit.h> #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES=gui/widgets/qspinbox.h gui/widgets/qspinbox.cpp gui/widgets/qabstractspinbox.cpp gui/widgets/qabstractspinbox_p.h gui/widgets/qabstractspinbox.h - - class DoubleSpinBox : public QDoubleSpinBox { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qfocusframe/tst_qfocusframe.cpp b/tests/auto/widgets/widgets/qfocusframe/tst_qfocusframe.cpp index 1658cf3fe5..b17529845a 100644 --- a/tests/auto/widgets/widgets/qfocusframe/tst_qfocusframe.cpp +++ b/tests/auto/widgets/widgets/qfocusframe/tst_qfocusframe.cpp @@ -46,10 +46,6 @@ #include <qdebug.h> #include <qfocusframe.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QFocusFrame : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qgroupbox/tst_qgroupbox.cpp b/tests/auto/widgets/widgets/qgroupbox/tst_qgroupbox.cpp index 21360d8899..a8dadf77e0 100644 --- a/tests/auto/widgets/widgets/qgroupbox/tst_qgroupbox.cpp +++ b/tests/auto/widgets/widgets/qgroupbox/tst_qgroupbox.cpp @@ -49,9 +49,6 @@ #include "qgroupbox.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QGroupBox : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qlabel/tst_qlabel.cpp b/tests/auto/widgets/widgets/qlabel/tst_qlabel.cpp index 1512385033..18da7fdf5f 100644 --- a/tests/auto/widgets/widgets/qlabel/tst_qlabel.cpp +++ b/tests/auto/widgets/widgets/qlabel/tst_qlabel.cpp @@ -53,9 +53,6 @@ #include <qmessagebox.h> #include <private/qlabel_p.h> -//TESTED_CLASS= -//TESTED_FILES= - class Widget : public QWidget { public: diff --git a/tests/auto/widgets/widgets/qlcdnumber/tst_qlcdnumber.cpp b/tests/auto/widgets/widgets/qlcdnumber/tst_qlcdnumber.cpp index 0976f3f619..1341ab3d22 100644 --- a/tests/auto/widgets/widgets/qlcdnumber/tst_qlcdnumber.cpp +++ b/tests/auto/widgets/widgets/qlcdnumber/tst_qlcdnumber.cpp @@ -46,10 +46,6 @@ #include <qdebug.h> #include <qlcdnumber.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QLCDNumber : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qlineedit/tst_qlineedit.cpp b/tests/auto/widgets/widgets/qlineedit/tst_qlineedit.cpp index 0a74274772..1e39e03e80 100644 --- a/tests/auto/widgets/widgets/qlineedit/tst_qlineedit.cpp +++ b/tests/auto/widgets/widgets/qlineedit/tst_qlineedit.cpp @@ -64,9 +64,6 @@ #include <qspinbox.h> #include <qdebug.h> -//TESTED_CLASS= -//TESTED_FILES= - #include "qcommonstyle.h" #include "qstyleoption.h" diff --git a/tests/auto/widgets/widgets/qmainwindow/tst_qmainwindow.cpp b/tests/auto/widgets/widgets/qmainwindow/tst_qmainwindow.cpp index 1fbd0f0da7..1ff21e923a 100644 --- a/tests/auto/widgets/widgets/qmainwindow/tst_qmainwindow.cpp +++ b/tests/auto/widgets/widgets/qmainwindow/tst_qmainwindow.cpp @@ -57,8 +57,6 @@ #include <private/qdockarealayout_p.h> #include "../../../platformquirks.h" -//TESTED_FILES= - static uchar restoreData41[] = { 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xfd, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x64, 0x0, 0x0, 0x1, 0x19, 0xfc, 0x2, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x30, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x45, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x34, 0x1, 0x0, 0x0, 0x0, 0x49, 0x0, 0x0, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x38, 0x1, 0x0, 0x0, 0x0, 0x8d, 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x32, 0x1, 0x0, 0x0, 0x0, 0xd4, 0x0, 0x0, 0x0, 0x45, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x64, 0x0, 0x0, 0x1, 0x19, 0xfc, 0x2, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x45, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x35, 0x1, 0x0, 0x0, 0x0, 0x49, 0x0, 0x0, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x39, 0x1, 0x0, 0x0, 0x0, 0x8d, 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x33, 0x1, 0x0, 0x0, 0x0, 0xd4, 0x0, 0x0, 0x0, 0x45, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x1, 0x89, 0x0, 0x0, 0x0, 0xe, 0xfc, 0x1, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x32, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x36, 0x1, 0x0, 0x0, 0x0, 0x63, 0x0, 0x0, 0x0, 0x61, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x30, 0x1, 0x0, 0x0, 0x0, 0xc8, 0x0, 0x0, 0x0, 0x5e, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x34, 0x1, 0x0, 0x0, 0x1, 0x2a, 0x0, 0x0, 0x0, 0x5f, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x1, 0x89, 0x0, 0x0, 0x0, 0xe, 0xfc, 0x1, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x33, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x37, 0x1, 0x0, 0x0, 0x0, 0x63, 0x0, 0x0, 0x0, 0x61, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x31, 0x1, 0x0, 0x0, 0x0, 0xc8, 0x0, 0x0, 0x0, 0x5e, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x35, 0x1, 0x0, 0x0, 0x1, 0x2a, 0x0, 0x0, 0x0, 0x5f, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0xc1, 0x0, 0x0, 0x1, 0x19}; static uchar restoreData42[] = { 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xfd, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0x0, 0x0, 0x2, 0x2b, 0xfc, 0x2, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x30, 0x1, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x34, 0x1, 0x0, 0x0, 0x0, 0xb6, 0x0, 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x38, 0x1, 0x0, 0x0, 0x1, 0x42, 0x0, 0x0, 0x0, 0x87, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x32, 0x1, 0x0, 0x0, 0x1, 0xcd, 0x0, 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x98, 0x0, 0x0, 0x2, 0x2b, 0xfc, 0x2, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x1, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x35, 0x1, 0x0, 0x0, 0x0, 0xb6, 0x0, 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x39, 0x1, 0x0, 0x0, 0x1, 0x42, 0x0, 0x0, 0x0, 0x87, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x33, 0x1, 0x0, 0x0, 0x1, 0xcd, 0x0, 0x0, 0x0, 0x88, 0x0, 0x0, 0x0, 0x21, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x4, 0x4e, 0x0, 0x0, 0x0, 0x26, 0xfc, 0x1, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x32, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x12, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x36, 0x1, 0x0, 0x0, 0x1, 0x16, 0x0, 0x0, 0x1, 0xe, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x30, 0x1, 0x0, 0x0, 0x2, 0x28, 0x0, 0x0, 0x1, 0x14, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x34, 0x1, 0x0, 0x0, 0x3, 0x40, 0x0, 0x0, 0x1, 0xe, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x4, 0x4e, 0x0, 0x0, 0x0, 0x26, 0xfc, 0x1, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x33, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x12, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x37, 0x1, 0x0, 0x0, 0x1, 0x16, 0x0, 0x0, 0x1, 0xe, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x31, 0x1, 0x0, 0x0, 0x2, 0x28, 0x0, 0x0, 0x1, 0x14, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x35, 0x1, 0x0, 0x0, 0x3, 0x40, 0x0, 0x0, 0x1, 0xe, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x3, 0x8a, 0x0, 0x0, 0x2, 0x2b, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x8}; static uchar restoreData43[] = { 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0xfd, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x50, 0x0, 0x0, 0x0, 0xa0, 0xfc, 0x2, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x30, 0x1, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x34, 0x1, 0x0, 0x0, 0x0, 0x53, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x38, 0x1, 0x0, 0x0, 0x0, 0x7c, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x32, 0x1, 0x0, 0x0, 0x0, 0xa5, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x98, 0x0, 0x0, 0x0, 0xa0, 0xfc, 0x2, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x1, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x35, 0x1, 0x0, 0x0, 0x0, 0x53, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x39, 0x1, 0x0, 0x0, 0x0, 0x7c, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x33, 0x1, 0x0, 0x0, 0x0, 0xa5, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x16, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x1, 0xa8, 0x0, 0x0, 0x0, 0x26, 0xfc, 0x1, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x32, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x68, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x36, 0x1, 0x0, 0x0, 0x0, 0x6c, 0x0, 0x0, 0x0, 0x66, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x30, 0x1, 0x0, 0x0, 0x0, 0xd6, 0x0, 0x0, 0x0, 0x68, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x34, 0x1, 0x0, 0x0, 0x1, 0x42, 0x0, 0x0, 0x0, 0x66, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x1, 0xa8, 0x0, 0x0, 0x0, 0x26, 0xfc, 0x1, 0x0, 0x0, 0x0, 0x4, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x33, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x68, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x37, 0x1, 0x0, 0x0, 0x0, 0x6c, 0x0, 0x0, 0x0, 0x66, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x31, 0x1, 0x0, 0x0, 0x0, 0xd6, 0x0, 0x0, 0x0, 0x68, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xe, 0x0, 0x64, 0x0, 0x6f, 0x0, 0x63, 0x0, 0x6b, 0x0, 0x20, 0x0, 0x31, 0x0, 0x35, 0x1, 0x0, 0x0, 0x1, 0x42, 0x0, 0x0, 0x0, 0x66, 0x0, 0x0, 0x0, 0x50, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0xb8, 0x0, 0x0, 0x0, 0xa0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x8, 0xfc, 0x0, 0x0, 0x0, 0x0}; diff --git a/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp b/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp index 59fbdafbaf..da587c0393 100644 --- a/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp +++ b/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp @@ -73,9 +73,6 @@ Q_DECLARE_METATYPE(QMdiSubWindow *) Q_DECLARE_METATYPE(QList<int>) Q_DECLARE_METATYPE(QTabWidget::TabPosition) -//TESTED_CLASS= -//TESTED_FILES= - static bool tabBetweenSubWindowsIn(QMdiArea *mdiArea, int tabCount = -1, bool reverse = false) { if (!mdiArea) { diff --git a/tests/auto/widgets/widgets/qmdisubwindow/tst_qmdisubwindow.cpp b/tests/auto/widgets/widgets/qmdisubwindow/tst_qmdisubwindow.cpp index a9311911e6..9cc764b716 100644 --- a/tests/auto/widgets/widgets/qmdisubwindow/tst_qmdisubwindow.cpp +++ b/tests/auto/widgets/widgets/qmdisubwindow/tst_qmdisubwindow.cpp @@ -160,9 +160,6 @@ Q_DECLARE_METATYPE(Qt::WindowStates); Q_DECLARE_METATYPE(Qt::WindowType); Q_DECLARE_METATYPE(Qt::WindowFlags); -//TESTED_CLASS= -//TESTED_FILES= - class tst_QMdiSubWindow : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp b/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp index 9b4f055684..0714910faf 100644 --- a/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp +++ b/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp @@ -59,9 +59,6 @@ Q_DECLARE_METATYPE(Qt::Key); Q_DECLARE_METATYPE(Qt::KeyboardModifiers); -//TESTED_CLASS= -//TESTED_FILES= - class tst_QMenu : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qmenubar/tst_qmenubar.cpp b/tests/auto/widgets/widgets/qmenubar/tst_qmenubar.cpp index 17da9c746f..ad7071f651 100644 --- a/tests/auto/widgets/widgets/qmenubar/tst_qmenubar.cpp +++ b/tests/auto/widgets/widgets/qmenubar/tst_qmenubar.cpp @@ -60,9 +60,6 @@ QT_FORWARD_DECLARE_CLASS(QMainWindow) #include <qmenubar.h> -//TESTED_CLASS= -//TESTED_FILES= - class QtTestSlot : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp b/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp index 2fcee700f8..96364446be 100644 --- a/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp +++ b/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp @@ -72,9 +72,6 @@ Q_DECLARE_METATYPE(QList<bool>); QT_FORWARD_DECLARE_CLASS(QPlainTextEdit) -//TESTED_CLASS= -//TESTED_FILES=gui/widgets/qtextedit.h gui/widgets/qtextedit.cpp - class tst_QPlainTextEdit : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qprogressbar/tst_qprogressbar.cpp b/tests/auto/widgets/widgets/qprogressbar/tst_qprogressbar.cpp index c05fdc4442..0844c2f5e2 100644 --- a/tests/auto/widgets/widgets/qprogressbar/tst_qprogressbar.cpp +++ b/tests/auto/widgets/widgets/qprogressbar/tst_qprogressbar.cpp @@ -48,9 +48,6 @@ #include <qtimer.h> #include <QStyleFactory> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QProgressBar : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qpushbutton/tst_qpushbutton.cpp b/tests/auto/widgets/widgets/qpushbutton/tst_qpushbutton.cpp index ed33881d6d..3a0a320831 100644 --- a/tests/auto/widgets/widgets/qpushbutton/tst_qpushbutton.cpp +++ b/tests/auto/widgets/widgets/qpushbutton/tst_qpushbutton.cpp @@ -56,9 +56,6 @@ Q_DECLARE_METATYPE(QPushButton*) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QPushButton : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qregexpvalidator/tst_qregexpvalidator.cpp b/tests/auto/widgets/widgets/qregexpvalidator/tst_qregexpvalidator.cpp index 23cd5b1ef1..2e245ab0c7 100644 --- a/tests/auto/widgets/widgets/qregexpvalidator/tst_qregexpvalidator.cpp +++ b/tests/auto/widgets/widgets/qregexpvalidator/tst_qregexpvalidator.cpp @@ -46,9 +46,6 @@ #include <qvalidator.h> -//TESTED_CLASS= -//TESTED_FILES=corelib/tools/qregexp.h corelib/tools/qregexp.cpp - class tst_QRegExpValidator : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qscrollarea/tst_qscrollarea.cpp b/tests/auto/widgets/widgets/qscrollarea/tst_qscrollarea.cpp index 8dcfb079d2..ba4dc855ce 100644 --- a/tests/auto/widgets/widgets/qscrollarea/tst_qscrollarea.cpp +++ b/tests/auto/widgets/widgets/qscrollarea/tst_qscrollarea.cpp @@ -47,9 +47,6 @@ #include <qscrollarea.h> #include <qlayout.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QScrollArea : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qsizegrip/tst_qsizegrip.cpp b/tests/auto/widgets/widgets/qsizegrip/tst_qsizegrip.cpp index cc0710a65a..9b7d0a7f0b 100644 --- a/tests/auto/widgets/widgets/qsizegrip/tst_qsizegrip.cpp +++ b/tests/auto/widgets/widgets/qsizegrip/tst_qsizegrip.cpp @@ -62,9 +62,6 @@ static inline Qt::Corner sizeGripCorner(QWidget *parent, QSizeGrip *sizeGrip) } -//TESTED_CLASS= -//TESTED_FILES= - Q_DECLARE_METATYPE(Qt::WindowType); class tst_QSizeGrip : public QObject diff --git a/tests/auto/widgets/widgets/qslider/tst_qslider.cpp b/tests/auto/widgets/widgets/qslider/tst_qslider.cpp index 50ee9e6a63..43942e96d8 100644 --- a/tests/auto/widgets/widgets/qslider/tst_qslider.cpp +++ b/tests/auto/widgets/widgets/qslider/tst_qslider.cpp @@ -46,9 +46,6 @@ #include <qdebug.h> #include <qslider.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSlider : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp b/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp index 608dcd6705..620263bcb6 100644 --- a/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp +++ b/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp @@ -68,9 +68,6 @@ #include <QStackedWidget> #include <QDebug> -//TESTED_CLASS= -//TESTED_FILES= - class SpinBox : public QSpinBox { public: diff --git a/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp b/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp index 836286e8ae..7aa760bc22 100644 --- a/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp +++ b/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp @@ -56,9 +56,6 @@ #include <qlabel.h> #include <qdebug.h> // for file error messages -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QSplitter) QT_FORWARD_DECLARE_CLASS(QWidget) class tst_QSplitter : public QObject diff --git a/tests/auto/widgets/widgets/qstackedwidget/tst_qstackedwidget.cpp b/tests/auto/widgets/widgets/qstackedwidget/tst_qstackedwidget.cpp index a4e71eca51..e5651ceebf 100644 --- a/tests/auto/widgets/widgets/qstackedwidget/tst_qstackedwidget.cpp +++ b/tests/auto/widgets/widgets/qstackedwidget/tst_qstackedwidget.cpp @@ -48,9 +48,6 @@ #include <qpushbutton.h> #include <QHBoxLayout> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QStackedWidget : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qstatusbar/tst_qstatusbar.cpp b/tests/auto/widgets/widgets/qstatusbar/tst_qstatusbar.cpp index a4a232951a..56d7e7bedf 100644 --- a/tests/auto/widgets/widgets/qstatusbar/tst_qstatusbar.cpp +++ b/tests/auto/widgets/widgets/qstatusbar/tst_qstatusbar.cpp @@ -48,9 +48,6 @@ #include <QMainWindow> #include <QSizeGrip> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QStatusBar: public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qtabwidget/tst_qtabwidget.cpp b/tests/auto/widgets/widgets/qtabwidget/tst_qtabwidget.cpp index deaece337d..de5080cdc2 100644 --- a/tests/auto/widgets/widgets/qtabwidget/tst_qtabwidget.cpp +++ b/tests/auto/widgets/widgets/qtabwidget/tst_qtabwidget.cpp @@ -47,9 +47,6 @@ #include <qlabel.h> #include <QtWidgets/qboxlayout.h> -//TESTED_CLASS= -//TESTED_FILES= - #if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) # include <qt_windows.h> #define Q_CHECK_PAINTEVENTS \ diff --git a/tests/auto/widgets/widgets/qtextbrowser/tst_qtextbrowser.cpp b/tests/auto/widgets/widgets/qtextbrowser/tst_qtextbrowser.cpp index 264d098367..ff3faeb1d3 100644 --- a/tests/auto/widgets/widgets/qtextbrowser/tst_qtextbrowser.cpp +++ b/tests/auto/widgets/widgets/qtextbrowser/tst_qtextbrowser.cpp @@ -49,9 +49,6 @@ #include <qtextbrowser.h> #include <qtextobject.h> -//TESTED_CLASS= -//TESTED_FILES= - class TestBrowser : public QTextBrowser { public: diff --git a/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp b/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp index 0a76c9a945..9c90255da1 100644 --- a/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp +++ b/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp @@ -89,9 +89,6 @@ bool nativeClipboardWorking() QT_FORWARD_DECLARE_CLASS(QTextEdit) -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTextEdit : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qtoolbar/tst_qtoolbar.cpp b/tests/auto/widgets/widgets/qtoolbar/tst_qtoolbar.cpp index eb043aced8..a796554d6b 100644 --- a/tests/auto/widgets/widgets/qtoolbar/tst_qtoolbar.cpp +++ b/tests/auto/widgets/widgets/qtoolbar/tst_qtoolbar.cpp @@ -57,8 +57,6 @@ #include <qmenu.h> #include <private/qtoolbarextension_p.h> -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QAction) class tst_QToolBar : public QObject diff --git a/tests/auto/widgets/widgets/qtoolbox/tst_qtoolbox.cpp b/tests/auto/widgets/widgets/qtoolbox/tst_qtoolbox.cpp index 2288eee5f4..ca3fb34632 100644 --- a/tests/auto/widgets/widgets/qtoolbox/tst_qtoolbox.cpp +++ b/tests/auto/widgets/widgets/qtoolbox/tst_qtoolbox.cpp @@ -44,10 +44,6 @@ #include <qtoolbox.h> - -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QToolBox) class tst_QToolBoxPrivate; diff --git a/tests/auto/widgets/widgets/qtoolbutton/tst_qtoolbutton.cpp b/tests/auto/widgets/widgets/qtoolbutton/tst_qtoolbutton.cpp index 0e21ea6611..333b98b3be 100644 --- a/tests/auto/widgets/widgets/qtoolbutton/tst_qtoolbutton.cpp +++ b/tests/auto/widgets/widgets/qtoolbutton/tst_qtoolbutton.cpp @@ -50,9 +50,6 @@ #include <qwindowsstyle.h> #include <qstyleoption.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QToolButton : public QObject { Q_OBJECT diff --git a/tests/auto/widgets/widgets/qworkspace/tst_qworkspace.cpp b/tests/auto/widgets/widgets/qworkspace/tst_qworkspace.cpp index d93043c12b..28ffb4280f 100644 --- a/tests/auto/widgets/widgets/qworkspace/tst_qworkspace.cpp +++ b/tests/auto/widgets/widgets/qworkspace/tst_qworkspace.cpp @@ -46,9 +46,6 @@ #include <qmenubar.h> #include <qworkspace.h> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QWorkspace : public QObject { Q_OBJECT diff --git a/tests/auto/xml/dom/qdom/tst_qdom.cpp b/tests/auto/xml/dom/qdom/tst_qdom.cpp index ab14a80420..734d7b473b 100644 --- a/tests/auto/xml/dom/qdom/tst_qdom.cpp +++ b/tests/auto/xml/dom/qdom/tst_qdom.cpp @@ -52,9 +52,6 @@ #include <QtXml> #include <QVariant> -//TESTED_CLASS= -//TESTED_FILES= - QT_FORWARD_DECLARE_CLASS(QDomDocument) QT_FORWARD_DECLARE_CLASS(QDomNode) diff --git a/tests/auto/xml/sax/qxml/tst_qxml.cpp b/tests/auto/xml/sax/qxml/tst_qxml.cpp index 5fd8793f19..8a5e750563 100644 --- a/tests/auto/xml/sax/qxml/tst_qxml.cpp +++ b/tests/auto/xml/sax/qxml/tst_qxml.cpp @@ -46,10 +46,6 @@ #include <qdebug.h> #include <qxml.h> - -//TESTED_CLASS= -//TESTED_FILES= - class tst_QXml : public QObject { Q_OBJECT diff --git a/tests/auto/xml/sax/qxmlinputsource/tst_qxmlinputsource.cpp b/tests/auto/xml/sax/qxmlinputsource/tst_qxmlinputsource.cpp index 9d31b34772..ba6d2922f3 100644 --- a/tests/auto/xml/sax/qxmlinputsource/tst_qxmlinputsource.cpp +++ b/tests/auto/xml/sax/qxmlinputsource/tst_qxmlinputsource.cpp @@ -51,9 +51,6 @@ #include <QXmlInputSource> #include <QXmlSimpleReader> -//TESTED_CLASS= -//TESTED_FILES= - class tst_QXmlInputSource : public QObject { Q_OBJECT diff --git a/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp b/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp index 6c66762904..5447e6f0eb 100644 --- a/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp +++ b/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp @@ -54,9 +54,6 @@ static const char *const inputString = "<!DOCTYPE inferno [<!ELEMENT inferno (circle+)><!ELEMENT circle (#PCDATA)>]><inferno><circle /><circle /></inferno>"; static const char *const refString = "setDocumentLocator(locator={columnNumber=1, lineNumber=1})\nstartDocument()\nstartDTD(name=\"inferno\", publicId=\"\", systemId=\"\")\nendDTD()\nstartElement(namespaceURI=\"\", localName=\"inferno\", qName=\"inferno\", atts=[])\nstartElement(namespaceURI=\"\", localName=\"circle\", qName=\"circle\", atts=[])\nendElement(namespaceURI=\"\", localName=\"circle\", qName=\"circle\")\nstartElement(namespaceURI=\"\", localName=\"circle\", qName=\"circle\", atts=[])\nendElement(namespaceURI=\"\", localName=\"circle\", qName=\"circle\")\nendElement(namespaceURI=\"\", localName=\"inferno\", qName=\"inferno\")\nendDocument()\n"; -//TESTED_CLASS= -//TESTED_FILES= - #define TEST_PORT 1088 class XmlServer : public QThread diff --git a/tests/benchmarks/corelib/kernel/qmetatype/tst_qmetatype.cpp b/tests/benchmarks/corelib/kernel/qmetatype/tst_qmetatype.cpp index f58365b9df..36c88ea251 100644 --- a/tests/benchmarks/corelib/kernel/qmetatype/tst_qmetatype.cpp +++ b/tests/benchmarks/corelib/kernel/qmetatype/tst_qmetatype.cpp @@ -42,8 +42,6 @@ #include <qtest.h> #include <QtCore/qmetatype.h> -//TESTED_FILES= - class tst_QMetaType : public QObject { Q_OBJECT diff --git a/tests/benchmarks/corelib/thread/qmutex/tst_qmutex.cpp b/tests/benchmarks/corelib/thread/qmutex/tst_qmutex.cpp index 2cb6221cee..6f6085b7c7 100644 --- a/tests/benchmarks/corelib/thread/qmutex/tst_qmutex.cpp +++ b/tests/benchmarks/corelib/thread/qmutex/tst_qmutex.cpp @@ -105,8 +105,6 @@ void NativeMutexUnlock(NativeMutexType *mutex) } #endif -//TESTED_FILES= - class tst_QMutex : public QObject { Q_OBJECT diff --git a/tests/benchmarks/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp b/tests/benchmarks/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp index 0a16ee6af6..7ded3a350d 100644 --- a/tests/benchmarks/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp +++ b/tests/benchmarks/corelib/thread/qthreadstorage/tst_qthreadstorage.cpp @@ -42,8 +42,6 @@ #include <qtest.h> #include <QtCore> -//TESTED_FILES= - QThreadStorage<int *> dummy[8]; QThreadStorage<QString *> tls1; diff --git a/tests/benchmarks/gui/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/benchmarks/gui/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp index cda89d3e15..df2d39288f 100644 --- a/tests/benchmarks/gui/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp +++ b/tests/benchmarks/gui/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp @@ -44,8 +44,6 @@ #include <QGraphicsScene> #include <QGraphicsView> -//TESTED_FILES= - class tst_QGraphicsItem : public QObject { Q_OBJECT diff --git a/tests/benchmarks/gui/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp b/tests/benchmarks/gui/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp index 6ffe476ecb..fd0e89e17f 100644 --- a/tests/benchmarks/gui/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp +++ b/tests/benchmarks/gui/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp @@ -44,8 +44,6 @@ #include <QGraphicsScene> #include <QGraphicsView> -//TESTED_FILES= - class tst_QGraphicsScene : public QObject { Q_OBJECT diff --git a/tests/benchmarks/gui/graphicsview/qgraphicsview/tst_qgraphicsview.cpp b/tests/benchmarks/gui/graphicsview/qgraphicsview/tst_qgraphicsview.cpp index 5aa73456ef..04d48f19e0 100644 --- a/tests/benchmarks/gui/graphicsview/qgraphicsview/tst_qgraphicsview.cpp +++ b/tests/benchmarks/gui/graphicsview/qgraphicsview/tst_qgraphicsview.cpp @@ -54,8 +54,6 @@ #include "valgrind/callgrind.h" #endif -//TESTED_FILES= - static inline void processEvents() { QPixmapCache::clear(); diff --git a/tests/benchmarks/gui/graphicsview/qgraphicswidget/tst_qgraphicswidget.cpp b/tests/benchmarks/gui/graphicsview/qgraphicswidget/tst_qgraphicswidget.cpp index a042074854..756ded7d75 100644 --- a/tests/benchmarks/gui/graphicsview/qgraphicswidget/tst_qgraphicswidget.cpp +++ b/tests/benchmarks/gui/graphicsview/qgraphicswidget/tst_qgraphicswidget.cpp @@ -44,7 +44,6 @@ #include <QGraphicsScene> #include <QGraphicsView> #include <QGraphicsWidget> -//TESTED_FILES= class tst_QGraphicsWidget : public QObject { diff --git a/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp b/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp index f66c90ea46..1f904a355f 100644 --- a/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp +++ b/tests/benchmarks/gui/image/qimagereader/tst_qimagereader.cpp @@ -63,8 +63,6 @@ Q_DECLARE_METATYPE(QStringMap) Q_DECLARE_METATYPE(QIntList) Q_DECLARE_METATYPE(QIODevice *) -//TESTED_FILES= - class tst_QImageReader : public QObject { Q_OBJECT diff --git a/tests/benchmarks/gui/image/qpixmapcache/tst_qpixmapcache.cpp b/tests/benchmarks/gui/image/qpixmapcache/tst_qpixmapcache.cpp index d08a20dc00..f2189b1cbd 100644 --- a/tests/benchmarks/gui/image/qpixmapcache/tst_qpixmapcache.cpp +++ b/tests/benchmarks/gui/image/qpixmapcache/tst_qpixmapcache.cpp @@ -41,7 +41,6 @@ #include <qtest.h> #include <QPixmapCache> -//TESTED_FILES= class tst_QPixmapCache : public QObject { diff --git a/tests/benchmarks/gui/itemviews/qtableview/tst_qtableview.cpp b/tests/benchmarks/gui/itemviews/qtableview/tst_qtableview.cpp index e7cb2da252..8bd09e6040 100644 --- a/tests/benchmarks/gui/itemviews/qtableview/tst_qtableview.cpp +++ b/tests/benchmarks/gui/itemviews/qtableview/tst_qtableview.cpp @@ -45,8 +45,6 @@ #include <QImage> #include <QPainter> -//TESTED_FILES= - class QtTestTableModel: public QAbstractTableModel { Q_OBJECT diff --git a/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp b/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp index e50bde5d64..7bce2a1776 100644 --- a/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp +++ b/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp @@ -42,8 +42,6 @@ #include <qtest.h> #include <QQuaternion> -//TESTED_FILES= - class tst_QQuaternion : public QObject { Q_OBJECT diff --git a/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp b/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp index 25cbb076cf..dc3f1f900e 100644 --- a/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp +++ b/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp @@ -46,8 +46,6 @@ #include "benchmarktests.h" -//TESTED_FILES= - class BenchWidget : public QWidget { public: diff --git a/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp b/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp index 1961465ae7..0bb586d85d 100644 --- a/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp +++ b/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp @@ -46,8 +46,6 @@ #include <private/qpaintengineex_p.h> #include <private/qpaintbuffer_p.h> -//TESTED_FILES= - class ReplayWidget : public QWidget { Q_OBJECT diff --git a/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp b/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp index 7c37ebe0b8..a11af5a3dd 100644 --- a/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp +++ b/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp @@ -42,8 +42,6 @@ #include <qtest.h> #include <QTransform> -//TESTED_FILES= - class tst_QTransform : public QObject { Q_OBJECT diff --git a/tests/benchmarks/network/socket/qtcpserver/tst_qtcpserver.cpp b/tests/benchmarks/network/socket/qtcpserver/tst_qtcpserver.cpp index 7f6ded8111..c5d47f1a56 100644 --- a/tests/benchmarks/network/socket/qtcpserver/tst_qtcpserver.cpp +++ b/tests/benchmarks/network/socket/qtcpserver/tst_qtcpserver.cpp @@ -56,9 +56,6 @@ Q_DECLARE_METATYPE(QList<QNetworkProxy>) #include "../../../../auto/network-settings.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QTcpServer : public QObject { Q_OBJECT diff --git a/tests/benchmarks/network/ssl/qsslsocket/tst_qsslsocket.cpp b/tests/benchmarks/network/ssl/qsslsocket/tst_qsslsocket.cpp index 9f0a694b9a..d3684837b7 100644 --- a/tests/benchmarks/network/ssl/qsslsocket/tst_qsslsocket.cpp +++ b/tests/benchmarks/network/ssl/qsslsocket/tst_qsslsocket.cpp @@ -48,9 +48,6 @@ #include "../../../../auto/network-settings.h" -//TESTED_CLASS= -//TESTED_FILES= - class tst_QSslSocket : public QObject { Q_OBJECT |