This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch backport in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
discard 191536151 Use choice message format to render percentage and time discard 8c56954cd Improve string representation of elapsed time discard 7228fd8f8 Simplify link creation discard 266b88701 Use simple String#valueOf() to convert a float to a string new 581aa9cef Use simple String#valueOf() to convert a float to a string new 57d12d728 Simplify link creation new c9169ae40 Improve string representation of elapsed time new ab68193c4 Use choice message format to render percentage and time new fcafbbef3 Use typographically correct en dash approximations This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (191536151) \ N -- N -- N refs/heads/backport (fcafbbef3) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../junit5/JUnit5StatelessTestsetInfoReporter.java | 2 +- .../surefire/report/StatelessXmlReporter.java | 6 ++--- .../maven/plugin/surefire/report/TestSetStats.java | 2 +- .../plugin/surefire/report/WrappedReportEntry.java | 2 +- .../surefire/report/WrappedReportEntryTest.java | 6 ++--- .../StatelessTestsetInfoReporterTest.java | 2 +- .../surefire/report/SurefireReportMojoTest.java | 30 +++++++++++----------- .../maven/surefire/its/JUnit47ConcurrencyIT.java | 2 +- .../maven/surefire/its/JUnitPlatformEnginesIT.java | 2 +- .../its/jiras/Surefire1185DoNotSpawnTestsIT.java | 4 +-- .../Surefire747MethodParallelWithSuiteCountIT.java | 2 +- 11 files changed, 30 insertions(+), 30 deletions(-)