diff options
author | aclement <aclement> | 2005-10-26 14:41:20 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-26 14:41:20 +0000 |
commit | 1ad6070a3b7e0b67b89e74874af6876db52b5c26 (patch) | |
tree | 096eec54039aae79d4ddf53cfade52405454d217 | |
parent | da73b475cc03e7fd8553f2091911ce9b066da5ac (diff) | |
download | aspectj-1ad6070a3b7e0b67b89e74874af6876db52b5c26.tar.gz aspectj-1ad6070a3b7e0b67b89e74874af6876db52b5c26.zip |
generic aspect test W
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index c825b5c95..0f21de2a4 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -6,11 +6,11 @@ <ajc-test dir="java5/staticImports" title="import static java.lang.System.out"> <compile files="StaticImport.aj" options="-1.5"/> </ajc-test> - + <ajc-test dir="bugs150" title="Problem with constructor ITDs"> <compile files="pr112783.aj" options="-1.5"/> </ajc-test> - + <ajc-test dir="bugs150/pr113630" title="IncompatibleClassChangeError"> <compile files="Bean.java,BeanSupportAspectj.aj,BeanTestCase.java,javaBean.java,propertyChanger.java,PropertySupportAspect5.aj" options="-1.5"/> <run class="com.blueprint.util.aspectj5.test.BeanTestCase"/> @@ -3695,6 +3695,10 @@ <compile files="GenericAspectV.aj" options="-1.5"/> <run class="GenericAspectV"/> </ajc-test> + <ajc-test dir="java5/generics/genericaspects/" title="uberaspects - W"> + <compile files="GenericAspectW.aj" options="-1.5"/> + <run class="GenericAspectW"/> + </ajc-test> @@ -3934,9 +3938,9 @@ <compile files="X4.aj" inpath="code.jar" options ="-1.5"/> <run class="X4"/> </ajc-test> - - + + <ajc-test dir="java5/generics/itds/bridgeMethods" vm="1.5" title="abstract intertype methods and covariant returns"> <compile files="pr91381.aj" options="-1.5"/> <run class="pr91381"/> |