From 79e0374143ab385cb12a17443e91c8eb9d2f3a4b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 7 Sep 2020 14:01:20 +0200 Subject: Remove the SAX parser from QtXml It has been deprecated and will live in qt5compat from now on. Fixes: QTBUG-86480 Change-Id: I3744c7cee058d51d0fce633a174ab1a0f9235d2c Reviewed-by: Karsten Heimrich --- tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref (limited to 'tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref') diff --git a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref b/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref deleted file mode 100644 index d030deb272..0000000000 --- a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref +++ /dev/null @@ -1,7 +0,0 @@ -setDocumentLocator(locator={columnNumber=1, lineNumber=1}) -startDocument() - startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) - characters(ch="\r\n") - startElement(namespaceURI="", localName="a", qName="a", atts=[]) - endElement(namespaceURI="", localName="a", qName="a") - fatalError(exception={columnNumber=4, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) -- cgit v1.2.3