summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-08-11 09:28:49 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-08-11 09:28:49 +0000
commitcce27a3d7516195a56d864d85097ba5c98ccbdf8 (patch)
tree300d60c918e0bf833a62870d255f435061dd6ca8 /sca-cpp/trunk/samples
parentab81b661aa815cc67b22506f17380dcbdb0a89a0 (diff)
Upgrade to SpiderMonkey 1.8.5.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples')
-rw-r--r--sca-cpp/trunk/samples/store-cpp/htdocs/test/items-request.txt7
-rw-r--r--sca-cpp/trunk/samples/store-cpp/htdocs/test/items-result.txt29
-rw-r--r--sca-cpp/trunk/samples/store-python/htdocs/test/items-result.txt29
3 files changed, 36 insertions, 29 deletions
diff --git a/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-request.txt b/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-request.txt
index ecf564cb98..09a7f8377b 100644
--- a/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-request.txt
+++ b/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-request.txt
@@ -1 +1,6 @@
-{"id": 1, "method": "items", "params": []}
+{
+ "id": 1,
+ "method": "items",
+ "params": [
+ ]
+}
diff --git a/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-result.txt b/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-result.txt
index 676ded6242..0b456ea9d0 100644
--- a/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-result.txt
+++ b/sca-cpp/trunk/samples/store-cpp/htdocs/test/items-result.txt
@@ -1,22 +1,23 @@
{
- "id":1,
- "result":[{
- "name":"Apple",
- "currencyCode":"USD",
- "currencySymbol":"$",
- "price":2.99
+ "id": 1,
+ "result": [
+ {
+ "name": "Apple",
+ "currencyCode": "USD",
+ "currencySymbol": "$",
+ "price": 2.99
},
{
- "name":"Orange",
- "currencyCode":"USD",
- "currencySymbol":"$",
- "price":3.55
+ "name": "Orange",
+ "currencyCode": "USD",
+ "currencySymbol": "$",
+ "price": 3.55
},
{
- "name":"Pear",
- "currencyCode":"USD",
- "currencySymbol":"$",
- "price":1.55
+ "name": "Pear",
+ "currencyCode": "USD",
+ "currencySymbol": "$",
+ "price": 1.55
}
]
} \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/store-python/htdocs/test/items-result.txt b/sca-cpp/trunk/samples/store-python/htdocs/test/items-result.txt
index 5e498c948a..d6aaf4d44a 100644
--- a/sca-cpp/trunk/samples/store-python/htdocs/test/items-result.txt
+++ b/sca-cpp/trunk/samples/store-python/htdocs/test/items-result.txt
@@ -1,22 +1,23 @@
{
- "id":1,
- "result":[{
- "name":"Mango",
- "currencyCode":"USD",
- "currencySymbol":"$",
- "price":2.99
+ "id": 1,
+ "result": [
+ {
+ "name": "Mango",
+ "currencyCode": "USD",
+ "currencySymbol": "$",
+ "price": 2.99
},
{
- "name":"Passion",
- "currencyCode":"USD",
- "currencySymbol":"$",
- "price":3.55
+ "name": "Passion",
+ "currencyCode": "USD",
+ "currencySymbol": "$",
+ "price": 3.55
},
{
- "name":"Kiwi",
- "currencyCode":"USD",
- "currencySymbol":"$",
- "price":1.55
+ "name": "Kiwi",
+ "currencyCode": "USD",
+ "currencySymbol": "$",
+ "price": 1.55
}
]
} \ No newline at end of file