Revision: 4583
Author: [email protected]
Date: Wed Feb  2 03:29:05 2011
Log: regen
http://code.google.com/p/robotframework/source/detail?r=4583

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

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Tue Dec 7 05:15:50 2010 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Wed Feb 2 03:29:05 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.6: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/"; />
 <title>Robot Framework User Guide</title>
 <style type="text/css">

@@ -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 20101201</h2>
+<h2 class="subtitle" id="version-version">Version trunk 20101220</h2>

 <!-- This data file has been placed in the public domain. -->
 <!-- Derived from the Unicode character mappings available from
@@ -9249,9 +9249,16 @@
 --test Example
 --test mytest --test yourtest
 --test example*
+--test mysuite.mytest
+--test *.suite.mytest
 --suite example-??
 --suite mysuite --test mytest --test your*
 </pre>
+<div class="note">
+<p class="first admonition-title">Note</p>
+<p class="last">Selecting test cases using long name (e.g. <span class="name">mysuite.mytest</span>)
+works with Robot Framework 2.5.6 and newer.</p>
+</div>
<p>Using the <span class="opt">--suite</span> option is more or less the same as executing only
 the appropriate test case file or directory. One major benefit is the
 possibility to select the suite based on its parent suite. The syntax
@@ -13772,7 +13779,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-12-07 13:11 UTC.
+<p>Generated on: 2011-02-02 11:25 UTC.
 </p>

 </div>

Reply via email to