summaryrefslogtreecommitdiffstats
path: root/sca-cpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-02-27 03:26:54 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-02-27 03:26:54 +0000
commit352462dacc05290102a18fa77964998d68e6380d (patch)
tree0a470ff5c652ca787735c42ac9be68cadc9eee5a /sca-cpp
parenta07d4945c1a301aeaf4b67411065b9adcfac1065 (diff)
Add missing <?xml?> tag to test ATOM entry document.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp')
-rw-r--r--sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml b/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml
index 25a284294c..0d6e5b520a 100644
--- a/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml
+++ b/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml
@@ -1 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="http://www.w3.org/2005/Atom"><title type="text">Item</title><content type="application/xml"><item><name>Orange</name><currencyCode>USD</currencyCode><currencySymbol>$</currencySymbol><price>3.55</price></item></content></entry>