Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-04-11 18:37:17 +0000
committerCurtis D'Entremont2006-04-11 18:37:17 +0000
commitd0b856d74c78fe56759007376cc022e0e3de3880 (patch)
treefe6b6368c131d1ed8c24984a7d5191d60abed9af /org.eclipse.ua.tests/plugin.xml
parentc40e0e5f6c5063c5ec6db7dc9d98b39543efb64c (diff)
downloadeclipse.platform.ua-d0b856d74c78fe56759007376cc022e0e3de3880.tar.gz
eclipse.platform.ua-d0b856d74c78fe56759007376cc022e0e3de3880.tar.xz
eclipse.platform.ua-d0b856d74c78fe56759007376cc022e0e3de3880.zip
128263 [CheatSheet] composite cheat sheets not found by search
133177 [CheatSheet] Cheat sheet found by search does not launch 135617 [CheatSheet] Search does not find matches in title
Diffstat (limited to 'org.eclipse.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index 791c72ddd..2660e44a6 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -114,6 +114,16 @@
class="org.eclipse.ua.tests.cheatsheet.util.TestTaskEditor"
icon="icons/sample.gif"
id="ua.junit"/>
+ <cheatsheet
+ composite="false"
+ contentFile="data/cheatsheet/search/CSSearchTest.xml"
+ id="org.eclipse.ua.tests.cheatsheet.searchTest"
+ name="Test cheat sheet search"/>
+ <cheatsheet
+ composite="true"
+ contentFile="data/cheatsheet/search/CompositeSearchTest.xml"
+ id="org.eclipse.ua.tests.composite.searchTest"
+ name="Composite cheat sheet search test"/>
</extension>
<!--

Back to the top