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 gd...@apache.org on 2002/10/21 03:51:02 UTC

cvs commit: xml-axis/java/test/wsdl/_import ImportMessagesXSDImport.wsdl

gdaniels    2002/10/20 18:51:02

  Modified:    java/test/wsdl/_import ImportMessagesXSDImport.wsdl
  Log:
  Fix the build by commenting out now-disappeared schema reference.
  
  Revision  Changes    Path
  1.4       +8 -1      xml-axis/java/test/wsdl/_import/ImportMessagesXSDImport.wsdl
  
  Index: ImportMessagesXSDImport.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/_import/ImportMessagesXSDImport.wsdl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ImportMessagesXSDImport.wsdl	26 Jun 2002 19:07:31 -0000	1.3
  +++ ImportMessagesXSDImport.wsdl	21 Oct 2002 01:51:02 -0000	1.4
  @@ -22,8 +22,15 @@
                   schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/>
                   
       <!-- Test that we can handle importing a URL schema from a file -->
  -    <xsd:import namespace="http://tempuri.org/fileToHttp/" 
  +
  +    <!-- commented out Oct 20, 2002 by Glen - the schema has disappeared and
  +         the test was breaking.  If we want to test this functionality, we
  +         should a) actually use types from the imported schema, and b) import
  +         from a schema URL which we control.
  +
  +         <xsd:import namespace="http://tempuri.org/fileToHttp/"
                   schemaLocation="http://www.xml.org/xml/schema/9bffaafc/p2rLib.xsd"/>
  +     -->
       
       <complexType name="Address">
         <all>