antelder    2002/09/18 07:32:38

  Modified:    java/test/util TestUtilities.java
  Log:
  Change TestUtilities setUpExtensionAndProviders method to reset all the providers to 
default.
  All the testcases should call this method in their JUNIT setup so this change will 
ensure they always run with the default provider unless the explicitly override the 
default.
  
  Revision  Changes    Path
  1.8       +1 -0      xml-axis-wsif/java/test/util/TestUtilities.java
  
  Index: TestUtilities.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/test/util/TestUtilities.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestUtilities.java        16 Sep 2002 08:19:53 -0000      1.7
  +++ TestUtilities.java        18 Sep 2002 14:32:38 -0000      1.8
  @@ -195,6 +195,7 @@
           //WSIFServiceImpl.addExtensionRegistry(new FormatExtensionRegistry()) ;     
   
           //WSIFServiceImpl.addExtensionRegistry(new JmsExtensionRegistry()) ;
           //WSIFServiceImpl.addExtensionRegistry(new EJBExtensionRegistry());
  +        resetDefaultProviders();
       }
       /**
        * This starts what listeners are required to run the testcases.
  
  
  


Reply via email to