diff options
author | YuanHu <yuan.hu1@zte.com.cn> | 2018-01-12 10:34:55 +0800 |
---|---|---|
committer | YuanHu <yuan.hu1@zte.com.cn> | 2018-01-12 10:34:55 +0800 |
commit | d7522e428f4b7f1e8c62d269fc1795093adb8992 (patch) | |
tree | aec846f26996cb10edd859de275bf3dda16b38a9 | |
parent | f093dcdbc4012a64c11a293052afbc74d84c8c5a (diff) |
Fix the failure of Unit Test.
Update the test data file 'template-test.bpmn20.xml' .
Issue-ID: SDC-909
Change-Id: I96db1b7e7dbdf9d79c341cc88c31f8d34d4b83b5
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
-rw-r--r-- | sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml b/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml index 44a6d7b6..589ab715 100644 --- a/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml +++ b/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml @@ -10,6 +10,7 @@ <!-- Perform bpmn elements -->
- </process>
+ <!-- Perform bpmn sequence flow -->
+ </process>
</definitions>
|