dims        2002/10/02 14:54:03

  Modified:    java/test/wsdl/interop4/groupi Tag: interop4
                        Round4XSDTestTestCase.java
  Log:
  Ok. We're kosher against the MSFT GroupI endpoint.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +1 -1      
xml-axis/java/test/wsdl/interop4/groupi/Attic/Round4XSDTestTestCase.java
  
  Index: Round4XSDTestTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis/java/test/wsdl/interop4/groupi/Attic/Round4XSDTestTestCase.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- Round4XSDTestTestCase.java        2 Oct 2002 21:43:41 -0000       1.1.2.2
  +++ Round4XSDTestTestCase.java        2 Oct 2002 21:54:03 -0000       1.1.2.3
  @@ -554,7 +554,7 @@
               input.set_any(_any);
               test.wsdl.interop4.groupi._return value = null;
               value = binding.retAny(input);
  -            assertEquals(value.get_any(), _any);
  +            assertEquals(value.get_any()[0].toString(), _any[0].toString());
           }
           catch (java.rmi.RemoteException re) {
               throw new junit.framework.AssertionFailedError("Remote Exception 
caught: " + re);
  
  
  


Reply via email to