From 2ed6f7e8992de0ae0dfe64261501af64261fd0ef Mon Sep 17 00:00:00 2001 From: avasseur Date: Tue, 7 Jun 2005 10:06:28 +0000 Subject: [PATCH] mock test to avoid junit no test in there (temp / waiting for Adrian fix in parser) --- .../testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java b/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java index 8206635f6..1280a6a3d 100644 --- a/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java +++ b/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java @@ -43,6 +43,10 @@ public class VisitorTestCase extends TestCase { } } + public void testMock() { + //empty so that JUnit does not complain about no test cases in there - this one beeing already in the suite + } + // public void testTemp() { // Pointcut.fromString("call(* *(int, Integer...))"); // } -- 2.39.5