mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-16 17:55:15 +00:00
Removed test that has moved to the integrity check tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3037 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
77d0d67fb7
commit
0797e2055c
@ -621,17 +621,6 @@ public abstract class BaseNodeServiceTest extends BaseSpringTest
|
||||
// check that the titled aspect is present
|
||||
assertTrue("Titled aspect not present",
|
||||
nodeService.hasAspect(nodeRef, ASPECT_QNAME_TEST_TITLED));
|
||||
|
||||
// attempt to remove the aspect
|
||||
try
|
||||
{
|
||||
nodeService.removeAspect(nodeRef, ASPECT_QNAME_TEST_TITLED);
|
||||
fail("Failed to prevent removal of type-required aspect");
|
||||
}
|
||||
catch (InvalidAspectException e)
|
||||
{
|
||||
// expected
|
||||
}
|
||||
}
|
||||
|
||||
public static class BadOnDeleteNodePolicy implements
|
||||
|
Loading…
x
Reference in New Issue
Block a user