Revision: 4596
Author: janne.t.harkonen
Date: Thu Feb 3 03:25:21 2011
Log: userguide: regen
http://code.google.com/p/robotframework/source/detail?r=4596
Modified:
/trunk/doc/userguide/RobotFrameworkUserGuide.html
=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Wed Feb 2 23:43:23
2011
+++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Thu Feb 3 03:25:21
2011
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.7:
http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.6:
http://docutils.sourceforge.net/" />
<title>Robot Framework User Guide</title>
<style type="text/css">
@@ -9595,7 +9595,7 @@
</ul>
</li>
<li><a class="reference internal"
href="#additional-options-for-post-processing-outputs"
id="id504">3.5.5 Additional options for post-processing
outputs</a><ul>
-<li><a class="reference internal"
href="#setting-times-for-combined-outputs" id="id505">Setting times for
combined outputs</a></li>
+<li><a class="reference internal" href="#setting-times-for-outputs"
id="id505">Setting times for outputs</a></li>
<li><a class="reference internal" href="#removing-keywords-from-outputs"
id="id506">Removing keywords from outputs</a></li>
</ul>
</li>
@@ -10150,15 +10150,18 @@
<h3><a class="toc-backref" href="#id504">3.5.5 Additional
options for post-processing outputs</a></h3>
<p>These options are available only when <a class="reference internal"
href="#post-processing-outputs">post-processing outputs</a> with
<span class="prog">rebot</span>.</p>
-<div class="section" id="setting-times-for-combined-outputs">
-<h4><a class="toc-backref" href="#id505">Setting times for combined
outputs</a></h4>
-<p>When <a class="reference internal" href="#combining-outputs">combining
outputs</a>, it is possible to set the start and end
-time of the combined test suite using the options
-<span class="opt">--starttime</span> and <span
class="opt">--endtime</span>, respectively. This is
-convenient, because by default, combined suites do not have these
-values. When both the start and end time are given, the elapsed time
-is also calculated based on them. Otherwise the elapsed time is got by
-adding the elapsed times of the child test suites together.</p>
+<div class="section" id="setting-times-for-outputs">
+<h4><a class="toc-backref" href="#id505">Setting times for outputs</a></h4>
+<p>When <a class="reference internal" href="#combining-outputs">combining
outputs</a>, it is possible to set the start and end time of the
+combined test suite using the options <span class="opt">--starttime</span>
and <span class="opt">--endtime</span>,
+respectively. This is convenient, because by default, combined suites do
not
+have these values. When both the start and end time are given, the elapsed
time
+is also calculated based on them. Otherwise the elapsed time is got by
adding
+the elapsed times of the child test suites together.</p>
+<p>Starting from Robot Framework 2.5.6, it is also possible to use the
above
+mentioned options to set start and end times for a single suite when using
+<span class="prog">rebot</span>. Using these options with a single output
always affects the
+elapsed time of the suite.</p>
<p>Times must be given as timestamps in the format <span
class="code">YYYY-MM-DD
hh:mm:ss.mil</span>, where all separators are optional and the parts from
milliseconds to hours can be omitted. For example, <span
class="code">2008-06-11
@@ -10168,6 +10171,7 @@
<pre class="literal-block">
rebot --starttime 20080611-17:59:20.495 output1.xml output2.xml
rebot --starttime 20080611-175920 --endtime 20080611-180242 *.xml
+rebot --starttime 20110302-1317 --endtime 20110302-11418 myoutput.xml
</pre>
</div>
<div class="section" id="removing-keywords-from-outputs">
@@ -13430,12 +13434,12 @@
<tr><td class="option-group" colspan="2">
<kbd><span class="option">--starttime
<var><timestamp></var></span></kbd></td>
</tr>
-<tr><td> </td><td>Sets the <a class="reference internal"
href="#setting-times-for-combined-outputs">starting time</a> of test
execution when creating
-combined reports.</td></tr>
+<tr><td> </td><td>Sets the <a class="reference internal"
href="#setting-times-for-outputs">starting time</a> of test execution when
creating
+reports.</td></tr>
<tr><td class="option-group" colspan="2">
<kbd><span class="option">--endtime
<var><timestamp></var></span></kbd></td>
</tr>
-<tr><td> </td><td>Sets the <a class="reference internal"
href="#setting-times-for-combined-outputs">ending time</a> of test
execution when creating combined reports.</td></tr>
+<tr><td> </td><td>Sets the <a class="reference internal"
href="#setting-times-for-outputs">ending time</a> of test execution when
creating reports.</td></tr>
<tr><td class="option-group" colspan="2">
<kbd><span class="option">-E</span>, <span class="option">--escape
<var><what:with></var></span></kbd></td>
</tr>
@@ -13785,7 +13789,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: 2011-02-03 07:41 UTC.
+<p>Generated on: 2011-02-03 11:24 UTC.
</p>
</div>