gdaniels    02/02/27 05:54:50

  Modified:    java/test build_functional_tests.xml
               java/test/wsdl/interop3 EmptySATestCase.java
  Log:
  Exclude EmptySATestCase for now
  
  Revision  Changes    Path
  1.34      +1 -0      xml-axis/java/test/build_functional_tests.xml
  
  Index: build_functional_tests.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/build_functional_tests.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build_functional_tests.xml        13 Feb 2002 17:01:59 -0000      1.33
  +++ build_functional_tests.xml        27 Feb 2002 13:54:49 -0000      1.34
  @@ -178,6 +178,7 @@
         </fileset>
         <fileset dir="${test.dir}">
           <include name="**/*TestCase.java"/>
  +        <exclude name="**/EmptySATestCase.java"/>
         </fileset>
         <fileset dir="${test.dir}">
           <include name="**/Main.java"/>
  
  
  
  1.3       +3 -3      xml-axis/java/test/wsdl/interop3/EmptySATestCase.java
  
  Index: EmptySATestCase.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/EmptySATestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EmptySATestCase.java      27 Feb 2002 13:41:28 -0000      1.2
  +++ EmptySATestCase.java      27 Feb 2002 13:54:50 -0000      1.3
  @@ -30,9 +30,9 @@
       }
   
       public void testStep3() {
  -        SoapInteropImport1PortType binding;
  +        SoapInteropEmptySAPortType binding;
           try {
  -            binding = new Import1Locator().getSoapInteropImport1Port();
  +            binding = new EmptySALocator().getSoapInteropEmptySAPort();
           }
           catch (javax.xml.rpc.ServiceException jre) {
               throw new junit.framework.AssertionFailedError("JAX-RPC 
ServiceException caught: " + jre);
  @@ -70,7 +70,7 @@
       public void testStep7() {
           test.wsdl.interop3.emptysa.step6.SoapInteropEmptySAPortType binding;
           try {
  -            binding = new EmptySALocator().getSoapInteropEmptySAPort();
  +            binding = new 
test.wsdl.interop3.emptysa.step6.EmptySALocator().getSoapInteropEmptySAPort();
           }
           catch (Throwable t) {
               throw new junit.framework.AssertionFailedError("Throwable caught: " + 
t);
  
  
  


Reply via email to