From caf895ebaddcba6b09bbe29eee23862ba1ca0126 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 6 Mar 2010 09:23:34 +0000 Subject: Translated XML, ATOM and JSON conversion functions from C++ to Python. Added support for JSON-RPC and ATOM to the WSGI integration. Adjusted server module test cases to help test the WSGI server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919721 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/wsgi/server-test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-cpp/trunk/modules/wsgi/server-test.py') diff --git a/sca-cpp/trunk/modules/wsgi/server-test.py b/sca-cpp/trunk/modules/wsgi/server-test.py index 624deb8148..9e084a3f92 100644 --- a/sca-cpp/trunk/modules/wsgi/server-test.py +++ b/sca-cpp/trunk/modules/wsgi/server-test.py @@ -38,7 +38,7 @@ def post(collection, item): return ("123456789",) def put(id, item): - return true + return True def delete(id): - return true + return True -- cgit v1.2.3