]> source.dussan.org Git - aspectj.git/commitdiff
Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (fix MultiProjectIncrement...
authormwebster <mwebster>
Thu, 10 Aug 2006 12:29:00 +0000 (12:29 +0000)
committermwebster <mwebster>
Thu, 10 Aug 2006 12:29:00 +0000 (12:29 +0000)
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
tests/src/org/aspectj/systemtest/ajc153/ajc153.xml

index b6b3836edfe888617a70db17993bff8839476a54..7a153b28274aa280626afa910c255a936bfe9c96 100644 (file)
@@ -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(),
index 59bacc5b40cf9794c6aed2c7d276f88fb383c775..e7c3822840ec17eefc2f1867ff21a0d3e823f20f 100644 (file)
@@ -34,7 +34,7 @@
       </run>
     </ajc-test>
     
-    <ajc-test dir="bugs153/pr148219" title="unwanted warning for pointcut">
+    <ajc-test dir="bugs153/PR148219" title="unwanted warning for pointcut">
       <compile files="MyMessages.java" options="-1.5 -Xlint:ignore -warn:+unusedArgument"/>
     </ajc-test>