aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/with_fries.xml
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2012-12-05 14:54:14 +0100
committerjaubourg <j@ubourg.net>2012-12-05 14:54:14 +0100
commitb7ece8c6206d87e71145d1aeefc984e1649af06a (patch)
tree51d47e55f12209926663554b885f3bb395297b91 /test/data/with_fries.xml
parent6df2900d3a201ba84d56dfb0eb67d4c6e88aaec2 (diff)
downloadjquery-b7ece8c6206d87e71145d1aeefc984e1649af06a.tar.gz
jquery-b7ece8c6206d87e71145d1aeefc984e1649af06a.zip
Revert "Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore."
This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
Diffstat (limited to 'test/data/with_fries.xml')
-rw-r--r--test/data/with_fries.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/data/with_fries.xml b/test/data/with_fries.xml
new file mode 100644
index 000000000..dc42ddfc4
--- /dev/null
+++ b/test/data/with_fries.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <soap:Body>
+ <jsconf xmlns="http://example.com/ns1">
+ <response xmlns:ab="http://example.com/ns2">
+ <meta>
+ <component id="seite1" class="component">
+ <properties xmlns:cd="http://example.com/ns3">
+ <property name="prop1">
+ <thing />
+ <value>1</value>
+ </property>
+ <property name="prop2">
+ <thing att="something" />
+ </property>
+ <foo_bar>foo</foo_bar>
+ </properties>
+ </component>
+ </meta>
+ </response>
+ </jsconf>
+ </soap:Body>
+</soap:Envelope>