From 665e4ec0ec959a12a6b66cdd0533bd40b29cd56d Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Tue, 6 Sep 2011 10:01:38 +0200 Subject: Moved xml autotests into new directory structure Task-number: QTBUG-21260 Change-Id: I7bc30227d4e71e8783f274dbfa758399dca546d4 Reviewed-on: http://codereview.qt.nokia.com/4146 Reviewed-by: Qt Sanity Bot Reviewed-by: Jason McDonald --- tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref (limited to 'tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref') diff --git a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref b/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref new file mode 100644 index 0000000000..068a6ae657 --- /dev/null +++ b/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding=' UTF-8'") + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() -- cgit v1.2.3