]> source.dussan.org Git - aspectj.git/commitdiff
test fails unless setup and run manually, so skipped with instructions
authorwisberg <wisberg>
Sat, 21 May 2005 20:50:08 +0000 (20:50 +0000)
committerwisberg <wisberg>
Sat, 21 May 2005 20:50:08 +0000 (20:50 +0000)
weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java

index e44ee1f72346fa53f37e5b728224b34b561a2545..838c80319927c484499d6b6da4bc8c3407ee21d7 100644 (file)
@@ -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");
        }