From 2faafb710633884260b070e1d4ed4ef46326612a Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 23 May 2011 06:50:15 +0000 Subject: Support cookies over outgoing HTTP calls and a shorter component URL addressing scheme. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126336 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/components/nosqldb/client-test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-cpp/trunk/components/nosqldb') diff --git a/sca-cpp/trunk/components/nosqldb/client-test.cpp b/sca-cpp/trunk/components/nosqldb/client-test.cpp index b64f838f46..970f817d5a 100644 --- a/sca-cpp/trunk/components/nosqldb/client-test.cpp +++ b/sca-cpp/trunk/components/nosqldb/client-test.cpp @@ -39,7 +39,7 @@ namespace nosqldb { const string uri("http://localhost:8090/nosqldb"); bool testNoSqlDb() { - http::CURLSession cs("", "", ""); + http::CURLSession cs("", "", "", ""); const list i = list() + "content" + (list() + "item" + (list() + "name" + string("Apple")) @@ -113,7 +113,7 @@ bool testGetPerf() { + (list() + "id" + string("cart-53d67a61-aa5e-4e5e-8401-39edeba8b83b")) + i); - http::CURLSession cs("", "", ""); + http::CURLSession cs("", "", "", ""); const failable id = http::post(a, uri, cs); assert(hasContent(id)); const string p = path(content(id)); -- cgit v1.2.3