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:
Benjamin Bentmann 2009-06-13 19:33:57 +00:00
parent 5265bc6bb4
commit ba319e99ad
2 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ public class MavenITmng3719PomExecutionOrderingTest
verifier.verifyErrorFreeLog();
verifier.resetStreams();
Pattern pattern = Pattern.compile( ".*\\{execution: step ([0-9])\\}.*" );
Pattern pattern = Pattern.compile( ".*step-([0-9])\\.properties.*" );
int[] stepLines = new int[3];
List content = verifier.loadFile( verifier.getBasedir(), verifier.getLogFileName(), false );

View File

@ -50,7 +50,7 @@ under the License.
<goal>reset</goal>
</goals>
<configuration>
<logFile>target/model.properties</logFile>
<logFile>target/step-1.properties</logFile>
</configuration>
</execution>
</executions>
@ -67,7 +67,7 @@ under the License.
<goal>eval</goal>
</goals>
<configuration>
<outputFile>target/model.properties</outputFile>
<outputFile>target/step-2.properties</outputFile>
<expressions>
<expression>project/properties</expression>
</expressions>
@ -87,7 +87,7 @@ under the License.
<goal>reset</goal>
</goals>
<configuration>
<logFile>target/model.properties</logFile>
<logFile>target/step-3.properties</logFile>
</configuration>
</execution>
</executions>