Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-10-29 17:31:13 +0000
committerChris Goldthorpe2008-10-29 17:31:13 +0000
commit55f23b2be0c7039574fb6bfbc97288189ba24426 (patch)
tree7f5302c63f9a0f392f341b5c4d79fddf3b722165 /org.eclipse.ua.tests/non_junit
parent20f139d5f48abe556cfd8c6e49a7e113bfc9da6b (diff)
downloadeclipse.platform.ua-55f23b2be0c7039574fb6bfbc97288189ba24426.tar.gz
eclipse.platform.ua-55f23b2be0c7039574fb6bfbc97288189ba24426.tar.xz
eclipse.platform.ua-55f23b2be0c7039574fb6bfbc97288189ba24426.zip
Update help preference tests
Diffstat (limited to 'org.eclipse.ua.tests/non_junit')
-rw-r--r--org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA1.xml4
-rw-r--r--org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA2.xml10
2 files changed, 10 insertions, 4 deletions
diff --git a/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA1.xml b/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA1.xml
index 52432fe6d..8cf371362 100644
--- a/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA1.xml
+++ b/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA1.xml
@@ -15,7 +15,7 @@
</subitem>
<subitem label="Choose &quot;Help&quot; on the left. This should show help preference page on the right" skip="false">
</subitem>
- <subitem label="On Windows and Linux help uses an embedded browser by default, and the preference should contain a checkbox to use an external browser. Leave this unchecked. On Mac ensure that this option is omitted since an external browser is always used." skip="false">
+ <subitem label="On Windows and Linux help uses an embedded browser by default, and the preference should contain a dropdown to use the help browser or external browser. Leave this set to use the help browser. On Mac ensure that this option is omitted since an external browser is always used." skip="false">
</subitem>
<subitem label="Hit OK to close the preferences dialog." skip="false">
</subitem>
@@ -30,7 +30,7 @@
<command serialization="org.eclipse.ui.window.preferences" confirm="false">
</command>
</subitem>
- <subitem label="Select &quot;Use external browser&quot; if on a platform other than Mac. Follow hyperlink to Workbench Browsers preference page. Choose a browser to use, Click &quot;OK&quot;." skip="false">
+ <subitem label="Set the dropdown for &quot;Open Help Contents&quot; to &quot;In an External browser&quot; if on a platform other than Mac. Follow hyperlink to Workbench Browsers preference page. Choose a browser to use, Click &quot;OK&quot;." skip="false">
</subitem>
<subitem label="Choose &quot;Help&quot;-&gt;&quot;Help Contents&quot; from the workbench menu, ensure a browser selected opens and displays Help" skip="false">
</subitem>
diff --git a/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA2.xml b/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA2.xml
index 93b1ba599..b0bf18dee 100644
--- a/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA2.xml
+++ b/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/helpA2.xml
@@ -18,11 +18,11 @@
<description>
In this step we will change the preferences and ensure they all work.
</description>
- <subitem label="Open help prefernces" skip="false">
+ <subitem label="Open help preferences" skip="false">
<command serialization="org.eclipse.ui.window.preferences" confirm="false">
</command>
</subitem>
- <subitem label="Change help preferences to open window context help in an infopop, dialog context help in an infopop, help view document open mode - in editor." skip="false">
+ <subitem label="Change help preferences to open window context help in an infopop, dialog context help in an infopop, open help view documents - in editor." skip="false">
</subitem>
<subitem label="Hit OK to close the preference dialog" skip="false">
</subitem>
@@ -34,8 +34,14 @@
</subitem>
<subitem label="Open help preferences, press &quot;F1&quot; (Ctrl+F1 on GTK, Help on Mac). An infopop should open." skip="false">
</subitem>
+ <subitem
+ label="Change help preferences to open help view documents - in a browser.">
+ </subitem>
<subitem label="Hit OK to close the preferences" skip="true">
</subitem>
+ <subitem
+ label="Select a link from Dynamic Help section kin the help view. Verify it opens in the a browser.">
+ </subitem>
</item>
<item title="Default F1 behavior" dialog="true" skip="false">
<description>

Back to the top