mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
avoid path fragility
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@413924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f4906ec9cd
commit
95a576491b
@ -1,3 +1,3 @@
|
||||
systemProperty=${user.home}
|
||||
systemProperty=${java.version}
|
||||
param=${param}
|
||||
pom.property=${my.property}
|
||||
|
@ -31,7 +31,7 @@ protected void setUp()
|
||||
public void testSystemPropertyInterpolation()
|
||||
throws IOException
|
||||
{
|
||||
assertEquals( "System property", System.getProperty( "user.home" ), properties.getProperty( "systemProperty" ) );
|
||||
assertEquals( "System property", System.getProperty( "java.version" ), properties.getProperty( "systemProperty" ) );
|
||||
}
|
||||
|
||||
public void testParameterInterpolation()
|
||||
|
Loading…
x
Reference in New Issue
Block a user