]> source.dussan.org Git - aspectj.git/commitdiff
disabled test spec error test b/c it can't be skipped for JUnit driver
authorwisberg <wisberg>
Sun, 17 Aug 2003 19:01:08 +0000 (19:01 +0000)
committerwisberg <wisberg>
Sun, 17 Aug 2003 19:01:08 +0000 (19:01 +0000)
tests/ajcHarnessTests.xml

index 65d974a6993d1ba221abbad78fca86c2d5edd6fc..721e0a189f1e00e25eb578ea69cac2d60b149abf 100644 (file)
      Also pick out "incremental-test" keyword for incremental tests.
 -->
 <suite>
-
+<!-- disabled so skipping expect-fail causes all to pass
+        (error emitted before test is skipped)
+       
     <ajc-test dir="noSuchDir"
       title="fail no such directory - report as error (AjcTest specification)"
      keywords="expect-fail">
         <compile files="NoSuchFile.java"/>
     </ajc-test>
-
+-->
     <ajc-test dir="harness"
       title="pass 2 error">
         <compile files="ErrorTest.java">
         <compile files="SystemExit.java"/>
         <run class="SystemExit"/>
     </ajc-test>
-
     <ajc-test dir="harness/systemExit" 
        keywords="expect-fail"
         title="fail System exit 1">
         <compile files="SystemExit.java"/>
         <run class="SystemExit" options="-1"/>
     </ajc-test>
-    
+  
 </suite>