From 45ae94da9e44a31f970c9f5ee4f678902b26fc17 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 19 Apr 2005 08:16:49 +0000 Subject: Just explaining why empty test is here! --- ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ajbrowser/testsrc') diff --git a/ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java b/ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java index 0830ab385..c061d5739 100644 --- a/ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java +++ b/ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java @@ -28,5 +28,8 @@ public class AjbrowserTests extends TestCase { } public AjbrowserTests(String name) { super(name); } - public void testNothing() {} + + // AjBrowser is waiting for some tests - have to have a placeholder to + // keep JUnit happy... + public void testNothing() {} } -- cgit v1.2.3