From c47cd6f44e604a942241d694e49372e868c9b32c Mon Sep 17 00:00:00 2001 From: cagache Date: Tue, 21 May 2019 12:10:45 +0300 Subject: [PATCH] Updated javadoc --- .../record/RecordServiceImplUnitTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/record/RecordServiceImplUnitTest.java b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/record/RecordServiceImplUnitTest.java index d1314d94b2..f03581f209 100644 --- a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/record/RecordServiceImplUnitTest.java +++ b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/record/RecordServiceImplUnitTest.java @@ -554,8 +554,8 @@ public class RecordServiceImplUnitTest extends BaseUnitTest /** * Given a file that is not yet a record - * When I create the record specifying a location - * Then the record is created in the specified record folder + * When I create the record specifying a location where I don't have permissions + * Then an exception is thrown */ @Test (expected = AccessDeniedException.class) public void createRecordIntoSpecifiedRecordFolderWithoutFilePermission()