Fixed failure of tst_xmlpatterns due to Qt plugin loading changes
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 22 Feb 2012 01:09:23 +0000 (11:09 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 22 Feb 2012 01:17:35 +0000 (02:17 +0100)
commitb09a7971daeea7e42af2f4f5ae3a12b29c1692e2
tree28d6338642e95c268b65607c9bfca7f015e78e10
parent65d2458408ccda1b37e1069fd13791a60fa0c672
Fixed failure of tst_xmlpatterns due to Qt plugin loading changes

The test tries to verify that the xmlpatterns command outputs nothing on
standard error.  Qt makes this difficult by warning about some plugins
(unrelated to xmlpatterns) using the old plugin API.

Those plugins should be updated, but the warnings are irrelevant to
xmlpatterns, so ignore them.

Change-Id: I3c8cb0145a326a82eed3db547c5ae68315ec3cf1
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/xmlpatterns/tst_xmlpatterns.cpp