From 19a25bbf7b6e2bc627e45c2e739a239816b883c2 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 21 Feb 2008 03:17:04 +0000 Subject: [PATCH] 209831: testcode --- .../org/aspectj/systemtest/ajc160/Ajc160Tests.java | 2 ++ tests/src/org/aspectj/systemtest/ajc160/ajc160.xml | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java b/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java index b35347709..34c236973 100644 --- a/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java @@ -31,6 +31,8 @@ public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testDecpRepetition_pr214559() { runTest("decp repetition problem");} // all code in one file public void testDecpRepetition_pr214559_2() { runTest("decp repetition problem - 2");} // all code in one file, default package public void testDecpRepetition_pr214559_3() { runTest("decp repetition problem - 3");} // across multiple files + public void testISEAnnotations_pr209831() { runTest("illegal state exception with annotations");} + public void testISEAnnotations_pr209831_2() { runTest("illegal state exception with annotations - 2");} ///////////////////////////////////////// public static Test suite() { diff --git a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml index fdf8f0dd9..8747270e3 100644 --- a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml +++ b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml @@ -60,5 +60,17 @@ + + + + + + + + + + + + \ No newline at end of file -- 2.39.5