[MRM-462] put test file in target

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@574817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-09-12 07:24:26 +00:00
parent 43ea3313a8
commit f56bee8221

View File

@ -72,7 +72,7 @@ protected void setUp()
roleManagerControl = MockControl.createControl( RoleManager.class );
roleManager = (RoleManager) roleManagerControl.getMock();
action.setRoleManager( roleManager );
location = getTestFile( "location" );
location = getTestFile( "target/test/location" );
}
public void testSecureActionBundle()