From 69c6e0618ad4f18d18771ef91aacbb5c5a68f3a2 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 5 Jun 2010 05:38:43 +0000 Subject: Add RSS support to the WSGI integration module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951655 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/wsgi/util-test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sca-cpp/trunk/modules/wsgi/util-test') diff --git a/sca-cpp/trunk/modules/wsgi/util-test b/sca-cpp/trunk/modules/wsgi/util-test index cb4e2f6c8a..aa8725a200 100755 --- a/sca-cpp/trunk/modules/wsgi/util-test +++ b/sca-cpp/trunk/modules/wsgi/util-test @@ -31,6 +31,10 @@ if [ "$rc" = "0" ]; then $python_prefix/bin/python atom-test.py rc=$? fi +if [ "$rc" = "0" ]; then + $python_prefix/bin/python rss-test.py + rc=$? +fi if [ "$rc" = "0" ]; then $python_prefix/bin/python json-test.py rc=$? -- cgit v1.2.3