Revision: 3717
Author: janne.t.harkonen
Date: Mon Jun  7 04:37:52 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=3717

Modified:
 /trunk/doc/userguide/RobotFrameworkUserGuide.html

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Jun 7 01:12:14 2010 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Jun 7 04:37:52 2010
@@ -2156,33 +2156,33 @@
 <tbody valign="top">
 <tr><td>Valid Login</td>
 <td>Open Login Page</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>Input Name</td>
 <td>demo</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>Input Password</td>
 <td>mode</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>Submit Credentials</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>Welcome Page Should Be Open</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
-<td></td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td>Setting Variables</td>
 <td>Do Something</td>
@@ -2244,7 +2244,7 @@
 <tr><td>Test With Settings</td>
 <td>[Documentation]</td>
 <td>Another dummy test</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>[Tags]</td>
@@ -2254,7 +2254,7 @@
 <tr><td></td>
 <td>Log</td>
 <td>Hello, world!</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -2808,13 +2808,13 @@
 <tbody valign="top">
 <tr><td>Force Tags</td>
 <td>req-42</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td>Default Tags</td>
 <td>owner-john</td>
 <td>smoke</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -2835,8 +2835,8 @@
 <tbody valign="top">
 <tr><td>${HOST}</td>
 <td>10.0.1.42</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -2994,12 +2994,12 @@
 <tr><td>Test Setup</td>
 <td>Open Application</td>
 <td>App A</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 <tr><td>Test Teardown</td>
 <td>Close Application</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -3025,13 +3025,13 @@
 </tr>
 <tr><td></td>
 <td>Do Something</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
-<td></td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td>Overridden setup</td>
 <td>[Documentation]</td>
@@ -3045,13 +3045,13 @@
 </tr>
 <tr><td></td>
 <td>Do Something</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
-<td></td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td>No teardown</td>
 <td>[Documentation]</td>
@@ -3060,18 +3060,18 @@
 </tr>
 <tr><td></td>
 <td>Do Something</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>[Teardown]</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
-<td></td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td>Using variables</td>
 <td>[Documentation]</td>
@@ -3081,17 +3081,17 @@
 <tr><td></td>
 <td>[Setup]</td>
 <td>${SETUP}</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>Do Something</td>
-<td></td>
-<td></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
 </tr>
 <tr><td></td>
 <td>[Teardown]</td>
 <td>${TEARDOWN}</td>
-<td></td>
+<td>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -3136,11 +3136,10 @@
 <div class="section" id="test-templates">
<h3><a class="toc-backref" href="#id308">2.2.6&nbsp;&nbsp;&nbsp;Test templates</a></h3> <p>Test templates convert the normal <a class="reference internal" href="#keyword-driven-style">keyword-driven</a> test cases into -<a class="reference internal" href="#data-driven-style">data-driven</a> tests. When the body of the normal test case is
-constructed from keywords and their possible arguments, test cases
-with template only have data that is used as arguments for the
-template keyword. This is illustrated by the following example test
-cases that are functionally fully identical.</p>
+<a class="reference internal" href="#data-driven-style">data-driven</a> tests. Whereas the body of the normal test case is constructed
+from keywords and their possible arguments, test cases with template define
+only the arguments for the template keyword. This is illustrated by the
+following example test cases that are functionally fully identical.</p>
 <table border="1" class="example docutils">
 <caption>Using test template</caption>
 <colgroup>
@@ -13069,7 +13068,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2010-06-07 08:12 UTC.
+<p>Generated on: 2010-06-07 11:37 UTC.
 </p>

 </div>

Reply via email to