You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/05/24 13:23:00 UTC

[jira] [Created] (SUREFIRE-2165) TestSuiteXmlParser does not capture text per element causing concatenated text

Michael Osipov created SUREFIRE-2165:
----------------------------------------

             Summary: TestSuiteXmlParser does not capture text per element causing concatenated text
                 Key: SUREFIRE-2165
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-2165
             Project: Maven Surefire
          Issue Type: Bug
    Affects Versions: 3.1.0
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 3.1.1


{{TestSuiteXmlParser}} uses a SAX visitor approach to extract data, some elements contain text. If then string builder is not reset on all elements which contain text, the builder will contain concatenated text from previous elements which results in non-sense.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)