Remove TESTED_CLASS/TESTED_FILES comments from tests.
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 6 Dec 2011 00:13:07 +0000 (10:13 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 6 Dec 2011 04:48:52 +0000 (05:48 +0100)
These comments were mostly empty or inaccurate.  Appropriate naming of
tests and appropriate placement of tests within the directory tree
provide more reliable indicators of what is being tested.

Change-Id: If69bdb39fd162d167cb948ddcbb73503b414e791
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/declarative/qjsengine/tst_qjsengine.cpp
tests/auto/declarative/qjsvalue/tst_qjsvalue.cpp
tests/auto/declarative/qjsvalueiterator/tst_qjsvalueiterator.cpp
tests/benchmarks/declarative/binding/tst_binding.cpp
tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp
tests/benchmarks/declarative/js/qjsvalue/tst_qjsvalue.cpp
tests/benchmarks/declarative/js/qjsvalueiterator/tst_qjsvalueiterator.cpp
tests/benchmarks/declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp
tests/benchmarks/declarative/qdeclarativemetaproperty/tst_qdeclarativemetaproperty.cpp

index 1c29391..e806a65 100644 (file)
@@ -52,9 +52,6 @@
 Q_DECLARE_METATYPE(QList<int>)
 Q_DECLARE_METATYPE(QObjectList)
 
-//TESTED_CLASS=
-//TESTED_FILES=
-
 // The JavaScriptCore GC marks the C stack. To try to ensure that there is
 // no JSObject* left in stack memory by the compiler, we call this function
 // to zap some bytes of memory before calling collectGarbage().
index 8557324..a8f05de 100644 (file)
@@ -42,9 +42,6 @@
 #include "tst_qjsvalue.h"
 #include <QtWidgets/QPushButton>
 
-//TESTED_CLASS=
-//TESTED_FILES=
-
 QT_BEGIN_NAMESPACE
 extern bool qt_script_isJITEnabled();
 QT_END_NAMESPACE
index 5a636d4..0c437a3 100644 (file)
@@ -46,9 +46,6 @@
 #include <QJSValue>
 #include <QJSValueIterator>
 
-//TESTED_CLASS=
-//TESTED_FILES=
-
 Q_DECLARE_METATYPE(QJSValue);
 
 class tst_QJSValueIterator : public QObject
index c1b5035..a37fce5 100644 (file)
@@ -47,8 +47,6 @@
 #include <QDebug>
 #include "testtypes.h"
 
-//TESTED_FILES=
-
 class tst_binding : public QObject
 {
     Q_OBJECT
index da5788e..e9a595a 100644 (file)
@@ -46,8 +46,6 @@
 
 Q_DECLARE_METATYPE(QJSValue)
 
-//TESTED_FILES=
-
 class tst_QJSEngine : public QObject
 {
     Q_OBJECT
index 5ebcbd8..337c552 100644 (file)
@@ -45,8 +45,6 @@
 
 Q_DECLARE_METATYPE(QJSValue)
 
-//TESTED_FILES=
-
 class tst_QJSValue : public QObject
 {
     Q_OBJECT
index 14dc75d..e2615e9 100644 (file)
@@ -44,8 +44,6 @@
 #include <QtDeclarative/qjsvalue.h>
 #include <QtDeclarative/qjsvalueiterator.h>
 
-//TESTED_FILES=
-
 class tst_QJSValueIterator : public QObject
 {
     Q_OBJECT