This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from e810bd8 [SUREFIRE-1598] Fixed typo in assertion statement in integration test Surefire855AllowFailsafeUseArtifactFileIT add f5cca5b [SUREFIRE-1593] 3.0.0-M1 produces invalid code sources on Windows No new revisions were added by this update. Summary of changes: .../booterclient/JarManifestForkConfiguration.java | 35 +++- .../JarManifestForkConfigurationTest.java | 221 +++++++++++++++++++++ .../org/apache/maven/surefire/JUnit4SuiteTest.java | 2 + 3 files changed, 249 insertions(+), 9 deletions(-) create mode 100644 maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/JarManifestForkConfigurationTest.java