From cce27a3d7516195a56d864d85097ba5c98ccbdf8 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Thu, 11 Aug 2011 09:28:49 +0000 Subject: Upgrade to SpiderMonkey 1.8.5. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156555 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-python/htdocs/test/items-result.txt | 29 +++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'sca-cpp/trunk/samples/store-python/htdocs/test/items-result.txt') 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 -- cgit v1.2.3