From df5090b994853330b3a2b9e39844024a91cf8716 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Mon, 27 Dec 2021 19:18:09 +0800 Subject: [PATCH] [TD-11436](insert) add test case for null tag line proto --- tests/system-test/fulltest-insert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/fulltest-insert.sh b/tests/system-test/fulltest-insert.sh index 3f2cc03669..cbc8369e85 100755 --- a/tests/system-test/fulltest-insert.sh +++ b/tests/system-test/fulltest-insert.sh @@ -1,3 +1,3 @@ python3 test.py -f 1-insert/TD-11970.py python3 test.py -f 1-insert/stmt_error.py - +python3 test.py -f 1-insert/Null_tag_Line_insert.py -- GitLab