From 853b87c2cec4cafd06c44167aab02bf93613e0e3 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Mon, 13 Jul 2020 15:41:52 +0800 Subject: [PATCH] new features for 1.1 --- test/{code => unit}/test.go | 0 test/{code => unit}/test.yaml | 0 test/{script => ztf}/_debug.php | 0 test/{script => ztf}/_utils.php | 2 +- test/{script => ztf}/ddl_to_yaml.exp | 0 test/{script => ztf}/ddl_to_yaml.php | 0 test/{script => ztf}/excel_src.exp | 0 test/{script => ztf}/excel_src.php | 0 test/{script => ztf}/field_basic.exp | 0 test/{script => ztf}/field_basic.php | 0 test/{script => ztf}/field_format.exp | 0 test/{script => ztf}/field_format.php | 0 test/{script => ztf}/field_inherit.exp | 0 test/{script => ztf}/field_inherit.php | 0 test/{script => ztf}/field_nested.exp | 0 test/{script => ztf}/field_nested.php | 0 test/{script => ztf}/field_random.exp | 0 test/{script => ztf}/field_random.php | 0 test/{script => ztf}/field_refer.exp | 0 test/{script => ztf}/field_refer.php | 0 test/{script => ztf}/field_repeat.exp | 0 test/{script => ztf}/field_repeat.php | 0 test/{script => ztf}/output_style.exp | 0 test/{script => ztf}/output_style.php | 0 24 files changed, 1 insertion(+), 1 deletion(-) rename test/{code => unit}/test.go (100%) rename test/{code => unit}/test.yaml (100%) rename test/{script => ztf}/_debug.php (100%) rename test/{script => ztf}/_utils.php (90%) rename test/{script => ztf}/ddl_to_yaml.exp (100%) rename test/{script => ztf}/ddl_to_yaml.php (100%) rename test/{script => ztf}/excel_src.exp (100%) rename test/{script => ztf}/excel_src.php (100%) rename test/{script => ztf}/field_basic.exp (100%) rename test/{script => ztf}/field_basic.php (100%) rename test/{script => ztf}/field_format.exp (100%) rename test/{script => ztf}/field_format.php (100%) rename test/{script => ztf}/field_inherit.exp (100%) rename test/{script => ztf}/field_inherit.php (100%) rename test/{script => ztf}/field_nested.exp (100%) rename test/{script => ztf}/field_nested.php (100%) rename test/{script => ztf}/field_random.exp (100%) rename test/{script => ztf}/field_random.php (100%) rename test/{script => ztf}/field_refer.exp (100%) rename test/{script => ztf}/field_refer.php (100%) rename test/{script => ztf}/field_repeat.exp (100%) rename test/{script => ztf}/field_repeat.php (100%) rename test/{script => ztf}/output_style.exp (100%) rename test/{script => ztf}/output_style.php (100%) diff --git a/test/code/test.go b/test/unit/test.go similarity index 100% rename from test/code/test.go rename to test/unit/test.go diff --git a/test/code/test.yaml b/test/unit/test.yaml similarity index 100% rename from test/code/test.yaml rename to test/unit/test.yaml diff --git a/test/script/_debug.php b/test/ztf/_debug.php similarity index 100% rename from test/script/_debug.php rename to test/ztf/_debug.php diff --git a/test/script/_utils.php b/test/ztf/_utils.php similarity index 90% rename from test/script/_utils.php rename to test/ztf/_utils.php index 40b40a6e..32f3725b 100644 --- a/test/script/_utils.php +++ b/test/ztf/_utils.php @@ -18,7 +18,7 @@ function getZDCmd() } if ($ret == '') { - die('Please test on 64/32 bits windows, or 64 bits linux, mac system.\n'); + die('Please test on 64/32 bits windows, 64 bits linux or mac system.\n'); } else { print("$ret \n"); } diff --git a/test/script/ddl_to_yaml.exp b/test/ztf/ddl_to_yaml.exp similarity index 100% rename from test/script/ddl_to_yaml.exp rename to test/ztf/ddl_to_yaml.exp diff --git a/test/script/ddl_to_yaml.php b/test/ztf/ddl_to_yaml.php similarity index 100% rename from test/script/ddl_to_yaml.php rename to test/ztf/ddl_to_yaml.php diff --git a/test/script/excel_src.exp b/test/ztf/excel_src.exp similarity index 100% rename from test/script/excel_src.exp rename to test/ztf/excel_src.exp diff --git a/test/script/excel_src.php b/test/ztf/excel_src.php similarity index 100% rename from test/script/excel_src.php rename to test/ztf/excel_src.php diff --git a/test/script/field_basic.exp b/test/ztf/field_basic.exp similarity index 100% rename from test/script/field_basic.exp rename to test/ztf/field_basic.exp diff --git a/test/script/field_basic.php b/test/ztf/field_basic.php similarity index 100% rename from test/script/field_basic.php rename to test/ztf/field_basic.php diff --git a/test/script/field_format.exp b/test/ztf/field_format.exp similarity index 100% rename from test/script/field_format.exp rename to test/ztf/field_format.exp diff --git a/test/script/field_format.php b/test/ztf/field_format.php similarity index 100% rename from test/script/field_format.php rename to test/ztf/field_format.php diff --git a/test/script/field_inherit.exp b/test/ztf/field_inherit.exp similarity index 100% rename from test/script/field_inherit.exp rename to test/ztf/field_inherit.exp diff --git a/test/script/field_inherit.php b/test/ztf/field_inherit.php similarity index 100% rename from test/script/field_inherit.php rename to test/ztf/field_inherit.php diff --git a/test/script/field_nested.exp b/test/ztf/field_nested.exp similarity index 100% rename from test/script/field_nested.exp rename to test/ztf/field_nested.exp diff --git a/test/script/field_nested.php b/test/ztf/field_nested.php similarity index 100% rename from test/script/field_nested.php rename to test/ztf/field_nested.php diff --git a/test/script/field_random.exp b/test/ztf/field_random.exp similarity index 100% rename from test/script/field_random.exp rename to test/ztf/field_random.exp diff --git a/test/script/field_random.php b/test/ztf/field_random.php similarity index 100% rename from test/script/field_random.php rename to test/ztf/field_random.php diff --git a/test/script/field_refer.exp b/test/ztf/field_refer.exp similarity index 100% rename from test/script/field_refer.exp rename to test/ztf/field_refer.exp diff --git a/test/script/field_refer.php b/test/ztf/field_refer.php similarity index 100% rename from test/script/field_refer.php rename to test/ztf/field_refer.php diff --git a/test/script/field_repeat.exp b/test/ztf/field_repeat.exp similarity index 100% rename from test/script/field_repeat.exp rename to test/ztf/field_repeat.exp diff --git a/test/script/field_repeat.php b/test/ztf/field_repeat.php similarity index 100% rename from test/script/field_repeat.php rename to test/ztf/field_repeat.php diff --git a/test/script/output_style.exp b/test/ztf/output_style.exp similarity index 100% rename from test/script/output_style.exp rename to test/ztf/output_style.exp diff --git a/test/script/output_style.php b/test/ztf/output_style.php similarity index 100% rename from test/script/output_style.php rename to test/ztf/output_style.php -- GitLab