diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-14 16:11:00 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-14 16:11:00 +0200 |
commit | fbe35388ec1841b8a75fb054d2fc809b901c11aa (patch) | |
tree | df161597529660407dc097a184284de3d05eff35 /src/test/resources/example/dao/bpmn-prop.json | |
parent | 729ad06baa65151578399f13173cc5de35e1be8c (diff) |
Add new tests for DAO
New test to validate some methods of the DAO and attempt to disable
Camunda in IT when it was not required to have it
Change-Id: I231230a7a4818f4bfd7887319a321625f66ffcae
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/example/dao/bpmn-prop.json')
-rw-r--r-- | src/test/resources/example/dao/bpmn-prop.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/test/resources/example/dao/bpmn-prop.json b/src/test/resources/example/dao/bpmn-prop.json new file mode 100644 index 000000000..f2bfc7de0 --- /dev/null +++ b/src/test/resources/example/dao/bpmn-prop.json @@ -0,0 +1,54 @@ +{ + "Holmes_1m8n1s9": [ + { + "name": "correlationalLogic", + "value": "uktukk" + } + ], + "Policy_19c1hms": { + "policy1": [ + { + "name": "pname", + "value": "policy1" + }, + { + "name": "pid", + "value": "0" + }, + { + "name": "timeout", + "value": "345" + }, + { + "policyConfigurations": [ + [ + { + "name": "maxRetries", + "value": [ + "3" + ] + }, + { + "name": "retryTimeLimit", + "value": [ + "180" + ] + }, + { + "name": "_id", + "value": [ + "JmAZRQx" + ] + }, + { + "name": "parentPolicy", + "value": [ + "" + ] + } + ] + ] + } + ] + } +}
\ No newline at end of file |