diff options
author | xg353y <xg353y@intl.att.com> | 2017-09-27 13:21:21 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-09-27 17:41:27 +0200 |
commit | bc25b72025a7b92c2b1bb7a3f0cfcd9ddedba001 (patch) | |
tree | 08a54b4fdb46718ccb79c95af289f119b6389888 /src/test/resources/example/xsl-validation/modelBpmnForVerif.json | |
parent | 608120c4b86ebf23713e14609d12883c0540e661 (diff) |
Code Improvement
Change-Id: I703aabf234cb656b1faea3b5c0776d034d8ec807
Signed-off-by: xg353y <xg353y@intl.att.com>
Issue-ID: CLAMP-54
Diffstat (limited to 'src/test/resources/example/xsl-validation/modelBpmnForVerif.json')
-rw-r--r-- | src/test/resources/example/xsl-validation/modelBpmnForVerif.json | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/test/resources/example/xsl-validation/modelBpmnForVerif.json b/src/test/resources/example/xsl-validation/modelBpmnForVerif.json index 40afe179..567a69db 100644 --- a/src/test/resources/example/xsl-validation/modelBpmnForVerif.json +++ b/src/test/resources/example/xsl-validation/modelBpmnForVerif.json @@ -1,16 +1,4 @@ { - "collector": [ - { - "id": "Collector_", - "from": "StartEvent_1" - } - ], - "stringMatch": [ - { - "id": "StringMatch_0tw2y4f", - "from": "Collector_" - } - ], "policy": [ { "id": "Policy_", @@ -32,7 +20,7 @@ "holmes": [ { "id": "Holmes_1fzdqp9", - "from": "StringMatch_0tw2y4f" + "from": "StartEvent_1" } ] } |