mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/WCM_SERVICES2 to HEAD
12236: Implementation of Sandbox Revert REST API 12305: WCM Services - "asset service" initial checkpoint (more tests to be added) 12334: placeholder for WCM Asset implementation 12338: Check in to get server working ... 12341: WCM Services - "asset service" checkpoint (locking fixes, bulk import, more tests added) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12544 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -295,7 +295,7 @@ public class WebProjectServiceImplTest extends TestCase
|
||||
wpInfo = wpService.createWebProject(dnsName, name, TEST_TITLE, TEST_DESCRIPTION, TEST_DEFAULT_WEBAPP, TEST_USE_AS_TEMPLATE, null);
|
||||
fail("Shouldn't be able to create web project with '--'");
|
||||
}
|
||||
catch (AlfrescoRuntimeException exception)
|
||||
catch (IllegalArgumentException exception)
|
||||
{
|
||||
// Expected
|
||||
}
|
||||
@@ -309,7 +309,7 @@ public class WebProjectServiceImplTest extends TestCase
|
||||
wpInfo = wpService.createWebProject(dnsName, name, TEST_TITLE, TEST_DESCRIPTION, TEST_DEFAULT_WEBAPP, TEST_USE_AS_TEMPLATE, null);
|
||||
fail("Shouldn't be able to create web project with '--'");
|
||||
}
|
||||
catch (AlfrescoRuntimeException exception)
|
||||
catch (IllegalArgumentException exception)
|
||||
{
|
||||
// Expected
|
||||
}
|
||||
|
Reference in New Issue
Block a user