summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-12-19 21:20:03 +0000
committeraclement <aclement>2005-12-19 21:20:03 +0000
commit10b88f0c2342124f35425a8c3cac54fad32fa8aa (patch)
treed9956fa123d2b1c0dd693e0c56b63c2c8cf6a0c5 /tests
parent22966838cb6460a0a3fcff882611ba71e0a60225 (diff)
downloadaspectj-10b88f0c2342124f35425a8c3cac54fad32fa8aa.tar.gz
aspectj-10b88f0c2342124f35425a8c3cac54fad32fa8aa.zip
matthews message accumulation changes for ltw
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ataspectj/ltw.xml9
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml15
2 files changed, 24 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/ltw.xml b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/ltw.xml
index 6cf87b52c..d355d866f 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/ltw.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/ltw.xml
@@ -103,6 +103,9 @@
<line text="Test.main()"/>
</stdout>
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info weaving 'com.foo.bar.Test'"/>
</stderr>
</run>
@@ -164,6 +167,9 @@
<line text="execution(Main.target())"/>
</stdout>
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info register aspect ataspectj.ltwlog.Aspect1"/>
<line text="info weaving 'ataspectj.ltwlog.Main'"/>
<line text="info weaving 'ataspectj.ltwlog.Aspect1'"/>
@@ -186,6 +192,9 @@
<line text="execution(Main.target())"/>
</stdout>
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info register aspect ataspectj.ltwlog.Aspect1"/>
<line text="info weaving 'ataspectj.ltwlog.Main'"/>
<line text="weaveinfo Join point 'method-execution(void ataspectj.ltwlog.Main.target())' in Type 'ataspectj.ltwlog.Main' (Main.java:22) advised by before advice from 'ataspectj.ltwlog.Aspect1' (Aspect1.java)"/>
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml b/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
index 94f16616a..8e6233fca 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml
@@ -133,6 +133,9 @@
<line text="Main.test2"/>
</stdout>
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info generating class 'ConcreteAspect'"/>
<line text="info weaving 'Main'"/>
<line text="AbstractSuperAspect.before_test1"/>
@@ -259,6 +262,9 @@
</compile>
<run class="Main" ltw="aop-nomatch.xml">
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info register aspect Aspect3"/>
<line text="info weaving 'Main'"/>
</stderr>
@@ -278,6 +284,9 @@
</compile>
<run class="Main" ltw="aop-nomatchxlintfile.xml" xlintfile="Xlint-nomatch.properties">
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info register aspect Aspect3"/>
<line text="info weaving 'Main'"/>
<line text="advice defined in Aspect3 has not been applied [Xlint:adviceDidNotMatch]"/>
@@ -298,6 +307,9 @@
</compile>
<run class="Main" ltw="aop-nomatchxlint.xml">
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info register aspect Aspect3"/>
<line text="info weaving 'Main'"/>
<line text="advice defined in Aspect3 has not been applied [Xlint:adviceDidNotMatch]"/>
@@ -318,6 +330,9 @@
</compile>
<run class="Main" ltw="aop-nomatchxlint.xml">
<stderr>
+ <line text="info AspectJ Weaver Version"/>
+ <line text="info register classloader"/>
+ <line text="info using"/>
<line text="info register aspect Aspect3"/>
<line text="info weaving 'Main'"/>
<line text="advice defined in Aspect3 has not been applied [Xlint:adviceDidNotMatch]"/>