summaryrefslogtreecommitdiffstats
path: root/ajbrowser/testsrc
diff options
context:
space:
mode:
authoraclement <aclement>2005-04-19 08:16:49 +0000
committeraclement <aclement>2005-04-19 08:16:49 +0000
commit45ae94da9e44a31f970c9f5ee4f678902b26fc17 (patch)
tree7dc863c82ba11b6b3757a2073c3d1f4fe3333e6f /ajbrowser/testsrc
parent5113377894abae3490bc3849c49353890cf70f42 (diff)
downloadaspectj-45ae94da9e44a31f970c9f5ee4f678902b26fc17.tar.gz
aspectj-45ae94da9e44a31f970c9f5ee4f678902b26fc17.zip
Just explaining why empty test is here!
Diffstat (limited to 'ajbrowser/testsrc')
-rw-r--r--ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java5
1 files changed, 4 insertions, 1 deletions
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() {}
}