summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/collections/tst_collections.cpp2
-rw-r--r--tests/auto/other/gestures/tst_gestures.cpp3
-rw-r--r--tests/auto/other/languagechange/tst_languagechange.cpp4
-rw-r--r--tests/auto/other/qaccessibility/tst_qaccessibility.cpp2
-rw-r--r--tests/auto/other/qcomplextext/tst_qcomplextext.cpp4
-rw-r--r--tests/auto/other/qdirectpainter/tst_qdirectpainter.cpp3
-rw-r--r--tests/auto/other/qfocusevent/tst_qfocusevent.cpp3
-rw-r--r--tests/auto/other/qmultiscreen/tst_qmultiscreen.cpp3
-rw-r--r--tests/auto/other/qobjectperformance/tst_qobjectperformance.cpp3
9 files changed, 0 insertions, 27 deletions
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