From df77d3ac901b2bc91d1580732d0b967da8947ecf Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 15 Sep 2009 16:39:34 +0000 Subject: [PATCH] more aop.xml compile time config stuff --- tests/features164/aopconfig/one/case4.xml | 10 +++++++++ tests/features164/aopconfig/one/case5.xml | 10 +++++++++ .../systemtest/ajc164/Ajc164Tests.java | 10 +++++++++ .../org/aspectj/systemtest/ajc164/ajc164.xml | 22 +++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 tests/features164/aopconfig/one/case4.xml create mode 100644 tests/features164/aopconfig/one/case5.xml diff --git a/tests/features164/aopconfig/one/case4.xml b/tests/features164/aopconfig/one/case4.xml new file mode 100644 index 000000000..5015955c0 --- /dev/null +++ b/tests/features164/aopconfig/one/case4.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/tests/features164/aopconfig/one/case5.xml b/tests/features164/aopconfig/one/case5.xml new file mode 100644 index 000000000..cbc652f98 --- /dev/null +++ b/tests/features164/aopconfig/one/case5.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java index 04726b168..5a0f567b9 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java @@ -219,6 +219,16 @@ public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("aop config - 3"); } + // excluding types from weaving + public void testAopConfig4() { + runTest("aop config - 4"); + } + + // excluding types from weaving + public void testAopConfig5() { + runTest("aop config - 5"); + } + public void testAjcThisNotRead() { runTest("ajcthis not read"); } diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml index 371b206c0..4f5f9bd97 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml +++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml @@ -158,6 +158,28 @@ + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5