This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e54034  Fix markup for components reference
3e54034 is described below

commit 3e54034a25f2ce0582fb52b00322fdbbc6591136
Author: Felix Schumacher <[email protected]>
AuthorDate: Wed Jan 19 19:33:04 2022 +0100

    Fix markup for components reference
    
    Broken with last commit for JSON Path Assertion
    
    Bugzilla Id: 65794
---
 xdocs/usermanual/component_reference.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/usermanual/component_reference.xml 
b/xdocs/usermanual/component_reference.xml
index d1fdfb8..5aff4f0 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -5037,7 +5037,7 @@ please ensure that you select "<code>Store the message 
using MIME (raw)</code>"
             Note that if the path will return array object, it will be 
iterated and if expected value is found, the assertion will succeed. To 
validate empty array use <code>[]</code> string. Also, if patch will return 
dictionary object, it will be converted to string before comparison.
            <note>When using <a 
href="https://github.com/json-path/JsonPath#what-is-returned-when";>indefinite 
JSON Paths</a>
              you must assert the value due to the existing JSON library 
implementation, otherwise the assertion could always
-             return successful.<br>
+             return successful.<br></br>
              Since JMeter version 5.5 the assertion will fail, if an 
indefinite path is given, an empty list is extracted and
              no assertion value is set.</note>
         </p>

Reply via email to