From acf2739fa68567d65cd776e583aab6d60c2e6991 Mon Sep 17 00:00:00 2001 From: mwebster Date: Mon, 14 Aug 2006 15:55:52 +0000 Subject: Bug 150487 "Tracing and Logging Framework" (WeavingAdaptorMessageHandler delegates and traces) --- .../aspectj/systemtest/tracing/TracingTests.java | 4 +-- .../src/org/aspectj/systemtest/tracing/tracing.xml | 37 ++++++++++++++++------ tests/tracing/ant.xml | 13 ++++++++ tests/tracing/aop-tracemessages.xml | 13 ++++++++ 4 files changed, 56 insertions(+), 11 deletions(-) create mode 100644 tests/tracing/aop-tracemessages.xml (limited to 'tests') diff --git a/tests/src/org/aspectj/systemtest/tracing/TracingTests.java b/tests/src/org/aspectj/systemtest/tracing/TracingTests.java index e782e0887..1eb7924bf 100644 --- a/tests/src/org/aspectj/systemtest/tracing/TracingTests.java +++ b/tests/src/org/aspectj/systemtest/tracing/TracingTests.java @@ -34,8 +34,8 @@ public class TracingTests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("Default tracing"); } - public void testDefaultTracingMessageHandler () { - runTest("Default TraceMessageHandler"); + public void testTraceMessages () { + runTest("Trace messages"); } } diff --git a/tests/src/org/aspectj/systemtest/tracing/tracing.xml b/tests/src/org/aspectj/systemtest/tracing/tracing.xml index b0dca8d8c..a9f64bd69 100644 --- a/tests/src/org/aspectj/systemtest/tracing/tracing.xml +++ b/tests/src/org/aspectj/systemtest/tracing/tracing.xml @@ -7,35 +7,54 @@ - + + + + + - + + + + + - + - + + + + + + + - - + + - + - diff --git a/tests/tracing/ant.xml b/tests/tracing/ant.xml index f7852949e..b0b7a9e17 100644 --- a/tests/tracing/ant.xml +++ b/tests/tracing/ant.xml @@ -24,4 +24,17 @@ + + + + + + + + + + + + diff --git a/tests/tracing/aop-tracemessages.xml b/tests/tracing/aop-tracemessages.xml new file mode 100644 index 000000000..4f5e36a5a --- /dev/null +++ b/tests/tracing/aop-tracemessages.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3