Repository: tapestry-5 Updated Branches: refs/heads/master 72bab1116 -> eb29cdd2d
Revert "TAP5-2451: make sure Gradle detects those tests" This reverts commit defcffcd7210ac7c52bfa9ec3fcb5cf01085da8d. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ab27378a Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ab27378a Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ab27378a Branch: refs/heads/master Commit: ab27378a162fab5c5541c75c9db0683dadc06016 Parents: 72bab11 Author: Jochen Kemnade <[email protected]> Authored: Fri Mar 13 11:11:07 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Fri Mar 13 11:11:07 2015 +0100 ---------------------------------------------------------------------- .../tapestry5/jcache/internal/AbstractInterceptionTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ab27378a/tapestry-ioc-jcache/src/test/java/org/apache/tapestry5/jcache/internal/AbstractInterceptionTest.java ---------------------------------------------------------------------- diff --git a/tapestry-ioc-jcache/src/test/java/org/apache/tapestry5/jcache/internal/AbstractInterceptionTest.java b/tapestry-ioc-jcache/src/test/java/org/apache/tapestry5/jcache/internal/AbstractInterceptionTest.java index c477879..eb4db25 100644 --- a/tapestry-ioc-jcache/src/test/java/org/apache/tapestry5/jcache/internal/AbstractInterceptionTest.java +++ b/tapestry-ioc-jcache/src/test/java/org/apache/tapestry5/jcache/internal/AbstractInterceptionTest.java @@ -23,8 +23,6 @@ import java.util.ServiceLoader; import javax.cache.annotation.BeanProvider; -import junit.framework.TestCase; - import org.junit.Rule; import org.junit.rules.MethodRule; @@ -35,7 +33,7 @@ import org.junit.rules.MethodRule; * @version $Revision$ */ @SuppressWarnings("deprecation") -public class AbstractInterceptionTest extends TestCase +public class AbstractInterceptionTest { private static final BeanProvider beanProvider;
