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:
Olivier Lamy 2011-06-10 10:20:39 +00:00
parent de3f06d547
commit 2feabb84bc

View File

@ -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() );
}