mirror of https://github.com/apache/maven.git
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:
parent
89f9847b00
commit
883a01065d
|
@ -58,7 +58,7 @@ public class MavenITmng4305LocalRepoBasedirTest
|
||||||
Properties props = verifier.loadProperties( "target/basedir.properties" );
|
Properties props = verifier.loadProperties( "target/basedir.properties" );
|
||||||
|
|
||||||
// NOTE: This deliberately compares the paths on the String level, not via File.equals()
|
// 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" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue