From: Jason McDonald Date: Tue, 6 Dec 2011 00:42:51 +0000 (+1000) Subject: Remove TESTED_CLASS/TESTED_FILES comments from tests. X-Git-Tag: accepted/tizen/20131212.181521~413 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3876740a1fab36f3dd10f6124d3021f789ae8a4e;p=platform%2Fupstream%2Fqttools.git Remove TESTED_CLASS/TESTED_FILES comments from tests. These comments were all empty. Appropriate naming of tests and appropriate placement of tests within the directory tree provide more reliable indicators of what is being tested. Change-Id: I00c7ec38e2febd68179952f683e579c82d3d79c9 Sanity-Review: Qt Sanity Bot Reviewed-by: Rohan McGovern --- diff --git a/src/linguist/tests/tst_linguist.h b/src/linguist/tests/tst_linguist.h index 2a72c59..f45a555 100644 --- a/src/linguist/tests/tst_linguist.h +++ b/src/linguist/tests/tst_linguist.h @@ -45,10 +45,6 @@ #include #include -//TESTED_CLASS= -//TESTED_FILES= - - class tst_linguist : public QObject { Q_OBJECT diff --git a/src/linguist/tests/tst_lupdate.cpp b/src/linguist/tests/tst_lupdate.cpp index eb6e865..bc62b18 100644 --- a/src/linguist/tests/tst_lupdate.cpp +++ b/src/linguist/tests/tst_lupdate.cpp @@ -42,9 +42,6 @@ #include #include -//TESTED_CLASS= -//TESTED_FILES= - #include "tst_linguist.h" void tst_linguist::fetchtr()