o Fixed test to account for r738347

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-01-29 21:29:41 +00:00
parent 9df1aab636
commit ca8b9a62ae
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
List cliOptions = new ArrayList(); List cliOptions = new ArrayList();
cliOptions.add( "--settings" ); cliOptions.add( "--settings" );
cliOptions.add( "settings.xml" ); cliOptions.add( "settings.xml" );
cliOptions.add( "-Dmaven.sec.path=sec.xml" ); verifier.getSystemProperties().setProperty( "maven.sec.path", "settings-security.xml" );
verifier.setCliOptions( cliOptions ); verifier.setCliOptions( cliOptions );
verifier.executeGoal( "validate" ); verifier.executeGoal( "validate" );
verifier.verifyErrorFreeLog(); verifier.verifyErrorFreeLog();