From df6923ebe1287237375e40624756b65dfaaa1a63 Mon Sep 17 00:00:00 2001 From: aclement Date: Sun, 21 Oct 2007 15:13:29 +0000 Subject: [PATCH] test commented out for bug 197719 - but not fixed yet! --- tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java b/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java index b1998b37d..af2542ccc 100644 --- a/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java @@ -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 { -- 2.39.5