diff -r 000000000000 -r 1918ee327afb tests/auto/qxmlstream/data/003.ref --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/qxmlstream/data/003.ref Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,12 @@ +StartDocument( documentVersion="1.0" ) +Comment( text=" Namespace name test: a perfectly good http URI with a fragment " ) +DTD( text=" + + +]>" dtdName="foo" ) +StartElement( name="foo" namespaceUri="http://example.org/namespace#apples" qualifiedName="foo" + NamespaceDeclaration( namespaceUri="http://example.org/namespace#apples" ) + ) +EndElement( name="foo" namespaceUri="http://example.org/namespace#apples" qualifiedName="foo" ) +EndDocument( )