]> source.dussan.org Git - aspectj.git/commitdiff
forget the empty pseudo-test required by ant junit
authorwisberg <wisberg>
Sat, 21 May 2005 20:51:05 +0000 (20:51 +0000)
committerwisberg <wisberg>
Sat, 21 May 2005 20:51:05 +0000 (20:51 +0000)
weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java

index 838c80319927c484499d6b6da4bc8c3407ee21d7..121951617bdfe5dbdc2fbb6c82915e2f92a07943 100644 (file)
@@ -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 {