]> source.dussan.org Git - aspectj.git/commitdiff
Bug 153772 "Support stdout/stderr specifications for the ant compiler test step"...
authormwebster <mwebster>
Mon, 14 Aug 2006 15:55:04 +0000 (15:55 +0000)
committermwebster <mwebster>
Mon, 14 Aug 2006 15:55:04 +0000 (15:55 +0000)
tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml

index 27c0b64c31ade8f3415b306202dae30d9be331b1..abd117964913780338f5c1e4b2739c38b4d8cfa9 100644 (file)
        <ajc-test dir="ltw" title="JDK14 LTW with XML" keywords="ltw">
         <compile files="HelloWorld.java" options="-outjar hello.jar"/>
         <compile files="ExceptionHandler.aj" options="-outxml -outjar handler.jar"/>
-        <ant file="ant.xml" target="JDK14 LTW with XML" verbose="true"/>
+               <ant file="ant.xml" target="JDK14 LTW with XML" verbose="true">
+               <stdout>
+               <line text="TraceFactory.instance="/>
+               <line text="Hello World!"/>
+               </stdout>
+        </ant>
     </ajc-test>
     
        <ajc-test dir="ltw" title="JDK14 LTW with ASPECTPATH" keywords="ltw">
         <compile files="HelloWorld.java" options="-outjar hello.jar"/>
         <compile files="ExceptionHandler.aj" options="-outjar handler.jar"/>
-        <ant file="ant.xml" target="JDK14 LTW with ASPECTPATH" verbose="true"/>
+        <ant file="ant.xml" target="JDK14 LTW with ASPECTPATH" verbose="true">
+               <stdout>
+               <line text="TraceFactory.instance="/>
+               <line text="Hello World!"/>
+               </stdout>
+        </ant>
     </ajc-test>
     
     
\ No newline at end of file