mirror of
https://github.com/apache/archiva.git
synced 2025-02-12 04:56:02 +00:00
[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:
parent
43ea3313a8
commit
f56bee8221
@ -72,7 +72,7 @@ protected void setUp()
|
|||||||
roleManagerControl = MockControl.createControl( RoleManager.class );
|
roleManagerControl = MockControl.createControl( RoleManager.class );
|
||||||
roleManager = (RoleManager) roleManagerControl.getMock();
|
roleManager = (RoleManager) roleManagerControl.getMock();
|
||||||
action.setRoleManager( roleManager );
|
action.setRoleManager( roleManager );
|
||||||
location = getTestFile( "location" );
|
location = getTestFile( "target/test/location" );
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSecureActionBundle()
|
public void testSecureActionBundle()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user