You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/02/19 05:23:51 UTC

svn commit: r509087 - /webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c

Author: pini
Date: Sun Feb 18 20:23:50 2007
New Revision: 509087

URL: http://svn.apache.org/viewvc?view=rev&rev=509087
Log:
Fixing jira issue 376

Modified:
    webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c

Modified: webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c?view=diff&rev=509087&r1=509086&r2=509087
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c Sun Feb 18 20:23:50 2007
@@ -134,7 +134,7 @@
     AXIS2_HTTP_SIMPLE_REQUEST_ADD_HEADER(request, env, header);
     client = axis2_http_client_create(env, url);
 
-    status = AXIS2_HTTP_CLIENT_SEND(client, env, request);
+    status = AXIS2_HTTP_CLIENT_SEND(client, env, request, NULL);
     if (status < 0)
     {
         printf("Test FAILED .........Can't send the request. Status :%d\n", status);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org