Fixed missing JsoupBasedHtmlParser in parser implementations

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1620065 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: c8c44cd928
This commit is contained in:
Philippe Mouawad 2014-08-23 19:59:30 +00:00
parent eb77eb2db8
commit 57f283f971
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ HTTPResponse.parsers=htmlParser wmlParser
#htmlParser.className=org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
# This parser is based on JSoup, it should be the most accurate but less performant
# than LagartoBasedHtmlParser
#htmlParser.className=org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
#htmlParser.className=org.apache.jmeter.protocol.http.parser.JsoupBasedHtmlParser
#Used by HTTPSamplerBase to associate htmlParser with content types below
htmlParser.types=text/html application/xhtml+xml application/xml text/xml