summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/java/wiring-test
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/java/wiring-test')
-rwxr-xr-xsca-cpp/trunk/modules/java/wiring-test4
1 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/java/wiring-test b/sca-cpp/trunk/modules/java/wiring-test
index dd865c4c66..6f01ecb145 100755
--- a/sca-cpp/trunk/modules/java/wiring-test
+++ b/sca-cpp/trunk/modules/java/wiring-test
@@ -61,6 +61,10 @@ if [ "$rc" = "0" ]; then
rc=$?
fi
if [ "$rc" = "0" ]; then
+ $curl_prefix/bin/curl http://localhost:8090/client/111 -X PATCH -H "Content-type: application/atom+xml" --data @../server/htdocs/test/entry.xml 2>/dev/null
+ rc=$?
+fi
+if [ "$rc" = "0" ]; then
$curl_prefix/bin/curl http://localhost:8090/client/111 -X DELETE 2>/dev/null
rc=$?
fi