Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-06-23 18:17:19 +0000
committerChris Goldthorpe2009-06-23 18:17:19 +0000
commitd74fea377c672738f114c8594ab37a51a05b5c4d (patch)
treea5cd32a63468634251d2fd9f1e3557efbe77b6dd /org.eclipse.ua.tests
parentc49e12768d3585aab76782b691e1879de0f1929c (diff)
downloadeclipse.platform.ua-d74fea377c672738f114c8594ab37a51a05b5c4d.tar.gz
eclipse.platform.ua-d74fea377c672738f114c8594ab37a51a05b5c4d.tar.xz
eclipse.platform.ua-d74fea377c672738f114c8594ab37a51a05b5c4d.zip
Update test for subitem formatting
Diffstat (limited to 'org.eclipse.ua.tests')
-rw-r--r--org.eclipse.ua.tests/non_junit/cheatsheets/tasks/cs2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/cs2.xml b/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/cs2.xml
index 4bf2ddc37..e51c8fe05 100644
--- a/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/cs2.xml
+++ b/org.eclipse.ua.tests/non_junit/cheatsheets/tasks/cs2.xml
@@ -15,7 +15,7 @@
<br/><br/>Verify that each step performs as indicated in the description, that the description
for each step is visible and that all steps can be completed.
</description>
- </intro> <item title="Formatting in subitems. "> <description>Verifies that subitems can be formatted. </description> <subitem skip = "true"> <description>Verify this subitem contains a <b>bold</b> word</description> </subitem> <subitem skip = "true"> <description>Verify line breaks<br/>Next line<br/>Another line</description> </subitem> </item>
+ </intro> <item title="Formatting in subitems. "> <description>Verifies that subitems can be formatted. </description> <subitem skip = "true"> <description>Verify this subitem contains a <b>bold</b> word</description> </subitem> <subitem skip = "true"> <description>Verify that there is a line break between lines 1 and 2.<br/>Line 1<br/>Line 2</description> </subitem> </item>
<item title="Select which view to open">
<description>Select a view which will be opened in the following steps. Pick either, they work
equally well.</description>

Back to the top