]> source.dussan.org Git - aspectj.git/commitdiff
removed old transition warnings
authorjhugunin <jhugunin>
Thu, 19 Dec 2002 23:06:28 +0000 (23:06 +0000)
committerjhugunin <jhugunin>
Thu, 19 Dec 2002 23:06:28 +0000 (23:06 +0000)
tests/ajcTests.xml

index e1e4aba0a859189e2010a1b79898667d57dab268..501543aaf96f38d61c7c44cd90206e5daac09c62 100644 (file)
     <ajc-test dir="new" pr="694" title="after returning advice param"
       keywords="from-resolved_10x">
         <compile files="AfterReturningParam.java">
-            <message kind="warning" line="35"/>
-            <message kind="warning" line="38"/>
-            <message kind="warning" line="41"/>
-            <message kind="warning" line="65"/>
         </compile>
         <run class="AfterReturningParam"/>
     </ajc-test>
     </ajc-test>
 
     <!-- .................................... aspectpath tests -->
+       <!-- The jars used by this test can be regenerated with
+            org.aspectj.ajdt.core/testsrc/org.aspectj.ajdt.internal.compiler.batch.BcweaverJarMaker
+       -->
     <ajc-test dir="new/options11" 
       comment="XXX not validated correct yet"
       title="testing new options">
-        <compile files="Main.java,inJar.jar,Aspect.java" 
+        <compile files="Main.java,injar.jar,Aspect.java" 
             aspectpath="aspectlib1.jar,aspectlib2.jar"/>
-        <run class="Main"/>
+        <!-- can't run until we support classpath including the above jars
+             <run class="Main"/>
+        -->
     </ajc-test>
     
 </suite>