From c1c9215efa1c1e332859dd50c103e2a0021e15fe Mon Sep 17 00:00:00 2001 From: mwebster Date: Wed, 16 Aug 2006 14:53:26 +0000 Subject: Bug 150487 "Tracing and Logging Framework" (trace everyting test) --- tests/tracing/Aspect.aj | 5 +++++ tests/tracing/ant.xml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 tests/tracing/Aspect.aj (limited to 'tests/tracing') diff --git a/tests/tracing/Aspect.aj b/tests/tracing/Aspect.aj new file mode 100644 index 000000000..3ecbe827e --- /dev/null +++ b/tests/tracing/Aspect.aj @@ -0,0 +1,5 @@ +public aspect Aspect { + before () : within(HelloWorld) { + System.err.println(thisJoinPoint); + } +} \ No newline at end of file diff --git a/tests/tracing/ant.xml b/tests/tracing/ant.xml index b0b7a9e17..064eecda0 100644 --- a/tests/tracing/ant.xml +++ b/tests/tracing/ant.xml @@ -37,4 +37,17 @@ + + + + + + + + + + + + + -- cgit v1.2.3