From 573f95e5a8d313bca886d0b76b0c7d87f649f276 Mon Sep 17 00:00:00 2001 From: wisberg Date: Sat, 21 May 2005 20:50:08 +0000 Subject: [PATCH] test fails unless setup and run manually, so skipped with instructions --- weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); } -- 2.39.5