From 11fe8eb9db9ca99da426b3f58c51b4315af5a83b Mon Sep 17 00:00:00 2001 From: mwebster Date: Thu, 10 Aug 2006 12:29:00 +0000 Subject: [PATCH] Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (fix MultiProjectIncrementalTests, 2nd attempt) --- tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java | 1 - tests/src/org/aspectj/systemtest/ajc153/ajc153.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java index b6b3836ed..7a153b282 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java @@ -803,7 +803,6 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testXlintMessageForImproperAnnotationType_pr115252_MoreThanOne() {runTest("xlint message for more than one improper annotated parameter type");} public void testDeclareAtTypeInStructureModel_pr115607() { - AsmManager.setReporting("c:/debug.txt",true,true,true,true); runTest("declare at type appears correctly in structure model"); IHierarchy top = AsmManager.getDefault().getHierarchy(); IProgramElement pe = top.findElementForLabel(top.getRoot(), diff --git a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml index 59bacc5b4..e7c382284 100644 --- a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml +++ b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml @@ -34,7 +34,7 @@ - + -- 2.39.5