summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2011-12-10 01:08:31 +0000
committeraclement <aclement>2011-12-10 01:08:31 +0000
commitd6928317c260ad73667495229d66ff38310623bd (patch)
tree3490cce13a6e42c82cf5559f550aa1eb853877ce /tests/src
parent40fcaa1e19cdc9c402d54a9070755880363efe46 (diff)
downloadaspectj-d6928317c260ad73667495229d66ff38310623bd.tar.gz
aspectj-d6928317c260ad73667495229d66ff38310623bd.zip
message changes for e37
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml b/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml
index 57a30517c..52531e59b 100644
--- a/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml
+++ b/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml
@@ -406,8 +406,10 @@
title="Should issue an error for using 'class' instead of 'aspect'"
keywords="from-errors">
<compile files="NoAspect.java">
- <message kind="error" line="1"/>
- <message kind="error" line="12"/>
+ <message kind="error" line="1" text="Syntax error on token &quot;{&quot;, ; expected"/>
+ <message kind="error" line="12" text="Syntax error on token &quot;{&quot;, pointcut expected after this token"/>
+ <message kind="error" line="12" text="Syntax error, insert &quot;;&quot; to complete ClassBodyDeclarations"/>
+ <message kind="error" line="12" text="Syntax error on token &quot;{&quot;, delete this token"/>
</compile>
</ajc-test>
@@ -558,11 +560,11 @@
title="Compiler should suggest using aspect when advice, pointcuts, or introduction is in a class"
keywords="from-errors,poorErrorMessages">
<compile files="RecognizeAspectCE.java">
- <message kind="error" line="2"
- file="RecognizeAspectCE.java"
- text="Syntax error"/>
<message kind="error" line="3"
file="RecognizeAspectCE.java"
+ text="Syntax error on token &quot;}&quot;, pointcut expected after this token"/>
+ <message kind="error" line="2"
+ file="RecognizeAspectCE.java"
text="Syntax error"/>
<message kind="error" line="6"
file="RecognizeAspectCE.java"