From commits-return-34648-apmail-tuscany-commits-archive=tuscany.apache.org@tuscany.apache.org Tue Aug 9 02:17:42 2011 Return-Path: X-Original-To: apmail-tuscany-commits-archive@www.apache.org Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D878769F for ; Tue, 9 Aug 2011 02:17:42 +0000 (UTC) Received: (qmail 38889 invoked by uid 500); 9 Aug 2011 02:17:42 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 38836 invoked by uid 500); 9 Aug 2011 02:17:41 -0000 Mailing-List: contact commits-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list commits@tuscany.apache.org Received: (qmail 38829 invoked by uid 99); 9 Aug 2011 02:17:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 02:17:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 02:17:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6390B238885D for ; Tue, 9 Aug 2011 02:17:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1155191 - /tuscany/sca-cpp/trunk/modules/server/client-test.hpp Date: Tue, 09 Aug 2011 02:17:20 -0000 To: commits@tuscany.apache.org From: jsdelfino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110809021720.6390B238885D@eris.apache.org> Author: jsdelfino Date: Tue Aug 9 02:17:20 2011 New Revision: 1155191 URL: http://svn.apache.org/viewvc?rev=1155191&view=rev Log: Fix compile error in test program. Modified: tuscany/sca-cpp/trunk/modules/server/client-test.hpp Modified: tuscany/sca-cpp/trunk/modules/server/client-test.hpp URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/client-test.hpp?rev=1155191&r1=1155190&r2=1155191&view=diff ============================================================================== --- tuscany/sca-cpp/trunk/modules/server/client-test.hpp (original) +++ tuscany/sca-cpp/trunk/modules/server/client-test.hpp Tue Aug 9 02:17:20 2011 @@ -309,7 +309,7 @@ const bool testPostForkPerf() { const list i = list() + "content" + (list() + "item" + (list() + "name" + string("Apple")) + (list() + "price" + string("$2.99"))); - const list val = list() + (list() + "entry" + const value val = list() + (list() + "entry" + (list() + "title" + string("item")) + (list() + "id" + string("cart-53d67a61-aa5e-4e5e-8401-39edeba8b83b")) + i);