]> source.dussan.org Git - aspectj.git/commitdiff
194314: tests
authoraclement <aclement>
Thu, 29 Jan 2009 05:59:50 +0000 (05:59 +0000)
committeraclement <aclement>
Thu, 29 Jan 2009 05:59:50 +0000 (05:59 +0000)
tests/src/org/aspectj/systemtest/ajc164/ajc164.xml

index 041a8c951ac8ea16c69d2c14c3ec983b879c0dc8..1e0837adfcfffde79fcb8eac125949fef17372b4 100644 (file)
@@ -2,6 +2,19 @@
 
 <suite>
     
+
+    <ajc-test dir="bugs164/pr194314" title="broken lvt - 1">
+      <compile files="Service.java IService.java Main.java ServiceInterceptor.java" options="-1.5"/>
+    </ajc-test>
+    
+    <ajc-test dir="bugs164/pr194314" title="broken lvt - 2">
+      <compile files="Service.java IService.java Main.java ServiceInterceptorCodeStyle.java" options="-1.5"/>
+    </ajc-test>
+    
+    <ajc-test dir="bugs164/pr194314" title="broken lvt - 3">
+      <compile files="ITDOne.java" options="-1.5"/>
+    </ajc-test>
+    
     <ajc-test dir="bugs164/pr262509" title="debugging before advice">
       <compile files="Foo.java" options="-1.5"/>
     </ajc-test>