mirror of https://github.com/apache/maven.git
o Decoupled IT from log format of core and evaluated log output of IT plugins instead
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@784458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5265bc6bb4
commit
ba319e99ad
|
@ -56,7 +56,7 @@ public class MavenITmng3719PomExecutionOrderingTest
|
||||||
verifier.verifyErrorFreeLog();
|
verifier.verifyErrorFreeLog();
|
||||||
verifier.resetStreams();
|
verifier.resetStreams();
|
||||||
|
|
||||||
Pattern pattern = Pattern.compile( ".*\\{execution: step ([0-9])\\}.*" );
|
Pattern pattern = Pattern.compile( ".*step-([0-9])\\.properties.*" );
|
||||||
|
|
||||||
int[] stepLines = new int[3];
|
int[] stepLines = new int[3];
|
||||||
List content = verifier.loadFile( verifier.getBasedir(), verifier.getLogFileName(), false );
|
List content = verifier.loadFile( verifier.getBasedir(), verifier.getLogFileName(), false );
|
||||||
|
|
|
@ -50,7 +50,7 @@ under the License.
|
||||||
<goal>reset</goal>
|
<goal>reset</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<logFile>target/model.properties</logFile>
|
<logFile>target/step-1.properties</logFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
@ -67,7 +67,7 @@ under the License.
|
||||||
<goal>eval</goal>
|
<goal>eval</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputFile>target/model.properties</outputFile>
|
<outputFile>target/step-2.properties</outputFile>
|
||||||
<expressions>
|
<expressions>
|
||||||
<expression>project/properties</expression>
|
<expression>project/properties</expression>
|
||||||
</expressions>
|
</expressions>
|
||||||
|
@ -87,7 +87,7 @@ under the License.
|
||||||
<goal>reset</goal>
|
<goal>reset</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<logFile>target/model.properties</logFile>
|
<logFile>target/step-3.properties</logFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in New Issue