summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java b/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
index e672a701c..5f386a9dc 100644
--- a/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
+++ b/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
@@ -28,6 +28,10 @@ public class AjdeTestCase extends TestCase {
protected TestBuildListener testerBuildListener = new TestBuildListener();
protected String currTestDataPath;
+ public AjdeTestCase() {
+ super("");
+ }
+
public AjdeTestCase(String name) {
super(name);
}