gdaniels    2003/02/22 08:21:29

  Modified:    java/test/wsdl/soap12/additional
                        WhiteMesaSoap12AddTestSvcTestCase.java
  Log:
  XMLP-9 is still broken at WhiteMesa for the time being.  As soon as we
  have servers for these tests, we can run them against ourselves instead
  of across the net during our normal build.
  
  Revision  Changes    Path
  1.8       +2 -0      
xml-axis/java/test/wsdl/soap12/additional/WhiteMesaSoap12AddTestSvcTestCase.java
  
  Index: WhiteMesaSoap12AddTestSvcTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis/java/test/wsdl/soap12/additional/WhiteMesaSoap12AddTestSvcTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- WhiteMesaSoap12AddTestSvcTestCase.java    12 Feb 2003 21:59:29 -0000      1.7
  +++ WhiteMesaSoap12AddTestSvcTestCase.java    22 Feb 2003 16:21:28 -0000      1.8
  @@ -250,6 +250,7 @@
        * 
        * @throws Exception
        */ 
  +/*
       public void testXMLP9() throws Exception {
           Call call = new Call(RPC_ENDPOINT);
           call.setSOAPVersion(SOAPConstants.SOAP12_CONSTANTS);
  @@ -267,6 +268,7 @@
           }
           fail("Didn't catch expected fault");                
       }
  +*/
       
       /**
        * Test xmlp-11 : send a string where an integer is expected, confirm
  
  
  

Reply via email to