Skip to content

Commit 595f424

Browse files
committed
Renamed IOUtilTestCase to IOUtilsTestCase.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140370 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2365aaf commit 595f424

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/test/org/apache/commons/io/IOTestSuite.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/Attic/IOTestSuite.java,v 1.4 2003/07/25 07:51:26 jeremias Exp $
3-
* $Revision: 1.4 $
4-
* $Date: 2003/07/25 07:51:26 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/Attic/IOTestSuite.java,v 1.5 2003/07/27 17:10:18 jeremias Exp $
3+
* $Revision: 1.5 $
4+
* $Date: 2003/07/27 17:10:18 $
55
*
66
* ====================================================================
77
*
@@ -84,7 +84,7 @@ public static Test suite()
8484
{
8585
final TestSuite suite = new TestSuite( "IO Utilities" );
8686
suite.addTest( new TestSuite( FileUtilsTestCase.class ) );
87-
suite.addTest( new TestSuite( IOUtilTestCase.class ) );
87+
suite.addTest( new TestSuite( IOUtilsTestCase.class ) );
8888
suite.addTest( new TestSuite( FileFilterTestCase.class ) );
8989
suite.addTest( new TestSuite( DemuxTestCase.class ) );
9090
suite.addTest( new TestSuite( HexDumpTest.class ) );

src/test/org/apache/commons/io/IOUtilTestCase.java renamed to src/test/org/apache/commons/io/IOUtilsTestCase.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/Attic/IOUtilTestCase.java,v 1.5 2003/07/25 07:51:26 jeremias Exp $
3-
* $Revision: 1.5 $
4-
* $Date: 2003/07/25 07:51:26 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/IOUtilsTestCase.java,v 1.1 2003/07/27 17:10:18 jeremias Exp $
3+
* $Revision: 1.1 $
4+
* $Date: 2003/07/27 17:10:18 $
55
*
66
* ====================================================================
77
*
@@ -92,7 +92,7 @@
9292
*
9393
* @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
9494
*/
95-
public final class IOUtilTestCase
95+
public final class IOUtilsTestCase
9696
extends TestCase
9797
{
9898
/*
@@ -139,7 +139,7 @@ public void tearDown()
139139
}
140140
}
141141

142-
public IOUtilTestCase( String name )
142+
public IOUtilsTestCase( String name )
143143
{
144144
super( name );
145145
}

0 commit comments

Comments
 (0)