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 ch...@apache.org on 2005/09/18 18:02:48 UTC

svn commit: r289941 - in /webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12: ASPNetRound2Soap12Test.java GSoapRound2Soap12InteropTest.java WMRound2Soap12InteropTest.java

Author: chinthaka
Date: Sun Sep 18 09:02:37 2005
New Revision: 289941

URL: http://svn.apache.org/viewcvs?rev=289941&view=rev
Log:
Fixing build break in interop test cases. But still the tests are failing. Gayan, Nadana, please look in to this if  you have some time.

Modified:
    webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/ASPNetRound2Soap12Test.java
    webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/GSoapRound2Soap12InteropTest.java
    webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/WMRound2Soap12InteropTest.java

Modified: webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/ASPNetRound2Soap12Test.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/ASPNetRound2Soap12Test.java?rev=289941&r1=289940&r2=289941&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/ASPNetRound2Soap12Test.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/ASPNetRound2Soap12Test.java Sun Sep 18 09:02:37 2005
@@ -19,26 +19,8 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.interopt.whitemesa.WhiteMesaIneterop;
 import org.apache.axis2.interopt.whitemesa.round2.SunRound2Client;
-import org.apache.axis2.interopt.whitemesa.round2.util.Round2Soap12StringUtil;
 import org.apache.axis2.interopt.whitemesa.round2.util.SunRound2ClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12Echo2DStringArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoNestedArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoNestedStructUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoSimpleTypesAsStructUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoStructAsSimpleTypesUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2SOAP12EchoIntegerArrayclientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoBase64ClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoBooleanClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoDateClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoDecimalClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoFloatArrayClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoFloatClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoHexBinaryUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoStructArrayClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoStructClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoVoidClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12IntegerUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12StringArrayUtil;
+import org.apache.axis2.interopt.whitemesa.round2.util.soap12.*;
 import org.apache.axis2.soap.SOAPEnvelope;
 
 import java.io.File;

Modified: webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/GSoapRound2Soap12InteropTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/GSoapRound2Soap12InteropTest.java?rev=289941&r1=289940&r2=289941&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/GSoapRound2Soap12InteropTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/GSoapRound2Soap12InteropTest.java Sun Sep 18 09:02:37 2005
@@ -19,20 +19,8 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.interopt.whitemesa.WhiteMesaIneterop;
 import org.apache.axis2.interopt.whitemesa.round2.SunRound2Client;
-import org.apache.axis2.interopt.whitemesa.round2.util.Round2Soap12StringUtil;
 import org.apache.axis2.interopt.whitemesa.round2.util.SunRound2ClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12Echo2DStringArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2SOAP12EchoIntegerArrayclientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoBase64ClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoBooleanClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoDateClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoDecimalClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoFloatArrayClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoFloatClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoHexBinaryUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoStructArrayClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12IntegerUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12StringArrayUtil;
+import org.apache.axis2.interopt.whitemesa.round2.util.soap12.*;
 import org.apache.axis2.soap.SOAPEnvelope;
 
 import java.io.File;

Modified: webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/WMRound2Soap12InteropTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/WMRound2Soap12InteropTest.java?rev=289941&r1=289940&r2=289941&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/WMRound2Soap12InteropTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round2/Soap12/WMRound2Soap12InteropTest.java Sun Sep 18 09:02:37 2005
@@ -19,38 +19,8 @@
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.interopt.whitemesa.WhiteMesaIneterop;
 import org.apache.axis2.interopt.whitemesa.round2.SunRound2Client;
-import org.apache.axis2.interopt.whitemesa.round2.util.Round2Soap12StringUtil;
 import org.apache.axis2.interopt.whitemesa.round2.util.SunRound2ClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12Echo2DStringArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoNestedArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoNestedStructUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoSimpleTypesAsStructUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.GroupbSoap12EchoStructAsSimpleTypesUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2SOAP12EchoIntegerArrayclientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoBase64ClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoBooleanClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoDateClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoDecimalClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoFloatArrayClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoFloatClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoHexBinaryUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoStructArrayClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoStructClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12EchoVoidClientUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12IntegerUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.Round2Soap12StringArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Saop12GroupcFloatUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcBase64Util;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcBooleanUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcEchoStringUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcFloatArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcHexBinaryUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcIntegerArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcIntergerUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcStringArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcStructArrayUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcStructUtil;
-import org.apache.axis2.interopt.whitemesa.round2.util.soap12.WMRound2Soap12GroupcVoidUtil;
+import org.apache.axis2.interopt.whitemesa.round2.util.soap12.*;
 import org.apache.axis2.soap.SOAPEnvelope;
 
 import java.io.File;