From dbaadd74fe2d5c8a7945fb66fd810a1cd4d5c189 Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 14 May 2003 05:14:54 +0000 Subject: [PATCH] - correcting message specification of existing tests using file and text comparison - adding new command-line error tests (and keyword) --- tests/ajcTests.xml | 217 ++++++++++++++++++++++++++------------------- 1 file changed, 124 insertions(+), 93 deletions(-) diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index c1e81c948..82a150dfe 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -23,6 +23,7 @@ java, bigjava, resolved_1*, 14tests, errors, design, base... incremental-test uses inc-compile step + command-error command-line error test --> @@ -2262,11 +2263,14 @@ + file="pack1/IntroErrorLocation.java" + text="TargetClass cannot be resolved"/> + file="pack1/IntroErrorLocation.java" + text="no match for this type name: TargetClass"/> + file="pack1/IntroErrorLocation.java" + text="undefined for the type TargetClass"/> @@ -2274,7 +2278,9 @@ title="Compiler should suggest using aspect when advice, pointcuts, or introduction is in a class" keywords="from-errors"> - + @@ -5928,108 +5934,77 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5