From cf5e669a06ec1d8bd08a4db9c2849c5d7ea9fec4 Mon Sep 17 00:00:00 2001 From: Holger Ihrig Date: Mon, 29 Aug 2011 11:59:58 +0200 Subject: Moving relevant tests to corelib/xml Task-number: QTBUG-21066 Change-Id: I2fb68c35c7abc830ba426b0aab892332b0ca00fb Reviewed-on: http://codereview.qt.nokia.com/3734 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Jason McDonald --- tests/auto/corelib/xml/qxmlstream/data/008.ref | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/auto/corelib/xml/qxmlstream/data/008.ref (limited to 'tests/auto/corelib/xml/qxmlstream/data/008.ref') diff --git a/tests/auto/corelib/xml/qxmlstream/data/008.ref b/tests/auto/corelib/xml/qxmlstream/data/008.ref new file mode 100644 index 0000000000..b0477ea1fa --- /dev/null +++ b/tests/auto/corelib/xml/qxmlstream/data/008.ref @@ -0,0 +1,36 @@ +StartDocument( documentVersion="1.0" ) +Comment( text=" Namespace inequality test: different escaping " ) +DTD( text=" + + + + +]>" dtdName="foo" ) +StartElement( name="foo" qualifiedName="foo" + NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/~wilbur" ) + + NamespaceDeclaration( prefix="b" namespaceUri="http://example.org/%7ewilbur" ) + + NamespaceDeclaration( prefix="c" namespaceUri="http://example.org/%7Ewilbur" ) + ) +Characters( whitespace text=" + +" ) +StartElement( name="bar" qualifiedName="bar" + Attribute( name="attr" namespaceUri="http://example.org/~wilbur" qualifiedName="a:attr" prefix="a" value="1" ) + + Attribute( name="attr" namespaceUri="http://example.org/%7ewilbur" qualifiedName="b:attr" prefix="b" value="2" ) + + Attribute( name="attr" namespaceUri="http://example.org/%7Ewilbur" qualifiedName="c:attr" prefix="c" value="3" ) + ) +EndElement( name="bar" qualifiedName="bar" ) +Characters( whitespace text=" + +" ) +EndElement( name="foo" qualifiedName="foo" ) +EndDocument( ) -- cgit v1.2.3