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 to...@apache.org on 2002/10/02 18:29:09 UTC

cvs commit: xml-axis/java/test/wsdl/interop4/groupH/simpleRPCenc SimpleRpcEncServiceTestCase.java build.xml

tomj        2002/10/02 09:29:09

  Modified:    java/test/wsdl/interop4/groupH/simpleRPCenc Tag: interop4
                        build.xml
  Added:       java/test/wsdl/interop4/groupH/simpleRPCenc Tag: interop4
                        SimpleRpcEncServiceTestCase.java
  Log:
  Add test case for the simple rpc-encoded fault test.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +5 -4      xml-axis/java/test/wsdl/interop4/groupH/simpleRPCenc/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop4/groupH/simpleRPCenc/Attic/build.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- build.xml	2 Oct 2002 16:17:36 -0000	1.1.2.1
  +++ build.xml	2 Oct 2002 16:29:09 -0000	1.1.2.2
  @@ -32,7 +32,7 @@
   </description>
   ==================================================================== -->
   
  -<project name="Round3" default="main">
  +<project name="Round4" default="main">
   <property name="axis.home" location="../../../../.." />
   <property name="componentName" value="test/wsdl/interop4/groupH/simpleRPCenc" />
           &properties;
  @@ -58,9 +58,10 @@
   <!--    <copy file="SoapInteropImport1BindingImpl.java" overwrite="true"-->
   <!--          todir="${root.dir}/build/work/test/wsdl/interop3/${testname}"/>-->
   <!---->
  -<!--    <copy file="Import1TestCase.java"-->
  -<!--          todir="${root.dir}/build/work/test/wsdl/interop3/${testname}"/>-->
  -<!---->
  +
  +    <copy file="SimpleRpcEncServiceTestCase.java"
  +         todir="${root.dir}/build/work/test/wsdl/interop4/groupH/${testname}"/>
  +
       <!-- compile the skeletons -->
       <javac srcdir="${build.dir}/work"
         destdir="${build.dest}" debug="on">
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +246 -0    xml-axis/java/test/wsdl/interop4/groupH/simpleRPCenc/Attic/SimpleRpcEncServiceTestCase.java