]> source.dussan.org Git - aspectj.git/commit
Move GH-128 tests from 1.9.8 to 1.9.9 bugs test suite after merge
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 08:51:42 +0000 (15:51 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 08:51:42 +0000 (15:51 +0700)
commit8ba1445b28ad396c34633aebd334e5259f815a55
tree272600aefb33376cf3af11a35406bc43e074f2c8
parent948ad9f39537d9cc9d38e8b5fc6fcb9bd685ed0f
Move GH-128 tests from 1.9.8 to 1.9.9 bugs test suite after merge

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
18 files changed:
tests/bugs198/github_128/Application.java [deleted file]
tests/bugs198/github_128/MarkerA.java [deleted file]
tests/bugs198/github_128/MarkerB.java [deleted file]
tests/bugs198/github_128/annotation_syntax/MarkerAAspect.aj [deleted file]
tests/bugs198/github_128/annotation_syntax/MarkerBAspect.aj [deleted file]
tests/bugs198/github_128/native_syntax/MarkerAAspect.aj [deleted file]
tests/bugs198/github_128/native_syntax/MarkerBAspect.aj [deleted file]
tests/bugs199/github_128/Application.java [new file with mode: 0644]
tests/bugs199/github_128/MarkerA.java [new file with mode: 0644]
tests/bugs199/github_128/MarkerB.java [new file with mode: 0644]
tests/bugs199/github_128/annotation_syntax/MarkerAAspect.aj [new file with mode: 0644]
tests/bugs199/github_128/annotation_syntax/MarkerBAspect.aj [new file with mode: 0644]
tests/bugs199/github_128/native_syntax/MarkerAAspect.aj [new file with mode: 0644]
tests/bugs199/github_128/native_syntax/MarkerBAspect.aj [new file with mode: 0644]
tests/src/test/java/org/aspectj/systemtest/ajc198/Bugs198Tests.java
tests/src/test/java/org/aspectj/systemtest/ajc199/Bugs199Tests.java
tests/src/test/resources/org/aspectj/systemtest/ajc198/ajc198.xml
tests/src/test/resources/org/aspectj/systemtest/ajc199/ajc199.xml