You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/10/07 06:46:09 UTC

svn commit: r307010 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rest/RESTBasedEchoRawXMLTest.java

Author: saminda
Date: Thu Oct  6 21:46:04 2005
New Revision: 307010

URL: http://svn.apache.org/viewcvs?rev=307010&view=rev
Log:
Modified the test case for new situation

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rest/RESTBasedEchoRawXMLTest.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rest/RESTBasedEchoRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rest/RESTBasedEchoRawXMLTest.java?rev=307010&r1=307009&r2=307010&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rest/RESTBasedEchoRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rest/RESTBasedEchoRawXMLTest.java Thu Oct  6 21:46:04 2005
@@ -160,7 +160,8 @@
         call.setTransportInfo(Constants.TRANSPORT_HTTP,
                 Constants.TRANSPORT_HTTP,
                 false);
-        call.setDoREST(true);
+        //call.setDoREST(true);
+        call.set(Constants.Configuration.ENABLE_REST,Constants.VALUE_TRUE);
         OMElement result =
                 call.invokeBlocking(operationName.getLocalPart(),
                         payload);