Author: pekka.klarck
Date: Tue Jun 16 10:36:12 2009
New Revision: 2029

Modified:
   trunk/doc/userguide/RobotFrameworkUserGuide.html
   trunk/doc/userguide/src/CreatingTestData/Variables.txt

Log:
fixed typo noted by stashluk in comments to issue 61

Modified: trunk/doc/userguide/RobotFrameworkUserGuide.html
==============================================================================
--- trunk/doc/userguide/RobotFrameworkUserGuide.html    (original)
+++ trunk/doc/userguide/RobotFrameworkUserGuide.html Tue Jun 16 10:36:12 2009
@@ -4469,7 +4469,7 @@
 FAIL.</td>
 <td>Test teardown</td>
 </tr>
-<tr><td>${TEST_MESSSAGE}</td>
+<tr><td>${TEST_MESSAGE}</td>
 <td>The possible error message of the current test case.</td>
 <td>Test teardown</td>
 </tr>
@@ -4484,7 +4484,7 @@
 executed.</td>
 <td>Everywhere</td>
 </tr>
-<tr><td>${PREV_TEST_MESSSAGE}</td>
+<tr><td>${PREV_TEST_MESSAGE}</td>
 <td>The possible error message of the previous test case.</td>
 <td>Everywhere</td>
 </tr>
@@ -11876,7 +11876,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: 2009-04-24 12:04 UTC.
+<p>Generated on: 2009-06-16 17:34 UTC.
 </p>

 </div>

Modified: trunk/doc/userguide/src/CreatingTestData/Variables.txt
==============================================================================
--- trunk/doc/userguide/src/CreatingTestData/Variables.txt      (original)
+++ trunk/doc/userguide/src/CreatingTestData/Variables.txt Tue Jun 16 10:36:12 2009
@@ -640,7 +640,7 @@
| ${TEST_STATUS} | The status of the current test case, either PASS or | Test teardown | | | FAIL. | | +-----------------------+-------------------------------------------------------+----------------+ - | ${TEST_MESSSAGE} | The possible error message of the current test case. | Test teardown | + | ${TEST_MESSAGE} | The possible error message of the current test case. | Test teardown | +-----------------------+-------------------------------------------------------+----------------+ | ${PREV_TEST_NAME} | The name of the previous test case, or an empty string| Everywhere | | | if no tests have been executed yet. | |
@@ -649,7 +649,7 @@
| | FAIL or an empty string when no tests have been | | | | executed. | | +-----------------------+-------------------------------------------------------+----------------+ - | ${PREV_TEST_MESSSAGE} | The possible error message of the previous test case. | Everywhere | + | ${PREV_TEST_MESSAGE} | The possible error message of the previous test case. | Everywhere | +-----------------------+-------------------------------------------------------+----------------+ | ${SUITE_NAME} | The full name of the current test suite. | Everywhere | +-----------------------+-------------------------------------------------------+----------------+

Reply via email to