diff -r 000000000000 -r 1918ee327afb tests/auto/qxmlstream/data/009.ref --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/qxmlstream/data/009.ref Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,27 @@ +StartDocument( documentVersion="1.0" ) +Comment( text=" Namespace equality test: plain repetition " ) +DTD( text=" + + + + +]>" dtdName="foo" ) +StartElement( name="foo" qualifiedName="foo" + NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/~wilbur" ) + + NamespaceDeclaration( prefix="b" namespaceUri="http://example.org/~wilbur" ) + ) +Characters( whitespace text=" + +" ) +Invalid( 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/~wilbur" qualifiedName="b:attr" prefix="b" value="2" ) + ) +ERROR: Attribute redefined.