From: wisberg Date: Sat, 21 May 2005 20:50:08 +0000 (+0000) Subject: test fails unless setup and run manually, so skipped with instructions X-Git-Tag: PRE_ANDY~295 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=573f95e5a8d313bca886d0b76b0c7d87f649f276;p=aspectj.git test fails unless setup and run manually, so skipped with instructions --- diff --git a/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java b/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java index e44ee1f72..838c80319 100644 --- a/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java +++ b/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java @@ -120,7 +120,8 @@ public class MegaZipTestCase extends WeaveTestCase { } // this is something we test every now and again. - public void testBig() throws IOException { + // to try, rename as testBig and put aspectjtools.jar in testdata + public void trytestBig() throws IOException { System.out.println("could take 80 seconds..."); zipTest("aspectjtools.jar"); }