Remove invalid URIs from testing with QXmlQuery
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 3 Oct 2012 15:45:38 +0000 (08:45 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 8 Oct 2012 00:45:10 +0000 (02:45 +0200)
commit79893572a1cd2a7a880dbb3b820006187a992921
treeb665483b74b2f78a937f6e15ceaf6b70527966e0
parent641eb19618986b2857fd2282833d0c11df4e2a1b
Remove invalid URIs from testing with QXmlQuery

QXmlQuery requires proper URIs/URLs and these two aren't valid. A scheme
is never empty and a path cannot contain a colon before the first slash.

QUrl has been pointing out that new error condition since
7d62f8ace542e04e3ddf92eec4fdad8d34ac9585

Change-Id: Ic206908345f45b1cce0a3733584a65b02b8c2791
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/qxmlquery/tst_qxmlquery.cpp