aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-21 20:50:08 +0000
committerwisberg <wisberg>2005-05-21 20:50:08 +0000
commit573f95e5a8d313bca886d0b76b0c7d87f649f276 (patch)
tree8dc4f7527f0742c5b853509270177ba8dfab0318 /weaver
parent43a96989f05d82bbb5cb5aec764946a87dcd597e (diff)
downloadaspectj-573f95e5a8d313bca886d0b76b0c7d87f649f276.tar.gz
aspectj-573f95e5a8d313bca886d0b76b0c7d87f649f276.zip
test fails unless setup and run manually, so skipped with instructions
Diffstat (limited to 'weaver')
-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");
}