summaryrefslogtreecommitdiffstats
path: root/src/testlib/testlib.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-08-23 18:35:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-29 06:47:22 +0200
commit58f2ac3a2993423ab247c43b307513f054b65870 (patch)
treed945fdbf10a005d47430df9c00ead70da3ada76a /src/testlib/testlib.pro
parent36533edf7159547bdcf5b7def02870d1b04d09ac (diff)
Remove QTestFileLogger class.
This class is not very useful -- it just creates a text file that records each occasion that an autotest enters a test function as a stop-gap solution for the fact that the newer XML logger produces no output if the autotest fails to terminate gracefully. Addressing QTBUG-20615 will provide a better solution by allowing the user to get a partial plain text test log in those circumstances. Change-Id: I179bb98dbd696d0734cd3f12046e5c567def30cc Reviewed-on: http://codereview.qt.nokia.com/3390 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/testlib/testlib.pro')
-rw-r--r--src/testlib/testlib.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro
index c3df1b4ec7..482c82cfd3 100644
--- a/src/testlib/testlib.pro
+++ b/src/testlib/testlib.pro
@@ -27,7 +27,6 @@ HEADERS = qbenchmark.h \
qtestelement.h \
qtestevent.h \
qtesteventloop.h \
- qtestfilelogger.h \
qtest_global.h \
qtest_gui.h \
qtest.h \
@@ -60,8 +59,7 @@ SOURCES = qtestcase.cpp \
qtestxunitstreamer.cpp \
qtestxmlstreamer.cpp \
qtestlightxmlstreamer.cpp \
- qtestlogger.cpp \
- qtestfilelogger.cpp
+ qtestlogger.cpp
DEFINES *= QT_NO_CAST_TO_ASCII \
QT_NO_CAST_FROM_ASCII \
QTESTLIB_MAKEDLL \