aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc160/sanity-tests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc160/sanity-tests.xml')
-rw-r--r--tests/src/test/resources/org/aspectj/systemtest/ajc160/sanity-tests.xml30
1 files changed, 13 insertions, 17 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc160/sanity-tests.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc160/sanity-tests.xml
index 3d5654361..869e80e42 100644
--- a/tests/src/test/resources/org/aspectj/systemtest/ajc160/sanity-tests.xml
+++ b/tests/src/test/resources/org/aspectj/systemtest/ajc160/sanity-tests.xml
@@ -5,33 +5,33 @@
<!-- empty class -->
<ajc-test dir="bugs160/simplejava" title="simple - a">
- <compile files="SimpleA.java" options="-1.5"/>
+ <compile files="SimpleA.java" options="-1.8"/>
</ajc-test>
<!-- class with one method -->
<ajc-test dir="bugs160/simplejava" title="simple - b">
- <compile files="SimpleB.java" options="-1.5"/>
+ <compile files="SimpleB.java" options="-1.8"/>
<run class="SimpleB"/>
</ajc-test>
<!-- empty aspect -->
<ajc-test dir="bugs160/simplejava" title="simple - c">
- <compile files="SimpleC.java" options="-1.5"/>
+ <compile files="SimpleC.java" options="-1.8"/>
</ajc-test>
<!-- simple before -->
<ajc-test dir="bugs160/simplejava" title="simple - d">
- <compile files="SimpleD.java" options="-1.5"/>
+ <compile files="SimpleD.java" options="-1.8"/>
</ajc-test>
<!-- simple itd field -->
<ajc-test dir="bugs160/simplejava" title="simple - e">
- <compile files="SimpleE.java" options="-1.5"/>
+ <compile files="SimpleE.java" options="-1.8"/>
</ajc-test>
<!-- aspect with main calling a static method -->
<ajc-test dir="bugs160/simplejava" title="simple - f">
- <compile files="SimpleF.java" options="-1.5"/>
+ <compile files="SimpleF.java" options="-1.8"/>
</ajc-test>
<!-- pertarget -->
@@ -41,36 +41,32 @@
<!-- generic ctor itds -->
<ajc-test dir="bugs160/simplejava" title="simple - h">
- <compile files="SimpleH.java" options="-1.5"/>
+ <compile files="SimpleH.java" options="-1.8"/>
</ajc-test>
<!-- overriding generic itd methods -->
<ajc-test dir="bugs160/simplejava" title="simple - i">
- <compile files="SimpleI.java" options="-1.5"/>
+ <compile files="SimpleI.java" options="-1.8"/>
</ajc-test>
- <!-- check class file version is 50.0 -->
<ajc-test dir="bugs160/simplejava" title="simple - j">
- <compile files="SimpleJ.java" options="-1.6"/>
+ <compile files="SimpleJ.java" options="-1.8"/>
</ajc-test>
- <!-- check class file version is 50.0 -->
<ajc-test dir="bugs160/simplejava" title="simple - k">
- <compile files="SimpleJ.java" options="-source 1.6"/>
+ <compile files="SimpleJ.java" options="-source 1.8"/>
</ajc-test>
- <!-- check class file version is 50.0 -->
<ajc-test dir="bugs160/simplejava" title="simple - l">
- <compile files="SimpleJ.java" options="-source 1.6 -target 1.6"/>
+ <compile files="SimpleJ.java" options="-source 1.8 -target 1.8"/>
</ajc-test>
- <!-- check class file version is 49.0 -->
<ajc-test dir="bugs160/simplejava" title="simple - m">
- <compile files="SimpleJ.java" options="-1.5"/>
+ <compile files="SimpleJ.java" options="-1.8"/>
</ajc-test>
<ajc-test dir="bugs160/simplejava" title="simple - n">
- <compile files="SimpleN.java" options="-1.6"/>
+ <compile files="SimpleN.java" options="-1.8"/>
</ajc-test>
</suite>