Eliminate QTestResult::ignoreMessage().
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 13 Jan 2012 03:26:04 +0000 (13:26 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 30 Jan 2012 02:54:46 +0000 (03:54 +0100)
commitf323c700b8f78e6d5486522371603f45b058e96d
tree4e388b03d466172a4eb5315d09570e37c90b97c2
parent7934c75f844dd9a42315b18870cc72dd3e17191a
Eliminate QTestResult::ignoreMessage().

The removed function was just a wrapper around QTestLog::ignoreMessage()
and was only called twice (once in qtestcase.cpp and once in
qtdeclarative).  Better to just call the desired function directly and
avoid the indirection.

Change-Id: Ib900f35f5d584e8f323cef9b0e7b4f8a507c199e
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/testlib/qtestcase.cpp
src/testlib/qtestresult.cpp
src/testlib/qtestresult_p.h