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/158.xml.ref | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref (limited to 'tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref') diff --git a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref b/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref deleted file mode 100644 index 38210c24da..0000000000 --- a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref +++ /dev/null @@ -1,5 +0,0 @@ -setDocumentLocator(locator={columnNumber=1, lineNumber=1}) -startDocument() - startDTD(name="doc", publicId="", systemId="") - notationDecl(name="gif", publicId="image/gif", systemId="") - fatalError(exception={columnNumber=11, lineNumber=4, publicId="", systemId="", message="letter is expected"}) -- cgit v1.2.3