aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-21 21:41:52 +0000
committerwisberg <wisberg>2005-05-21 21:41:52 +0000
commit3592ad39dc0a2803ffd684e59f7c691d7f60688d (patch)
treeb284e5a1ffc90e17e7d9557084e4d9d5b2f42881 /ajde
parentb92e01c1c575e4fe0e261e0c78d8b4068752c6d2 (diff)
downloadaspectj-3592ad39dc0a2803ffd684e59f7c691d7f60688d.tar.gz
aspectj-3592ad39dc0a2803ffd684e59f7c691d7f60688d.zip
empty pseudo-test required by ant junit
Diffstat (limited to 'ajde')
-rw-r--r--ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java b/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
index 5f386a9dc..b3b1a7248 100644
--- a/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
+++ b/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
@@ -35,6 +35,7 @@ public class AjdeTestCase extends TestCase {
public AjdeTestCase(String name) {
super(name);
}
+ public void testEmptyAddedForAntJUnit() {}
protected File openFile(String path) {
return new File(currTestDataPath + File.separatorChar + path);