RM-2604 Unit tests for loading the caveat configuration JSON.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/caveatmarkdatatype@114111 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tom Page
2015-10-12 10:35:22 +00:00
parent 14d9e3a532
commit cb4823f9eb
8 changed files with 307 additions and 4 deletions

View File

@@ -0,0 +1,44 @@
[
{
"id" : "classification",
"displayLabel" : "rm.caveat.classification.group",
"description" : "rm.caveat.classification.description",
"type" : "HIERARCHICAL",
"marks" :
[
{
"id" : "TS",
"displayLabel" : "rm.caveat.classification.mark.ts"
},
{
"id" : "S",
"displayLabel" : "rm.caveat.classification.mark.s"
},
{
"id" : "C",
"displayLabel" : "rm.caveat.classification.mark.c"
}
]
},
{
"id" : "nationality",
"displayLabel" : "rm.caveat.nationality.group",
"description" : "rm.caveat.nationality.description",
"type" : "CUMULATIVE_AVAILABILITY",
"marks" :
[
{
"id" : "GBR",
"displayLabel" : "rm.caveat.nationality.mark.gbr"
},
{
"id" : "CAN",
"displayLabel" : "rm.caveat.nationality.mark.can"
},
{
"id" : "AUS",
"displayLabel" : "rm.caveat.nationality.mark.aus"
}
]
}
]