FSchumacher commented on code in PR #721: URL: https://github.com/apache/jmeter/pull/721#discussion_r928133582
########## src/core/src/test/java/org/apache/jmeter/util/XPathUtilTest.java: ########## @@ -276,4 +278,19 @@ public void testPutValuesForXPathInList() throws ParserConfigurationException, S assertEquals("one", matchs.get(0)); assertEquals("two", matchs.get(1)); } + + @Test Review Comment: I will take merge test into our current test suite, as it passes with our current code, too :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org