From f8fe7c80cf9d621a7e803df571c3e444a84cdfaa Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Thu, 16 Mar 2006 09:22:38 +0000 Subject: [PATCH] Build fix. Name attribute can never be null git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2550 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../action/executer/SetPropertyValueActionExecuterTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/java/org/alfresco/repo/action/executer/SetPropertyValueActionExecuterTest.java b/source/java/org/alfresco/repo/action/executer/SetPropertyValueActionExecuterTest.java index a3aae3c245..01e835a274 100644 --- a/source/java/org/alfresco/repo/action/executer/SetPropertyValueActionExecuterTest.java +++ b/source/java/org/alfresco/repo/action/executer/SetPropertyValueActionExecuterTest.java @@ -73,9 +73,6 @@ public class SetPropertyValueActionExecuterTest extends BaseSpringTest */ public void testExecution() { - // Check that the property is empty - assertNull(this.nodeService.getProperty(this.nodeRef, ContentModel.PROP_NAME)); - // Execute the action ActionImpl action = new ActionImpl(ID, SetPropertyValueActionExecuter.NAME, null); action.setParameterValue(SetPropertyValueActionExecuter.PARAM_PROPERTY, ContentModel.PROP_NAME);