Avoid using QTestResult::ignoreMessage().
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 13 Jan 2012 03:13:35 +0000 (13:13 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jan 2012 07:10:42 +0000 (08:10 +0100)
commitc730c089fd8ef686127a929a9b96970b032c5300
treeef17fcb6ca1c5d5a6c0d89b6fad01407438a8f9a
parent80aa2165425fd0b124a96c7e501e37a896c406ee
Avoid using QTestResult::ignoreMessage().

QTestResult::ignoreMessage() is just a wrapper around
QTestLog::ignoreMessage(). Both are private API, so just call the latter
directly so that the former can be removed from the API.

Change-Id: Icf77e2bf656afc556205ddf0dda5bb48fdbdfbbf
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/qmltest/quicktestresult.cpp