]> source.dussan.org Git - aspectj.git/commitdiff
added no-arg constructor for convenience
authormkersten <mkersten>
Tue, 27 Jul 2004 17:37:23 +0000 (17:37 +0000)
committermkersten <mkersten>
Tue, 27 Jul 2004 17:37:23 +0000 (17:37 +0000)
ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java

index e672a701c866ff0073804efc608cd5356b0788dc..5f386a9dce89f4719d1716ccc3e98d6c88d3d5cd 100644 (file)
@@ -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);
        }