From 2d574d2281d05383e646f20147adbc3ca8934430 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 6 Sep 2010 07:45:00 +0000 Subject: Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the OpenID support and changes to enable it to co-exist with OAuth. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992963 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/components/queue/client-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/components/queue/client-test.cpp') diff --git a/sca-cpp/trunk/components/queue/client-test.cpp b/sca-cpp/trunk/components/queue/client-test.cpp index c80b2d2a31..286faa2930 100644 --- a/sca-cpp/trunk/components/queue/client-test.cpp +++ b/sca-cpp/trunk/components/queue/client-test.cpp @@ -77,7 +77,7 @@ bool testListen() { bool testPost() { gc_scoped_pool pool; - http::CURLSession ch; + http::CURLSession ch("", "", ""); const failable id = http::post(entry, "http://localhost:8090/print-sender", ch); assert(hasContent(id)); return true; -- cgit v1.2.3