New test for RM-4367

This commit is contained in:
Rodica Sutu
2016-11-16 17:14:39 +02:00
parent 13880ba2bf
commit 737d1d15a0
3 changed files with 69 additions and 2 deletions

View File

@@ -27,8 +27,11 @@ public enum FilePlanComponentType
HOLD_TYPE("rma:hold"),
UNFILED_RECORD_FOLDER_TYPE("rma:unfiledRecordFolder"),
HOLD_CONTAINER_TYPE("rma:holdContainer"),
TRANSFER_TYPE("rma:transfer"),
TRANSFER_CONTAINER_TYPE("rma:transferContainer"),
UNFILED_CONTAINER_TYPE("rma:unfiledRecordContainer");
UNFILED_CONTAINER_TYPE("rma:unfiledRecordContainer"),
FOLDER_TYPE("cm:folder"),
CONTENT_TYPE("cm:content");
private String type;