o Stabilized IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@815522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-09-15 22:13:46 +00:00
parent 89f9847b00
commit 883a01065d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class MavenITmng4305LocalRepoBasedirTest
Properties props = verifier.loadProperties( "target/basedir.properties" );
// NOTE: This deliberately compares the paths on the String level, not via File.equals()
assertEquals( new File( verifier.localRepo ).getPath(), props.getProperty( "localRepository.basedir" ) );
assertEquals( new File( verifier.localRepo ).getAbsolutePath(), props.getProperty( "localRepository.basedir" ) );
}
}