You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2003/01/22 00:53:14 UTC

cvs commit: jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/local/test LocalProviderTestCase.java

adammurdoch    2003/01/21 15:53:14

  Modified:    vfs/src/test/org/apache/commons/vfs/provider/local/test
                        LocalProviderTestCase.java
  Log:
  Remove empty method; Use inherited empty method instead.
  
  Revision  Changes    Path
  1.5       +0 -7      jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/local/test/LocalProviderTestCase.java
  
  Index: LocalProviderTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/local/test/LocalProviderTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LocalProviderTestCase.java	25 Nov 2002 05:48:54 -0000	1.4
  +++ LocalProviderTestCase.java	21 Jan 2003 23:53:14 -0000	1.5
  @@ -85,13 +85,6 @@
       }
   
       /**
  -     * Prepares the file system manager.
  -     */
  -    public void prepare( final DefaultFileSystemManager manager ) throws Exception
  -    {
  -    }
  -
  -    /**
        * Returns the base folder for tests.
        */
       public FileObject getBaseTestFolder( final FileSystemManager manager ) throws Exception
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>