https://bz.apache.org/bugzilla/show_bug.cgi?id=60710
UbikLoadPack support <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable Version|3.1 |2.6 --- Comment #1 from UbikLoadPack support <[email protected]> --- 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.
