更新测试用例。

This commit is contained in:
zhengchao
2017-10-14 12:48:14 +08:00
parent 7605450f0f
commit 4badb10949
2 changed files with 13 additions and 5 deletions

View File

@@ -474,7 +474,7 @@ int test_offset_str_scan_with_chunk(Maat_feather_t feather,const char* table_nam
struct Maat_rule_t result[4];
scan_status_t mid=NULL;
//const char* fn="./testdata/mesa_logo.jpg";
const char* fn="./testdata/100719.jpg";
const char* fn="./testdata/mesa_logo.jpg";
FILE*fp=fopen(fn,"r");
if(fp==NULL)
{