Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

98969: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      98862: Merged NESS/5.0.N-2015_03_04 (5.0.2) to 5.0.N (5.0.2)
         98854: MNT-13556 : Integrity check allows null values for mandatory properties
            - fixed failing tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@98985 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-03-07 08:08:16 +00:00
parent 19ba57da33
commit 2443a9b771

View File

@@ -963,7 +963,7 @@ public class MultiTDemoTest extends TestCase
// find person // find person
final NodeRef personNodeRef = personService.getPerson(userName); final NodeRef personNodeRef = personService.getPerson(userName);
// clear user usage // clear user usage
nodeService.setProperty(personNodeRef, ContentModel.PROP_SIZE_CURRENT, null); nodeService.setProperty(personNodeRef, ContentModel.PROP_SIZE_CURRENT, "");
transactionService.getRetryingTransactionHelper().doInTransaction(new RetryingTransactionCallback<Void>() transactionService.getRetryingTransactionHelper().doInTransaction(new RetryingTransactionCallback<Void>()
{ {
@Override @Override