owenb       2002/12/05 04:11:19

  Modified:    java/test/util Tag: pre1_2_0-patches WSIFTestRunner.java
  Log:
  As with the main branch, no longer run the FileCharacterTest
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.17.2.1  +1 -1      xml-axis-wsif/java/test/util/WSIFTestRunner.java
  
  Index: WSIFTestRunner.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/test/util/WSIFTestRunner.java,v
  retrieving revision 1.17
  retrieving revision 1.17.2.1
  diff -u -r1.17 -r1.17.2.1
  --- WSIFTestRunner.java       21 Oct 2002 09:48:19 -0000      1.17
  +++ WSIFTestRunner.java       5 Dec 2002 12:11:19 -0000       1.17.2.1
  @@ -104,7 +104,7 @@
                // Check all files for the dreaded ^M character! If you set
                // fix=on in the wsif.test.properties file, this test will
                // not only check the files but also fix them.
  -             suite.addTest(new TestSuite(FileCharacterTest.class));
  +             //suite.addTest(new TestSuite(FileCharacterTest.class));
   
           // Test the initialisation of WSIF providers. This test needs to be
           // the FIRST of the functional tests as after this, WSIF will already
  
  
  


Reply via email to