Fix compilation error

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@493028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2007-01-05 13:23:18 +00:00
parent ad045aaa88
commit 7f1b796988
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@ public class PluginParameterExpressionEvaluatorTest
throws CycleDetectedException, DuplicateProjectException
{
return new MavenSession( container, new Settings(), repo, new DefaultEventDispatcher(),
new ReactorManager( Collections.EMPTY_LIST ), Collections.EMPTY_LIST, ".",
new Properties(), new Date() );
new ReactorManager( Collections.EMPTY_LIST, ReactorManager.FAIL_FAST ),
Collections.EMPTY_LIST, ".", new Properties(), new Date() );
}
public void testLocalRepositoryExtraction()