Revision: 2808
Author: jprantan
Date: Tue Mar 30 04:45:17 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=2808

Modified:
 /trunk/doc/libraries/BuiltIn.html

=======================================
--- /trunk/doc/libraries/BuiltIn.html   Mon Mar 29 08:02:14 2010
+++ /trunk/doc/libraries/BuiltIn.html   Tue Mar 30 04:45:17 2010
@@ -166,6 +166,8 @@
  · 
<a href="#Run Keyword If Test Passed" title="Runs the given keyword with the given arguments, if the test passed.">Run&nbsp;Keyword&nbsp;If&nbsp;Test&nbsp;Passed</a>
 &nbsp;&middot;&nbsp;
+<a href="#Run Keyword If Timeout Occurred" title="Runs the given keyword if either a test or a keyword timeout has occurred.">Run&nbsp;Keyword&nbsp;If&nbsp;Timeout&nbsp;Occurred</a>
+&nbsp;&middot;&nbsp;
<a href="#Run Keyword Unless" title="Runs the given keyword with the given arguments, if `condition` is false.">Run&nbsp;Keyword&nbsp;Unless</a>
 &nbsp;&middot;&nbsp;
<a href="#Set Global Variable" title="Makes a variable available globally in all tests and suites.">Set&nbsp;Global&nbsp;Variable</a>
@@ -931,6 +933,17 @@
Otherwise, this keyword works exactly like <a href="#Run Keyword" class="name">Run Keyword</a>, see its documentation for more details.</td>
 </tr>
 <tr>
+ <td class="kw"><a name="Run Keyword If Timeout Occurred"></a>Run Keyword If Timeout Occurred</td>
+  <td class="arg">name, *args</td>
+ <td class="doc">Runs the given keyword if either a test or a keyword timeout has occurred.<br />
+<br />
+This keyword can only be used in a test teardown. Trying to use it anywhere else results in an error.<br />
+<br />
+Otherwise, this keyword works exactly like <a href="#Run Keyword" class="name">Run Keyword</a>, see its documentation for more details.<br />
+<br />
+Available in Robot Framework 2.5 and newer.</td>
+</tr>
+<tr>
   <td class="kw"><a name="Run Keyword Unless"></a>Run Keyword Unless</td>
   <td class="arg">condition, name, *args</td>
<td class="doc">Runs the given keyword with the given arguments, if <span class="name">condition</span> is false.<br />
@@ -1595,9 +1608,9 @@
 </tr>
 </table>
 <p id="footer">
-Altogether 71 keywords.<br />
+Altogether 72 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2010-03-29 18:01:31.
+on 2010-03-30 14:43:59.
 </p>
 </body>
 </html>

To unsubscribe from this group, send email to 
robotframework-commit+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to