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:
Derek Hulley 2006-06-06 09:09:59 +00:00
parent 77d0d67fb7
commit 0797e2055c

View File

@ -621,17 +621,6 @@ public abstract class BaseNodeServiceTest extends BaseSpringTest
// check that the titled aspect is present // check that the titled aspect is present
assertTrue("Titled aspect not present", assertTrue("Titled aspect not present",
nodeService.hasAspect(nodeRef, ASPECT_QNAME_TEST_TITLED)); 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 public static class BadOnDeleteNodePolicy implements