Updated javadoc

This commit is contained in:
cagache
2019-05-21 12:10:45 +03:00
parent fd00d6c705
commit c47cd6f44e

View File

@@ -554,8 +554,8 @@ public class RecordServiceImplUnitTest extends BaseUnitTest
/** /**
* Given a file that is not yet a record * Given a file that is not yet a record
* When I create the record specifying a location * When I create the record specifying a location where I don't have permissions
* Then the record is created in the specified record folder * Then an exception is thrown
*/ */
@Test (expected = AccessDeniedException.class) @Test (expected = AccessDeniedException.class)
public void createRecordIntoSpecifiedRecordFolderWithoutFilePermission() public void createRecordIntoSpecifiedRecordFolderWithoutFilePermission()