Remove color logging feature from qtestlib.
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 24 Aug 2011 01:39:34 +0000 (11:39 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 29 Aug 2011 01:42:54 +0000 (03:42 +0200)
commitdc7b2b8d9ca1d394d8338ce1c1f51eafac187908
treed7f350c7f51ce323b078928f0e58c4fd8a63a3c7
parent865c27460e9779e7e4cafea84db843c3c5b26765
Remove color logging feature from qtestlib.

This feature was undocumented and only worked if a secret environment
variable was set, the test output was going to a real console, and plain
text test results were being generated.  Including code in testlib for
fancy presentation of test results conflicts with testlib's stated goal
of being a lightweight framework where every feature contributes to
finding bugs, so this feature is being removed.  If fancy presentation
of test output is required, it should be achieved by post-processing the
test output outside of the test framework.

Change-Id: I872165c4d2c3d2498c3aa039070ecf319e237ca1
Reviewed-on: http://codereview.qt.nokia.com/3432
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/testlib/qabstracttestlogger.cpp
src/testlib/qabstracttestlogger_p.h
src/testlib/qplaintestlogger.cpp