From e3640d1bddb7c2e820d770b2f2f5557cc354b7e9 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 5 Dec 2011 18:51:14 +1000 Subject: 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 --- tests/auto/xml/dom/qdom/tst_qdom.cpp | 3 --- tests/auto/xml/sax/qxml/tst_qxml.cpp | 4 ---- tests/auto/xml/sax/qxmlinputsource/tst_qxmlinputsource.cpp | 3 --- tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp | 3 --- 4 files changed, 13 deletions(-) (limited to 'tests/auto/xml') 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 #include -//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 #include - -//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 #include -//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 = "]>"; 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 -- cgit v1.2.3