You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/05/28 20:32:41 UTC

cvs commit: avalon-excalibur/fortress/src/test/org/apache/avalon/fortress/util/dag/test VertexTestCase.java

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: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org