diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-12-05 18:51:14 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-06 02:19:25 +0100 |
commit | e3640d1bddb7c2e820d770b2f2f5557cc354b7e9 (patch) | |
tree | b988a75f3fcfd6e7bb4c092489f95bf850addeb5 /tests/auto/gui/text/qtextpiecetable | |
parent | 5d74683b7afa90cc316f0e68d61e0f402fb0e9e7 (diff) | |
download | qtbase-e3640d1bddb7c2e820d770b2f2f5557cc354b7e9.tar.gz |
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/gui/text/qtextpiecetable')
-rw-r--r-- | tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp b/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp index ddaf84134d..2f4ca7282a 100644 --- a/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp +++ b/tests/auto/gui/text/qtextpiecetable/tst_qtextpiecetable.cpp @@ -54,8 +54,6 @@ #include <qtextcursor.h> #include "../qtextdocument/common.h" -//TESTED_FILES=gui/text/qtextdocument_p.cpp gui/text/qtextdocument_p.h - class tst_QTextPieceTable : public QObject { Q_OBJECT |