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:
Olivier Lamy 2011-08-30 16:11:21 +00:00
parent 0faa26af80
commit 8b766739ad
1 changed files with 2 additions and 2 deletions

View File

@ -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" ) );