From 676a4326cd95dd4fe4e7256db70b017f857aab2d Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Fri, 16 Jun 2023 17:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/resources/xml-script-file/flow.el.xml | 4 ++-- .../src/test/resources/xml-script-file/flow_update.el.xml | 6 +++--- .../src/test/resources/common/flow.xml | 4 +++- .../src/test/resources/common/s2.py | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/s2.py diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow.el.xml b/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow.el.xml index 0e5b98314..d4870c471 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow.el.xml +++ b/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow.el.xml @@ -1,8 +1,8 @@ - - + + diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow_update.el.xml b/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow_update.el.xml index 6942f0ec1..0e658906e 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow_update.el.xml +++ b/liteflow-testcase-el/liteflow-testcase-el-script-groovy-springboot/src/test/resources/xml-script-file/flow_update.el.xml @@ -1,9 +1,9 @@ - - - + + + diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml index befb0f2b7..43e774df2 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml +++ b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml @@ -22,9 +22,11 @@ defaultContext.setData("s1",a*b) ]]> + + - THEN(a, b, c, s1); + THEN(a, b, c, s1, s2); \ No newline at end of file diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/s2.py b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/s2.py new file mode 100644 index 000000000..b609dee38 --- /dev/null +++ b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/s2.py @@ -0,0 +1 @@ +print 'hello' \ No newline at end of file