summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:38:02 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:38:02 +1000
commitc3bbde7cb06cf753853065821f4ee828948afe42 (patch)
treeed6b0a8db5cdeed88e693f4fd7d8aa54152d6a0d /tests/auto/qxmlstream
parentf5408614bf3fe20ad5c4937c2329c8a77b8753cf (diff)
Update URL for Qt web site.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qxmlstream')
-rw-r--r--tests/auto/qxmlstream/data/namespaceCDATA.ref16
-rw-r--r--tests/auto/qxmlstream/data/namespaceCDATA.xml4
2 files changed, 10 insertions, 10 deletions
diff --git a/tests/auto/qxmlstream/data/namespaceCDATA.ref b/tests/auto/qxmlstream/data/namespaceCDATA.ref
index accd7cfcfc..9734d22276 100644
--- a/tests/auto/qxmlstream/data/namespaceCDATA.ref
+++ b/tests/auto/qxmlstream/data/namespaceCDATA.ref
@@ -1,21 +1,21 @@
StartDocument( )
DTD( text="<!DOCTYPE footype [
- <!ATTLIST foo xmlns CDATA #FIXED "http://www.trolltech.com">
- <!ATTLIST pre:bar xmlns:pre CDATA #FIXED "http://www.trolltech.com">
+ <!ATTLIST foo xmlns CDATA #FIXED "http://qt.nokia.com">
+ <!ATTLIST pre:bar xmlns:pre CDATA #FIXED "http://qt.nokia.com">
]>" dtdName="footype" )
StartElement( name="body" qualifiedName="body" )
Characters( whitespace text="
" )
-StartElement( name="foo" namespaceUri="http://www.trolltech.com" qualifiedName="foo"
- NamespaceDeclaration( namespaceUri="http://www.trolltech.com" )
+StartElement( name="foo" namespaceUri="http://qt.nokia.com" qualifiedName="foo"
+ NamespaceDeclaration( namespaceUri="http://qt.nokia.com" )
)
-EndElement( name="foo" namespaceUri="http://www.trolltech.com" qualifiedName="foo" )
+EndElement( name="foo" namespaceUri="http://qt.nokia.com" qualifiedName="foo" )
Characters( whitespace text="
" )
-StartElement( name="bar" namespaceUri="http://www.trolltech.com" qualifiedName="pre:bar" prefix="pre"
- NamespaceDeclaration( prefix="pre" namespaceUri="http://www.trolltech.com" )
+StartElement( name="bar" namespaceUri="http://qt.nokia.com" qualifiedName="pre:bar" prefix="pre"
+ NamespaceDeclaration( prefix="pre" namespaceUri="http://qt.nokia.com" )
)
-EndElement( name="bar" namespaceUri="http://www.trolltech.com" qualifiedName="pre:bar" )
+EndElement( name="bar" namespaceUri="http://qt.nokia.com" qualifiedName="pre:bar" )
Characters( whitespace text="
" )
EndElement( name="body" qualifiedName="body" )
diff --git a/tests/auto/qxmlstream/data/namespaceCDATA.xml b/tests/auto/qxmlstream/data/namespaceCDATA.xml
index c738534ea0..6475dbcdca 100644
--- a/tests/auto/qxmlstream/data/namespaceCDATA.xml
+++ b/tests/auto/qxmlstream/data/namespaceCDATA.xml
@@ -1,6 +1,6 @@
<!DOCTYPE footype [
- <!ATTLIST foo xmlns CDATA #FIXED "http://www.trolltech.com">
- <!ATTLIST pre:bar xmlns:pre CDATA #FIXED "http://www.trolltech.com">
+ <!ATTLIST foo xmlns CDATA #FIXED "http://qt.nokia.com">
+ <!ATTLIST pre:bar xmlns:pre CDATA #FIXED "http://qt.nokia.com">
]>
<body>
<foo/>