mirror of
https://github.com/apache/maven.git
synced 2025-02-21 01:15:42 +00:00
try something different to fix MavenITmng4233ReactorResolutionForManuallyCreatedArtifactTest with symlink on jenkins asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de3f06d547
commit
2feabb84bc
@ -57,7 +57,7 @@ public void testit()
|
||||
verifier.resetStreams();
|
||||
|
||||
Properties props = verifier.loadProperties( "consumer/target/artifact.properties" );
|
||||
assertEquals( new File( testDir, "producer/pom.xml" ).getCanonicalFile(), new File(
|
||||
assertEquals( new File( testDir.getCanonicalFile(), "producer/pom.xml" ), new File(
|
||||
props.getProperty( "org.apache.maven.its.mng4233:producer:jar:1.0-SNAPSHOT" ) ).getCanonicalFile() );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user