From cfc4604d1eeee4e65284ab5e2d83d6b1e6a7f9a7 Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 19 Dec 2005 14:53:04 +0000 Subject: [PATCH] fixed up @DP tests. --- .../aspectj/systemtest/ajc150/Ajc150Tests.java | 15 ++++++++------- .../org/aspectj/systemtest/ajc150/ajc150.xml | 17 ++++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java index 75bb203f3..def43d636 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java @@ -41,13 +41,14 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { protected File getSpecFile() { return new File("../tests/src/org/aspectj/systemtest/ajc150/ajc150.xml"); } - public void testDecps1() { runTest("decps - 1");} - public void testDecps1b() { runTest("decps - 1b");} - public void testDecps2() { runTest("decps - 2");} - public void testDecps2b() { runTest("decps - 2b");} - public void testDecps3() { runTest("decps - 3");} - public void testDecps3b() { runTest("decps - 3b");} - public void testDecps3c() { runTest("decps - 3c");} + + public void testDecps1() { runTest("decps - 1"); } + public void testDecps1b() { runTest("decps - 1b"); } + public void testDecps2() { runTest("decps - 2"); } + public void testDecps2b() { runTest("decps - 2b"); } + public void testDecps3() { runTest("decps - 3"); } + public void testDecps3b() { runTest("decps - 3b"); } + public void testDecps3c() { runTest("decps - 3c"); } public void testVarargsNPE_pr120826() { runTest("varargs NPE");} public void testNamedPointcutPertarget_pr120521() { runTest("named pointcut not resolved in pertarget pointcut");} diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 7115d779e..56cf37dc8 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -98,7 +98,10 @@ - + + + + @@ -122,7 +125,7 @@ - + @@ -152,18 +155,18 @@ - - - - + + + + + - -- 2.39.5