Revision: 4066
Author: pekka.klarck
Date: Thu Sep 16 12:37:09 2010
Log: elapsetime -> elapsedtime (issue 660)
http://code.google.com/p/robotframework/source/detail?r=4066

Modified:
 /trunk/doc/userguide/RobotFrameworkUserGuide.html
 /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Thu Sep 2 10:27:46 2010 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Thu Sep 16 12:37:09 2010
@@ -488,7 +488,7 @@
 <body>
 <div class="document" id="robot-framework-user-guide">
 <h1 class="title">Robot Framework User Guide</h1>
-<h2 class="subtitle" id="version-version">Version trunk 20100830</h2>
+<h2 class="subtitle" id="version-version">Version trunk 20100916</h2>

 <!-- This data file has been placed in the public domain. -->
 <!-- Derived from the Unicode character mappings available from
@@ -12338,7 +12338,7 @@
 <li>longname: test suite name including parents</li>
 <li>starttime: execution start time</li>
 <li>endtime: execution end time</li>
-<li>elapsetime: execution time in milliseconds
+<li>elapsedtime: execution time in milliseconds
 as an integer</li>
<li>status: either <span class="code">PASS</span> or <span class="code">FAIL</span></li>
 <li>statistics: suite statistics (number of passed
@@ -12367,7 +12367,7 @@
 <li>longname: test name including parent suites</li>
 <li>starttime: execution start time</li>
 <li>endtime: execution end time</li>
-<li>elapsetime: execution time in milliseconds
+<li>elapsedtime: execution time in milliseconds
 as an integer</li>
 <li>tags: test case tags as a list of strings</li>
<li>status: either <span class="code">PASS</span> or <span class="code">FAIL</span></li>
@@ -12393,7 +12393,7 @@
 <li>doc: keyword documentation</li>
 <li>starttime: execution start time</li>
 <li>endtime: execution end time</li>
-<li>elapsetime: execution time in milliseconds
+<li>elapsedtime: execution time in milliseconds
 as an integer</li>
 <li>args: keyword's arguments as a list of strings</li>
<li>status: either <span class="code">PASS</span> or <span class="code">FAIL</span></li>
@@ -13610,7 +13610,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-09-02 17:26 UTC.
+<p>Generated on: 2010-09-16 19:35 UTC.
 </p>

 </div>
=======================================
--- /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt Tue Mar 30 00:49:43 2010 +++ /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt Thu Sep 16 12:37:09 2010
@@ -112,7 +112,7 @@
| | | * longname: test suite name including parents | | | | * starttime: execution start time | | | | * endtime: execution end time | - | | | * elapsetime: execution time in milliseconds | + | | | * elapsedtime: execution time in milliseconds | | | | as an integer | | | | * status: either :code:`PASS` or :code:`FAIL` | | | | * statistics: suite statistics (number of passed |
@@ -133,7 +133,7 @@
| | | * longname: test name including parent suites | | | | * starttime: execution start time | | | | * endtime: execution end time | - | | | * elapsetime: execution time in milliseconds | + | | | * elapsedtime: execution time in milliseconds | | | | as an integer | | | | * tags: test case tags as a list of strings | | | | * status: either :code:`PASS` or :code:`FAIL` |
@@ -151,7 +151,7 @@
| | | * doc: keyword documentation | | | | * starttime: execution start time | | | | * endtime: execution end time | - | | | * elapsetime: execution time in milliseconds | + | | | * elapsedtime: execution time in milliseconds | | | | as an integer | | | | * args: keyword's arguments as a list of strings | | | | * status: either :code:`PASS` or :code:`FAIL` |

Reply via email to