diff options
author | wisberg <wisberg> | 2005-05-21 20:51:05 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-21 20:51:05 +0000 |
commit | c0ad76a56f0fd7aff87b3263377c017f320db0a5 (patch) | |
tree | f9ab5abcb6c1133fe1c8f85b9cb21f5bbff1d066 /weaver/testsrc | |
parent | 573f95e5a8d313bca886d0b76b0c7d87f649f276 (diff) | |
download | aspectj-c0ad76a56f0fd7aff87b3263377c017f320db0a5.tar.gz aspectj-c0ad76a56f0fd7aff87b3263377c017f320db0a5.zip |
forget the empty pseudo-test required by ant junit
Diffstat (limited to 'weaver/testsrc')
-rw-r--r-- | weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java b/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java index 838c80319..121951617 100644 --- a/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java +++ b/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java @@ -118,7 +118,7 @@ public class MegaZipTestCase extends WeaveTestCase { weaver.weave(weaver1, outFile); assertTrue(outFile.lastModified() > startTime); } - + public void testEmptyForAntJUnit(){} // this is something we test every now and again. // to try, rename as testBig and put aspectjtools.jar in testdata public void trytestBig() throws IOException { |