You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/02/08 10:28:35 UTC

[Bug 60710] XPath Extractor : When content on which assertion applies is not XML, in View Results Tree the extractor is marked in Red and named SAXParseException

https://bz.apache.org/bugzilla/show_bug.cgi?id=60710

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable
            Version|3.1                         |2.6

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
Line 191 of class XPathExtractor, replace:
AssertionResult ass = new AssertionResult(thrown.getClass().getSimpleName());
// $NON-NLS-1$
by
AssertionResult ass = new AssertionResult(getName()); // $NON-NLS-1$

It seems it's the only Extractor which names assertions this way on failure.

-- 
You are receiving this mail because:
You are the assignee for the bug.