]> source.dussan.org Git - aspectj.git/commitdiff
167197: test code
authoraclement <aclement>
Mon, 17 Mar 2008 16:07:17 +0000 (16:07 +0000)
committeraclement <aclement>
Mon, 17 Mar 2008 16:07:17 +0000 (16:07 +0000)
tests/src/org/aspectj/systemtest/ajc160/ajc160.xml

index 9818da818895ce08c1db54997965bae93894128c..900a0966480eccd77f12632e86108b2691f87013 100644 (file)
@@ -3,11 +3,20 @@
 <!-- AspectJ v1.6.0 Tests -->
 <suite>
 
+   <ajc-test dir="bugs160/pr167197" title="generic type parameterized with array type">
+     <compile options="-1.5" files="AspectBreaker.java"/>
+   </ajc-test>
+   
    <ajc-test dir="bugs160/pr180264" title="classcastexception on array type">
      <compile options="-warn:+uselessTypeCheck" files="Foo.java,Main.java"/>
    </ajc-test>
 
-   <ajc-test dir="bugs160/pr201748" title="itd with array">
+   <ajc-test dir="bugs160/pr167197" title="generic type parameterized with array type - 2">
+     <compile options="-1.5" files="Breaker2.java"/>
+     <run class="Breaker2"/>
+   </ajc-test>
+   
+       <ajc-test dir="bugs160/pr201748" title="itd with array">
      <compile files="Foo.java">
        <message kind="error" text="Type mismatch: cannot convert from Factory[] to Factory"/>
      </compile>