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/07/19 23:55:43 UTC

svn commit: r1802439 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java

Author: ggregory
Date: Wed Jul 19 23:55:42 2017
New Revision: 1802439

URL: http://svn.apache.org/viewvc?rev=1802439&view=rev
Log:
No longer need to extend TestCase in JUnit 4.

Modified:
    commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java

Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java?rev=1802439&r1=1802438&r2=1802439&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java (original)
+++ commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java Wed Jul 19 23:55:42 2017
@@ -30,7 +30,7 @@ import org.junit.Test;
  *
  * @version $Id$
  */
-public class JarAttributesTestCase extends TestCase
+public class JarAttributesTestCase
 {
     private void printAttributes(final Map<String, Object> attributes)
     {