owenb 2003/02/25 07:46:00
Modified: java/test/util WSIFTestRunner.java
Removed: java/test/util FileCharacterTest.java
Log:
Tidy up - remove the FileCharacterTest. Nobody runs it and it no longer serves a
useful purpose
Revision Changes Path
1.31 +0 -5 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.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- WSIFTestRunner.java 21 Jan 2003 17:12:01 -0000 1.30
+++ WSIFTestRunner.java 25 Feb 2003 15:45:59 -0000 1.31
@@ -109,11 +109,6 @@
public static Test suite() {
TestSuite suite = new TestSuite("All WSIF Tests");
- // 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));
-
// Test the initialisation of WSIF providers. This test needs to be
// the FIRST of the functional tests as after this, WSIF will already
// have been initialised.