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/09/29 15:55:06 UTC

cvs commit: ws-axis/java/test/wsdl/interop4/groupH/simpleDocLit SimpleDocLitServiceTestCase.java

dims        2003/09/29 06:55:06

  Modified:    java/test/wsdl/interop4/groupH/simpleDocLit
                        SimpleDocLitServiceTestCase.java
  Log:
  Fix broken "ant clean all-tests" (caused by stevel's fix for enum keyword in java1.5)
  http://marc.theaimsgroup.com/?l=axis-dev&m=106080171917669&w=2
  
  Revision  Changes    Path
  1.5       +1 -1      ws-axis/java/test/wsdl/interop4/groupH/simpleDocLit/SimpleDocLitServiceTestCase.java
  
  Index: SimpleDocLitServiceTestCase.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/wsdl/interop4/groupH/simpleDocLit/SimpleDocLitServiceTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleDocLitServiceTestCase.java	1 Mar 2003 01:31:03 -0000	1.4
  +++ SimpleDocLitServiceTestCase.java	29 Sep 2003 13:55:06 -0000	1.5
  @@ -253,7 +253,7 @@
   
           // Test operation
           int intParam = 66;
  -        Enum enumParam = new Enum(1);
  +        _enum enumParam = new _enum(1);
           for (int i=1; i < 3; i++) {
               try {
                 _echoMultipleFaults4Request request =