aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java3
1 files changed, 2 insertions, 1 deletions
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");
}