Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2010-05-05 20:44:43 +0000
committerStephan Herrmann2010-05-05 20:44:43 +0000
commit489b716908ba2f851d805bbf663080c5f2131e2e (patch)
tree4fda47cbf76919739db12a896f1e83e6859c07c1
parentbece2eeaaff09061b6805cabc7d4f49a4786d919 (diff)
downloadorg.eclipse.objectteams-489b716908ba2f851d805bbf663080c5f2131e2e.tar.gz
org.eclipse.objectteams-489b716908ba2f851d805bbf663080c5f2131e2e.tar.xz
org.eclipse.objectteams-489b716908ba2f851d805bbf663080c5f2131e2e.zip
expect new javadoc tag @role.
-rw-r--r--org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java b/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
index 58e2ddf51..8a2a80e6a 100644
--- a/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
+++ b/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
@@ -186,6 +186,9 @@ public void test008() throws JavaModelException {
"category[JAVADOC_BLOCK_TAG]{@category, null, null, category, null, "+this.positions+JAVADOC_RELEVANCE+"}\n" +
"since[JAVADOC_BLOCK_TAG]{@since, null, null, since, null, "+this.positions+JAVADOC_RELEVANCE+"}\n" +
"serial[JAVADOC_BLOCK_TAG]{@serial, null, null, serial, null, "+this.positions+JAVADOC_RELEVANCE+"}\n" +
+//{ObjectTeams: new tag:
+ "role[JAVADOC_BLOCK_TAG]{@role, null, null, role, null, "+this.positions+JAVADOC_RELEVANCE+"}\n" +
+// SH}
"link[JAVADOC_INLINE_TAG]{{@link}, null, null, link, null, "+this.positions+JAVADOC_RELEVANCE+"}\n" +
"docRoot[JAVADOC_INLINE_TAG]{{@docRoot}, null, null, docRoot, null, "+this.positions+JAVADOC_RELEVANCE+"}\n" +
"linkplain[JAVADOC_INLINE_TAG]{{@linkplain}, null, null, linkplain, null, "+this.positions+JAVADOC_RELEVANCE+"}\n" +

Back to the top