Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-05-02 21:58:56 +0000
committerChris Goldthorpe2007-05-02 21:58:56 +0000
commitddf28c0b9248cf9b8074344a5bf0ba581ddc0abd (patch)
tree2a0a8f25fcc976123944743b17ac8ec5f837d238 /org.eclipse.ua.tests/data/help
parentfe550e0f6e82b5122c8e1b2d967a7172fd881305 (diff)
downloadeclipse.platform.ua-ddf28c0b9248cf9b8074344a5bf0ba581ddc0abd.tar.gz
eclipse.platform.ua-ddf28c0b9248cf9b8074344a5bf0ba581ddc0abd.tar.xz
eclipse.platform.ua-ddf28c0b9248cf9b8074344a5bf0ba581ddc0abd.zip
Updated cheat sheets for UA test suite
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r--org.eclipse.ua.tests/data/help/index/index.xml24
-rw-r--r--org.eclipse.ua.tests/data/help/manual/filter.xhtml2
2 files changed, 25 insertions, 1 deletions
diff --git a/org.eclipse.ua.tests/data/help/index/index.xml b/org.eclipse.ua.tests/data/help/index/index.xml
index 9545fb510..5d0821359 100644
--- a/org.eclipse.ua.tests/data/help/index/index.xml
+++ b/org.eclipse.ua.tests/data/help/index/index.xml
@@ -12,5 +12,29 @@
</entry>
<entry keyword="keyword4">
<topic href="data/help/index/topicDoesntExist.html"/>
+ </entry>
+ <entry keyword="-keyword1">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="_keyword1">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="+keyword1">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="=keyword1">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="xaa">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="Xyx">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="xyz">
+ <topic href="data/help/index/topic1.html"/>
+ </entry>
+ <entry keyword="yz">
+ <topic href="data/help/index/topic1.html"/>
</entry>
</index>
diff --git a/org.eclipse.ua.tests/data/help/manual/filter.xhtml b/org.eclipse.ua.tests/data/help/manual/filter.xhtml
index aaad67e47..4b3bd48c1 100644
--- a/org.eclipse.ua.tests/data/help/manual/filter.xhtml
+++ b/org.eclipse.ua.tests/data/help/manual/filter.xhtml
@@ -93,7 +93,7 @@
</p>
<p>
- The category org.eclipse.javaDevelopment is enabled
+ The activity org.eclipse.javaDevelopment is enabled
<enablement>
<with variable="workbench">
<test property="org.eclipse.ui.isActivityEnabled" args="org.eclipse.javaDevelopment"/>

Back to the top