bloritsch 2003/05/28 11:32:41
Modified: fortress/src/test/org/apache/avalon/fortress/util/dag/test
VertexTestCase.java
Log:
remove null methods
Revision Changes Path
1.2 +0 -8
avalon-excalibur/fortress/src/test/org/apache/avalon/fortress/util/dag/test/VertexTestCase.java
Index: VertexTestCase.java
===================================================================
RCS file:
/home/cvs/avalon-excalibur/fortress/src/test/org/apache/avalon/fortress/util/dag/test/VertexTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VertexTestCase.java 28 May 2003 17:50:20 -0000 1.1
+++ VertexTestCase.java 28 May 2003 18:32:41 -0000 1.2
@@ -69,14 +69,6 @@
super( name );
}
- public void setUp()
- {
- }
-
- public void tearDown()
- {
- }
-
public void testSortMethods()
{
Vertex v = new Vertex( "Root" );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]