mirror of https://github.com/apache/archiva.git
oups olamy failed the build
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1163271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0faa26af80
commit
8b766739ad
|
@ -153,7 +153,7 @@ public class ManagedRepositoryAdminTest
|
|||
|
||||
repo.setName( newName );
|
||||
|
||||
repo.setLocation( APPSERVER_BASE_PATH + "new-path" );
|
||||
repo.setLocation( APPSERVER_BASE_PATH + "/new-path" );
|
||||
|
||||
managedRepositoryAdmin.updateManagedRepository( repo, false, getFakeAuditInformation() );
|
||||
|
||||
|
@ -162,7 +162,7 @@ public class ManagedRepositoryAdminTest
|
|||
assertEquals( newName, repo.getName() );
|
||||
assertEquals( new File( APPSERVER_BASE_PATH + "/new-path" ).getCanonicalPath(),
|
||||
new File( repo.getLocation() ).getCanonicalPath() );
|
||||
assertTrue( new File( APPSERVER_BASE_PATH + "new-path" ).exists() );
|
||||
assertTrue( new File( APPSERVER_BASE_PATH + "/new-path" ).exists() );
|
||||
|
||||
assertTrue(
|
||||
roleManager.templatedRoleExists( ArchivaRoleConstants.TEMPLATE_REPOSITORY_OBSERVER, "test-new-one" ) );
|
||||
|
|
Loading…
Reference in New Issue