]> source.dussan.org Git - aspectj.git/commitdiff
test commented out for bug 197719 - but not fixed yet!
authoraclement <aclement>
Sun, 21 Oct 2007 15:13:29 +0000 (15:13 +0000)
committeraclement <aclement>
Sun, 21 Oct 2007 15:13:29 +0000 (15:13 +0000)
tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java

index b1998b37df730ee8636104e381234dad52831cdd..af2542ccc3cc336272b8f87c091d89ce450af572 100644 (file)
@@ -46,7 +46,7 @@ public class Ajc154Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
 //     }
        
        public void testItdClashForTypesFromAspectPath_pr206732() { runTest("itd clash for types from aspectpath"); } 
-       public void testAnnotationStyleAndMultiplePackages_pr197719() { runTest("annotation style syntax and cross package extension"); }
+//     public void testAnnotationStyleAndMultiplePackages_pr197719() { runTest("annotation style syntax and cross package extension"); }
        
        /** Complex test that attempts to damage a class like a badly behaved bytecode transformer would and checks if AspectJ can cope. */
         public void testCopingWithGarbage_pr175806_1() throws ClassNotFoundException {