Repository: tapestry-5 Updated Branches: refs/heads/master 69a689d45 -> defcffcd7
TAP5-2451: make sure Gradle detects those tests Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/defcffcd Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/defcffcd Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/defcffcd Branch: refs/heads/master Commit: defcffcd7210ac7c52bfa9ec3fcb5cf01085da8d Parents: 69a689d Author: Jochen Kemnade <[email protected]> Authored: Tue Feb 10 09:15:39 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Tue Feb 10 09:15:39 2015 +0100 ---------------------------------------------------------------------- .../tapestry5/jcache/internal/AbstractInterceptionTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/defcffcd/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 eb4db25..c477879 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,6 +23,8 @@ import java.util.ServiceLoader; import javax.cache.annotation.BeanProvider; +import junit.framework.TestCase; + import org.junit.Rule; import org.junit.rules.MethodRule; @@ -33,7 +35,7 @@ import org.junit.rules.MethodRule; * @version $Revision$ */ @SuppressWarnings("deprecation") -public class AbstractInterceptionTest +public class AbstractInterceptionTest extends TestCase { private static final BeanProvider beanProvider;
