You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2019/05/21 13:08:25 UTC

svn commit: r1859637 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Tue May 21 13:08:25 2019
New Revision: 1859637

URL: http://svn.apache.org/viewvc?rev=1859637&view=rev
Log:
Fix documentation

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1859637&r1=1859636&r2=1859637&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue May 21 13:08:25 2019
@@ -4701,7 +4701,7 @@ Some sample expressions:
 <property name="Ignore Whitespace"  required="If Tidy is not selected">Ignore Element Whitespace.</property>
 <property name="Fetch External DTDs"  required="If Tidy is not selected">If selected, external DTDs are fetched.</property>
 <property name="XPath Assertion"    required="Yes">XPath to match in the document.</property>
-<property name="True if nothing matches"    required="No">True if a XPath expression is not matched</property>
+<property name="Invert assertion(will fail if above conditions met)"    required="No">True if a XPath expression is not matched or returns false</property>
 </properties>
 <note>
 The non-tolerant parser can be quite slow, as it may need to download the DTD etc.