Remove warning about missing file from parserstress test
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Wed, 14 Mar 2012 14:56:22 +0000 (16:56 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Mar 2012 16:58:22 +0000 (17:58 +0100)
commit8f077f28c51c24e71d95c4e99d322734578d9c9c
treebcc58a9bc5ebaa76ff7135cd5ba1e91bf43b117c
parentdfe32bec2d2397b8f52f5ec54bf3c69f086eadea
Remove warning about missing file from parserstress test

There is no dummy.qml, so trying to find it will cause a warning
and return an empty string. Since the url is optional anyway and
apparently not relevant to this test, just use empty QUrl directly.

Change-Id: I11ba742dedccd6bdea226f680aa57c957afc7dc7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
tests/auto/qml/parserstress/tst_parserstress.cpp