Selaa lähdekoodia

fixup tests for 1.9

tags/V1_9_0_RC3
Andy Clement 7 vuotta sitten
vanhempi
commit
dd4b87b91c

+ 2
- 2
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml Näytä tiedosto

@@ -4545,8 +4545,8 @@
</ajc-test>
<ajc-test dir="java5/generics/genericaspects/" title="uberaspects - M">
<compile files="GenericAspectM.aj" options="-1.5">
<message kind="error" line="23" text="The method m0(Integer) in the type GenericAspect&lt;A,B&gt;.SimpleI&lt;Integer&gt; is not applicable for the arguments (String)"/>
<message kind="error" line="24" text="The method m1(List&lt;Integer&gt;) in the type GenericAspect&lt;A,B&gt;.SimpleI&lt;Integer&gt; is not applicable for the arguments (List&lt;String&gt;)"/>
<message kind="error" line="23" text="The method m0(Integer) in the type GenericAspect.SimpleI&lt;Integer&gt; is not applicable for the arguments (String)"/>
<message kind="error" line="24" text="The method m1(List&lt;Integer&gt;) in the type GenericAspect.SimpleI&lt;Integer&gt; is not applicable for the arguments (List&lt;String&gt;)"/>
<message kind="error" line="25" text="Type mismatch: cannot convert from String to Integer"/>
<message kind="error" line="26" text="Type mismatch: cannot convert from List&lt;String&gt; to List&lt;Integer&gt;"/>
</compile>

+ 1
- 1
tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml Näytä tiedosto

@@ -655,7 +655,7 @@
</ajc-test>

<ajc-test dir="bugs1612/pr335810" title="rawtype warning">
<compile files="One.java" options="-1.5 -warn:+raw -warn:+warningToken">
<compile files="One.java" options="-1.5 -warn:+raw -warn:+unchecked -warn:+warningToken">
</compile>
</ajc-test>


Loading…
Peruuta
Tallenna