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 di...@apache.org on 2003/03/18 21:04:07 UTC

cvs commit: xml-axis/java/test/wsdl/wrapped_holders build.xml

dims        2003/03/18 12:04:06

  Modified:    java/test/wsdl/wrapped_holders build.xml
  Log:
  Possible fix for Bug 18119 - test.wsdl.wrapped_holders.Wrapped_holdersTestCase fails on "Input argument did not match expected string..."
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis/java/test/wsdl/wrapped_holders/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/wrapped_holders/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	24 Sep 2002 16:03:38 -0000	1.1
  +++ build.xml	18 Mar 2003 20:04:05 -0000	1.2
  @@ -57,7 +57,7 @@
                  output="${axis.home}/build/work"
                  serverSide="yes"
                  skeletonDeploy="no"
  -               testcase="yes">
  +               testcase="no">
           <mapping namespace="urn:Thing" package="test.wsdl.wrapped_holders"/>
       </wsdl2java>