No test covers cases where input data is in variable
Author: pmouawad Date: Fri Jun 7 20:29:00 2019 New Revision: 1860789 URL: http://svn.apache.org/viewvc?rev=1860789&view=rev Log: Bug 63480 - XPathAssertion and XPathAssertion2: Cover input coming from variable Contributed by UbikLoadPack Team Bugzilla Id: 63480 Added: jmeter/trunk/test/src/org/apache/jmeter/extractor/TestXPath2Extractor.java (with props) Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/XPath2Assertion.java jmeter/trunk/test/src/org/apache/jmeter/assertions/XPath2AssertionTest.java jmeter/trunk/test/src/org/apache/jmeter/assertions/XPathAssertionTest.java jmeter/trunk/test/src/org/apache/jmeter/util/XPathUtilTest.java