summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-05 18:51:14 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-06 02:19:25 +0100
commite3640d1bddb7c2e820d770b2f2f5557cc354b7e9 (patch)
treeb988a75f3fcfd6e7bb4c092489f95bf850addeb5 /tests/auto/network/kernel
parent5d74683b7afa90cc316f0e68d61e0f402fb0e9e7 (diff)
Remove TESTED_CLASS/TESTED_FILES comments from tests.
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: Ib6bf373d9e79917e4ab1417ee5c1264a2c2d7027 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/network/kernel')
-rw-r--r--tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp3
-rw-r--r--tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp3
-rw-r--r--tests/auto/network/kernel/qnetworkaddressentry/tst_qnetworkaddressentry.cpp1
-rw-r--r--tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp2
-rw-r--r--tests/auto/network/kernel/qnetworkproxy/tst_qnetworkproxy.cpp3
5 files changed, 0 insertions, 12 deletions
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