Revision: 2566
Author: jprantan
Date: Fri Feb 26 04:53:04 2010
Log: updated doc still and regenerated it.
http://code.google.com/p/robotframework/source/detail?r=2566

Modified:
 /trunk/doc/userguide/RobotFrameworkUserGuide.html
 /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Wed Feb 17 07:21:22 2010 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Fri Feb 26 04:53:04 2010
@@ -8220,17 +8220,20 @@
times to match multiple tags, and their arguments can be <a class="reference internal" href="#option-value-as-simple-pattern">simple
 patterns</a>. In these cases, the rules for selecting test cases apply,
 so that test cases with a tag matching any include patterns are
-selected, and tests with a tag matching exclude patterns are not.  It
+selected, and tests with a tag matching exclude patterns are not. It
 is also possible to select only test cases that have two or more
specified tags by separating the tags either with <span class="code">&amp;</span> or -<span class="code">AND</span> (case-sensitive). Similarly, only tests with a certain
-tag, but without some others, can be selected by separating these tags
-with <span class="code">NOT</span> (case-sensitive).</p>
+<span class="code">AND</span> (case-sensitive). Starting from Robot Framework 2.1.3, only tests +with a certain tag, but without any others, can be selected by separating these +tags with <span class="code">NOT</span> (case-sensitive). In case any of the patterns between +multiple <span class="code">NOT</span> is matching, the test case is not selected. Patterns can be +<a class="reference internal" href="#option-value-as-simple-pattern">simple patterns</a> or <span class="code">AND</span> rule.</p>
 <pre class="literal-block">
 --include req-*
 --include regressionANDiter-42
 --include tag1&amp;tag2&amp;tag3&amp;tag4
 --exclude regressionNOTowner-*
+--include tag1NOTtag2NOTtag3&amp;tag4 (includes tests which have `tag1`, but not tests which additionally have `tag2` or both tags `tag3` and `tag4`)
 </pre>
 <p>Selecting test cases by tags is a very flexible mechanism and allows
 many interesting possibilities:</p>
@@ -12300,7 +12303,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-02-17 15:19 UTC.
+<p>Generated on: 2010-02-26 12:51 UTC.
 </p>

 </div>
=======================================
--- /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt Thu Feb 25 01:45:33 2010 +++ /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt Fri Feb 26 04:53:04 2010
@@ -85,10 +85,9 @@
 specified tags by separating the tags either with :code:`&` or
:code:`AND` (case-sensitive). Starting from Robot Framework 2.1.3, only tests with a certain tag, but without any others, can be selected by separating these
-tags with :code:`NOT` (case-sensitive). In case any of the pattern between
-multiple :code:`NOT`s is matching, the test case is not selected. Patterns can be -`simple patterns`_ or :code:`AND` rule specifying that test is not selected if
-all the tags separated with :code:`AND` are matching.
+tags with :code:`NOT` (case-sensitive). In case any of the patterns between
+multiple :code:`NOT` is matching, the test case is not selected. Patterns can be
+`simple patterns`_ or :code:`AND` rule.

 ::

Reply via email to