This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch SUREFIRE-1534
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/SUREFIRE-1534 by this push:
new 0ab7679 fixed IT
0ab7679 is described below
commit 0ab7679a0a3a89da03e45e77808bb26ed58c89d4
Author: tibordigana <[email protected]>
AuthorDate: Tue Jan 22 07:20:10 2019 +0100
fixed IT
---
.../surefire/its/jiras/Surefire1534ReuseForksFalseWithJavaModuleIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1534ReuseForksFalseWithJavaModuleIT.java
b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1534ReuseForksFalseWithJavaModuleIT.java
index 5773026..9cbecb1 100644
---
a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1534ReuseForksFalseWithJavaModuleIT.java
+++
b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1534ReuseForksFalseWithJavaModuleIT.java
@@ -66,7 +66,7 @@ public class Surefire1534ReuseForksFalseWithJavaModuleIT
TestFile report = validator.getSurefireReportsFile(
"TEST-MainTest.xml", UTF_8 );
assertTrue( report.exists() );
- report.assertContainsText( "<property name=\"forkCount\"
value=\"1\"/>" )
+ report.assertContainsText( "<property name=\"forkCount\"
value=\"0\"/>" )
.assertContainsText( "<testcase name=\"test1\"" )
.assertContainsText( "<testcase name=\"test2\"" );
}