maat_test中启用流式扫描测试用例。

This commit is contained in:
zhengchao
2016-09-10 16:28:02 +08:00
parent 0d10172367
commit fac45a6882
2 changed files with 5 additions and 2 deletions

View File

@@ -513,6 +513,9 @@ int main(int argc,char* argv[])
test_unescape_string_scan(feather,"KEYWORDS_TABLE",&mid); test_unescape_string_scan(feather,"KEYWORDS_TABLE",&mid);
Maat_clean_status(&mid); Maat_clean_status(&mid);
test_str_stream_scan(feather,"HTTP_URL", &mid);
Maat_clean_status(&mid);
test_table_conjunction(feather, "HTTP_URL", "HTTP_HOST", &mid); test_table_conjunction(feather, "HTTP_URL", "HTTP_HOST", &mid);
Maat_clean_status(&mid); Maat_clean_status(&mid);

View File

@@ -8,8 +8,8 @@
#id name type src_charset dst_charset do_merge #id name type src_charset dst_charset do_merge
0 COMPILE compile GBK GBK no 0 0 COMPILE compile GBK GBK no 0
1 GROUP group GBK GBK no 0 1 GROUP group GBK GBK no 0
2 HTTP_URL expr UTF8 GBK/BIG5/UNICODE/UTF8/url_encode_gb2312/url_encode_utf8 yes 128 quickon 2 HTTP_URL expr UTF8 GBK/BIG5/UNICODE/UTF8/url_encode_gb2312/url_encode_utf8 yes 128 quickoff
2 HTTP_HOST expr UTF8 GBK/BIG5/UNICODE/UTF8/url_encode_gb2312/url_encode_utf8 yes 128 quickon 2 HTTP_HOST expr UTF8 GBK/BIG5/UNICODE/UTF8/url_encode_gb2312/url_encode_utf8 yes 128 quickoff
3 KEYWORDS_TABLE expr UTF8 GBK/BIG5/UNICODE/UTF8/unicode_ascii_esc/unicode_ascii_aligned/unicode_ncr_dec/unicode_ncr_hex yes 0 3 KEYWORDS_TABLE expr UTF8 GBK/BIG5/UNICODE/UTF8/unicode_ascii_esc/unicode_ascii_aligned/unicode_ncr_dec/unicode_ncr_hex yes 0
4 IP_CONFIG ip GBK GBK no 0 4 IP_CONFIG ip GBK GBK no 0
5 CONTENT_SIZE intval GBK GBK no 0 5 CONTENT_SIZE intval GBK GBK no 0