]> source.dussan.org Git - aspectj.git/commit
move all java 5 tests out of code and back into .xml files now that we can compile...
authoracolyer <acolyer>
Fri, 11 Feb 2005 12:47:56 +0000 (12:47 +0000)
committeracolyer <acolyer>
Fri, 11 Feb 2005 12:47:56 +0000 (12:47 +0000)
commit1381903ac81cdab2b79b6525096671aa5d62eaeb
treef00812eae5c1a626aa99ba954d0899c083a3bc8f
parent382b7330f47d14164896671a4bf3c7ec3acf069b
move all java 5 tests out of code and back into .xml files now that we can compile them properly
34 files changed:
tests/bugs/java5/arrayCloning/C.java
tests/java5/annotations/thisOrtarget/ThisOrTargetTests.aj
tests/java5/enums/Enum.java [deleted file]
tests/java5/enums/EnumAspect03.aj
tests/java5/enums/EnumAspect04.aj
tests/java5/generics/GenericMethods.java [new file with mode: 0644]
tests/java5/generics/GenericParameterMatching.aj [new file with mode: 0644]
tests/java5/generics/ParameterizedMethodMatching.aj [new file with mode: 0644]
tests/java5/generics/ParameterizedType.java [new file with mode: 0644]
tests/java5/generics/ReturningLists.aj [new file with mode: 0644]
tests/java5/generics/issues.txt [new file with mode: 0644]
tests/src/org/aspectj/systemtest/AllTests15.java
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml
tests/src/org/aspectj/systemtest/ajc150/AccBridgeMethods.java
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
tests/src/org/aspectj/systemtest/ajc150/Ajc150TestsNoHarness.java [deleted file]
tests/src/org/aspectj/systemtest/ajc150/Ajc150TestsRequireJava15.java [deleted file]
tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java
tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150_NeedJava15.java [deleted file]
tests/src/org/aspectj/systemtest/ajc150/AnnotationBinding.java
tests/src/org/aspectj/systemtest/ajc150/AnnotationPointcutsTests.java
tests/src/org/aspectj/systemtest/ajc150/AnnotationRuntimeTests.java
tests/src/org/aspectj/systemtest/ajc150/Annotations.java
tests/src/org/aspectj/systemtest/ajc150/AnnotationsBinaryWeaving.java
tests/src/org/aspectj/systemtest/ajc150/Autoboxing.java
tests/src/org/aspectj/systemtest/ajc150/CovarianceTests.java
tests/src/org/aspectj/systemtest/ajc150/Enums.java
tests/src/org/aspectj/systemtest/ajc150/MigrationTests.java
tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java
tests/src/org/aspectj/systemtest/ajc150/TestUtils.java [deleted file]
tests/src/org/aspectj/systemtest/ajc150/VarargsTests.java
tests/src/org/aspectj/systemtest/ajc150/ajc150-tests.xml [deleted file]
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml