You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2011/08/09 04:17:20 UTC

svn commit: r1155191 - /tuscany/sca-cpp/trunk/modules/server/client-test.hpp

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<value> i = list<value>() + "content" + (list<value>() + "item"
             + (list<value>() + "name" + string("Apple"))
             + (list<value>() + "price" + string("$2.99")));
-    const list<value> val = list<value>() + (list<value>() + "entry" 
+    const value val = list<value>() + (list<value>() + "entry" 
             + (list<value>() + "title" + string("item"))
             + (list<value>() + "id" + string("cart-53d67a61-aa5e-4e5e-8401-39edeba8b83b"))
             + i);