Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-05-02 19:15:36 +0000
committerChris Goldthorpe2008-05-02 19:15:36 +0000
commitaccddd0db193f28c886c07b5f95c747b4082ede9 (patch)
tree69dca1929984aeb48773482b4b0905a5029a1d4c /org.eclipse.ua.tests/non_junit
parent940b5b5f37658c52094f350aed6a27cab6b1854d (diff)
downloadeclipse.platform.ua-accddd0db193f28c886c07b5f95c747b4082ede9.tar.gz
eclipse.platform.ua-accddd0db193f28c886c07b5f95c747b4082ede9.tar.xz
eclipse.platform.ua-accddd0db193f28c886c07b5f95c747b4082ede9.zip
Add tests for showIntro in cheatsheet
Diffstat (limited to 'org.eclipse.ua.tests/non_junit')
-rw-r--r--org.eclipse.ua.tests/non_junit/cheatsheets/uaTests.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/org.eclipse.ua.tests/non_junit/cheatsheets/uaTests.xml b/org.eclipse.ua.tests/non_junit/cheatsheets/uaTests.xml
index cc95af62a..f6199050e 100644
--- a/org.eclipse.ua.tests/non_junit/cheatsheets/uaTests.xml
+++ b/org.eclipse.ua.tests/non_junit/cheatsheets/uaTests.xml
@@ -261,17 +261,28 @@ Performing simple searching.
</intro>
<task kind="cheatsheet" name="Open registered cheatsheet" skip="true">
<intro>
- This task is registered. Verify that it can be opened and completed.
+ This task is registered. Verify that it can be opened and completed.
</intro>
<param name="id" value="org.eclipse.ua.tests.cheatsheet.placeholder">
</param>
</task>
+ <task kind="cheatsheet" name="Skip Intro" skip="true">
+ <intro>
+ Verify that this task starts on the first step instead of the intro.
+ </intro>
+ <param name="id" value="org.eclipse.ua.tests.cheatsheet.placeholder">
+ </param>
+ <param name="showIntro" value="false">
+ </param>
+ </task>
<task kind="cheatsheet" name="Non registered cheatsheet" skip="true">
<intro>
This task is not registered. Verify that an error message is displayed then skip this task.
<b>This test is failing, see Bug 229895.</b>
</intro>
- <param name="id" value="org.eclipse.ua.tests.cheatsheet.notregistered">
+ <param name="id" value="org.eclipse.ua.tests.cheatsheet.notregistered">
+ </param>
+ <param name="showIntro" value="false">
</param>
</task>
<task kind="cheatsheet" name="Missing Content File (1)" skip="true">
@@ -280,7 +291,9 @@ Performing simple searching.
is displayed when trying to open the cheatsheet and that it can be skipped.
<b>This test is failing, see Bug 229895.</b>
</intro>
- <param name="id" value="org.eclipse.ua.tests.cheatsheet.nocontent">
+ <param name="id" value="org.eclipse.ua.tests.cheatsheet.nocontent">
+ </param>
+ <param name="showIntro" value="false">
</param>
</task>
<task kind="cheatsheet" name="Missing Content File (2)" skip="true">
@@ -288,7 +301,9 @@ Performing simple searching.
This task has a missing content file. Verify that an error message
is displayed when trying to open the cheatsheet and that it can be skipped.
</intro>
- <param name="path" value="tasks/nosuchfile.xml">
+ <param name="path" value="tasks/nosuchfile.xml">
+ </param>
+ <param name="showIntro" value="false">
</param>
</task>
</taskGroup>

Back to the top