X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fauto%2Fqxmlquery%2Ftst_qxmlquery.cpp;h=1b5d424a8e2ed51443c5b5f107fa81cd30a7dff0;hb=c1623a0d42c9869e5a1d04081e7660722a863de5;hp=372bcdbecc26dac259f921395e4930ed3c33957c;hpb=9f18ef6613e6babd64183601e75424aeb27e3560;p=profile%2Fivi%2Fqtxmlpatterns.git diff --git a/tests/auto/qxmlquery/tst_qxmlquery.cpp b/tests/auto/qxmlquery/tst_qxmlquery.cpp index 372bcdb..1b5d424 100644 --- a/tests/auto/qxmlquery/tst_qxmlquery.cpp +++ b/tests/auto/qxmlquery/tst_qxmlquery.cpp @@ -1728,7 +1728,7 @@ void tst_QXmlQuery::messageXML() const query.setQuery(QLatin1String("1basicSyntaxError")); - const QRegExp removeFilename(QLatin1String("Location: file:.*\\#")); + QRegExp removeFilename(QLatin1String("Location: file:.*\\#")); QVERIFY(removeFilename.isValid()); QVERIFY(messageValidator.success());