diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2012-11-01 17:32:08 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2012-11-01 17:32:08 -0400 |
commit | 3f515045808dda2b4320a82894e875eb61d255e2 (patch) | |
tree | 1dc3c8a2420fc5822e330f06a1a5b95e3dd2c3fe /test/data/with_fries.xml | |
parent | 395f1da76ba9faeb2f72548c28da228474a2434c (diff) | |
download | jquery-3f515045808dda2b4320a82894e875eb61d255e2.tar.gz jquery-3f515045808dda2b4320a82894e875eb61d255e2.zip |
No ticket: remove test suite external dependencies
Diffstat (limited to 'test/data/with_fries.xml')
-rw-r--r-- | test/data/with_fries.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/data/with_fries.xml b/test/data/with_fries.xml index 42f425706..dc42ddfc4 100644 --- a/test/data/with_fries.xml +++ b/test/data/with_fries.xml @@ -3,11 +3,11 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Body> - <jsconf xmlns="http://www.example.com/ns1"> - <response xmlns:ab="http://www.example.com/ns2"> + <jsconf xmlns="http://example.com/ns1"> + <response xmlns:ab="http://example.com/ns2"> <meta> <component id="seite1" class="component"> - <properties xmlns:cd="http://www.example.com/ns3"> + <properties xmlns:cd="http://example.com/ns3"> <property name="prop1"> <thing /> <value>1</value> |