diff options
author | aclement <aclement> | 2006-01-16 10:59:49 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-01-16 10:59:49 +0000 |
commit | 2208126bd1792695ff11d86118c53a9160ab9fee (patch) | |
tree | e15646773a691168888ce592452fcd306cdfaff8 /ajdoc/testsrc | |
parent | 3f77e755e504d24e0dc6fd640972d56de15a6bef (diff) | |
download | aspectj-2208126bd1792695ff11d86118c53a9160ab9fee.tar.gz aspectj-2208126bd1792695ff11d86118c53a9160ab9fee.zip |
pr121711 - from Helen - removing >1.3 apis that were introduced in previous patch.
Diffstat (limited to 'ajdoc/testsrc')
-rw-r--r-- | ajdoc/testsrc/org/aspectj/tools/ajdoc/DeclareFormsTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ajdoc/testsrc/org/aspectj/tools/ajdoc/DeclareFormsTest.java b/ajdoc/testsrc/org/aspectj/tools/ajdoc/DeclareFormsTest.java index 611b31b01..53dce4362 100644 --- a/ajdoc/testsrc/org/aspectj/tools/ajdoc/DeclareFormsTest.java +++ b/ajdoc/testsrc/org/aspectj/tools/ajdoc/DeclareFormsTest.java @@ -99,10 +99,10 @@ public class DeclareFormsTest extends AjdocTestCase { "' in the Declare Detail section", b); b = AjdocOutputChecker.summarySectionContainsRel( htmlFile,"DECLARE SUMMARY", - declareWarning, + declareWarningQuotes, HtmlDecorator.HtmlRelationshipKind.MATCHED_BY, doItHref); - assertTrue("Should have '" + declareWarning + " matched by " + doItHref + + assertTrue("Should have '" + declareWarningQuotes + " matched by " + doItHref + "' in the Declare Summary section", b); } |