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/069.xml.ref | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref (limited to 'tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref') diff --git a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref b/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref deleted file mode 100644 index 4d729c5075..0000000000 --- a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref +++ /dev/null @@ -1,6 +0,0 @@ -setDocumentLocator(locator={columnNumber=1, lineNumber=1}) -startDocument() - startDTD(name="doc", publicId="", systemId="") - notationDecl(name="eps", publicId="", systemId="eps.exe") - comment(ch=" missing space before NDATA ") - fatalError(exception={columnNumber=30, lineNumber=4, publicId="", systemId="", message="letter is expected"}) -- cgit v1.2.3