From e7ff325e921963dd64f3966625acb48a35d4c872 Mon Sep 17 00:00:00 2001 From: bryan31 Date: Thu, 9 Dec 2021 00:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0tag=E7=9A=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yomahub/liteflow/test/tag/NodeTagSpringbootTest.java | 6 ++++++ .../src/test/resources/tag/flow.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagSpringbootTest.java b/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagSpringbootTest.java index f8ff52429..295186963 100644 --- a/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagSpringbootTest.java +++ b/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagSpringbootTest.java @@ -44,4 +44,10 @@ public class NodeTagSpringbootTest extends BaseTest { Assert.assertTrue(response.isSuccess()); Assert.assertEquals("a==>a==>a==>c==>e", response.getSlot().printStep()); } + + @Test + public void testTag3() throws Exception{ + LiteflowResponse response = flowExecutor.execute2Resp("chain3", "arg"); + Assert.assertTrue(response.isSuccess()); + } } diff --git a/liteflow-testcase-springboot/src/test/resources/tag/flow.xml b/liteflow-testcase-springboot/src/test/resources/tag/flow.xml index b70304424..9ecf26cff 100644 --- a/liteflow-testcase-springboot/src/test/resources/tag/flow.xml +++ b/liteflow-testcase-springboot/src/test/resources/tag/flow.xml @@ -7,4 +7,8 @@ + + + + \ No newline at end of file