Skip to content

Commit

Permalink
Remove TESTED_CLASS/TESTED_FILES comments from tests.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason McDonald authored and Qt by Nokia committed Dec 6, 2011
1 parent 80ccf0b commit e9a0aa7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions tests/auto/declarative/qjsengine/tst_qjsengine.cpp
Expand Up @@ -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().
Expand Down
3 changes: 0 additions & 3 deletions tests/auto/declarative/qjsvalue/tst_qjsvalue.cpp
Expand Up @@ -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
Expand Down
Expand Up @@ -46,9 +46,6 @@
#include <QJSValue>
#include <QJSValueIterator>

//TESTED_CLASS=
//TESTED_FILES=

Q_DECLARE_METATYPE(QJSValue);

class tst_QJSValueIterator : public QObject
Expand Down
2 changes: 0 additions & 2 deletions tests/benchmarks/declarative/binding/tst_binding.cpp
Expand Up @@ -47,8 +47,6 @@
#include <QDebug>
#include "testtypes.h"

//TESTED_FILES=

class tst_binding : public QObject
{
Q_OBJECT
Expand Down
2 changes: 0 additions & 2 deletions tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp
Expand Up @@ -46,8 +46,6 @@

Q_DECLARE_METATYPE(QJSValue)

//TESTED_FILES=

class tst_QJSEngine : public QObject
{
Q_OBJECT
Expand Down
2 changes: 0 additions & 2 deletions tests/benchmarks/declarative/js/qjsvalue/tst_qjsvalue.cpp
Expand Up @@ -45,8 +45,6 @@

Q_DECLARE_METATYPE(QJSValue)

//TESTED_FILES=

class tst_QJSValue : public QObject
{
Q_OBJECT
Expand Down
Expand Up @@ -44,8 +44,6 @@
#include <QtDeclarative/qjsvalue.h>
#include <QtDeclarative/qjsvalueiterator.h>

//TESTED_FILES=

class tst_QJSValueIterator : public QObject
{
Q_OBJECT
Expand Down
Expand Up @@ -46,8 +46,6 @@
#include <QDebug>
#include "testtypes.h"

//TESTED_FILES=

class tst_qmlcomponent : public QObject
{
Q_OBJECT
Expand Down
Expand Up @@ -46,8 +46,6 @@
#include <QFile>
#include <QDebug>

//TESTED_FILES=

class tst_qmlmetaproperty : public QObject
{
Q_OBJECT
Expand Down

0 comments on commit e9a0aa7

Please sign in to comment.