You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/02/15 18:43:42 UTC

svn commit: r1783135 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBase.java

Author: ggregory
Date: Wed Feb 15 18:43:42 2017
New Revision: 1783135

URL: http://svn.apache.org/viewvc?rev=1783135&view=rev
Log:
This class can be abstract, subclasses run the actual tests.

Modified:
    commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBase.java

Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBase.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBase.java?rev=1783135&r1=1783134&r2=1783135&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBase.java (original)
+++ commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/cache/FilesCacheTestsBase.java Wed Feb 15 18:43:42 2017
@@ -30,7 +30,7 @@ import org.apache.commons.vfs2.test.Cach
  * Make sure {@link CacheTestSuite} is configured
  * with correct FilesCache.
  */
-public class FilesCacheTestsBase extends AbstractProviderTestCase
+public abstract class FilesCacheTestsBase extends AbstractProviderTestCase
 {
     /**
      * Will test if the cache is cleared and if it is still useable afterwards.