This is an automated email from the ASF dual-hosted git repository.
pmouawad 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 128a97d XPath assertions: Fix label
128a97d is described below
commit 128a97dcdc977078397ae9f1278794c5ab810f18
Author: pmouawad <[email protected]>
AuthorDate: Wed Oct 16 22:26:01 2019 +0200
XPath assertions: Fix label
---
.../main/resources/org/apache/jmeter/resources/messages.properties | 4 ++--
.../main/resources/org/apache/jmeter/resources/messages_fr.properties | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties
b/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties
index 607dea4..e89604a 100644
---
a/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties
+++
b/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties
@@ -1477,7 +1477,7 @@ xpath_assertion_check=Check XPath Expression
xpath_assertion_error=Error with XPath
xpath_assertion_failed=Invalid XPath Expression
xpath_assertion_label=XPath
-xpath_assertion_negate=Invert assertion(will fail if above conditions met)
+xpath_assertion_negate=Invert assertion(will fail if XPath expression matches)
xpath_assertion_option=XML Parsing Options
xpath_assertion_test=XPath Assertion
xpath_assertion_tidy=Try and tidy up the input
@@ -1493,7 +1493,7 @@ xpath_extractor_title=XPath Extractor
xpath_file_file_name=XML file to get values from
xpath_tester=XPath Tester
xpath2_assertion_button=Validate xpath expression
-xpath2_assertion_negate=Invert assertion(will fail if above conditions met)
+xpath2_assertion_negate=Invert assertion(will fail if XPath expression matches)
xpath2_assertion_option=XML Parsing Options
xpath2_assertion_test=XPath2 Assertion
xpath2_assertion_title=XPath2 Assertion
diff --git
a/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties
b/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties
index e6cb8ad..6b9319b 100644
---
a/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties
+++
b/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties
@@ -579,7 +579,7 @@ jmespath_assertion_validation=Vérification supplémentaire
jmespath_assertion_regex=Correspondance selon expression régulière
jmespath_assertion_expected_value==Valeur attendue\:
jmespath_assertion_null=Valeur nulle attendue
-jmespath_assertion_invert=Inverser l'assertion (échouera si les conditions
ci-dessus sont remplies)
+jmespath_assertion_invert=Inverser l'assertion (échouera si l'expression XPath
match)
jmespath_renderer=Testeur JMESPath pour JSON
jmespath_tester_button_test=Tester
jmespath_tester_field=Expression JMESPath
@@ -599,7 +599,7 @@ jndi_method_title=Configuration méthode remote
jndi_testing_title=Requête JNDI
jndi_url_jndi_props=Propriétés JNDI
json_assertion_expected_value=Valeur attendue\:
-json_assertion_invert=Inverser l'assertion (échouera si les conditions
ci-dessus sont remplies)
+json_assertion_invert=Inverser l'assertion (échouera si l'expression XPath
match)
json_assertion_null=Valeur nulle attendue
json_assertion_path=Vérifier que le chemin JSON existe\:
json_assertion_regex=Correspondance selon expression régulière