Windows: Fix local file URLs in two autotests
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Wed, 22 Feb 2012 13:31:27 +0000 (15:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Feb 2012 09:22:54 +0000 (10:22 +0100)
commit9f18ef6613e6babd64183601e75424aeb27e3560
tree2ae0af25e651145657c3c2367f75e5283359735c
parentb09a7971daeea7e42af2f4f5ae3a12b29c1692e2
Windows: Fix local file URLs in two autotests

QUrl has been made more stricter when it comes to local files, so
just giving an absolute path with drive letter as URL is not going to
work anymore, as the drive letter will be interpreted as scheme.
Fixed two failing cases related to this issue to use proper URLs.

Task-number: QTBUG-24446
Change-Id: I63afd6b5fd8531bc347316b5dbfc19e4ad7f8115
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
tests/auto/qabstractxmlnodemodel/tst_qabstractxmlnodemodel.cpp
tests/auto/qxmlquery/tst_qxmlquery.cpp