fix case
This commit is contained in:
parent
9101b2aeba
commit
4bec9b1cdc
|
@ -163,6 +163,9 @@ class TDTestCase:
|
||||||
cfg_list.append(current_case1)
|
cfg_list.append(current_case1)
|
||||||
cfg_list.append(current_case3)
|
cfg_list.append(current_case3)
|
||||||
|
|
||||||
|
# case2 must in last of least, because use this cfg as data uniformity test
|
||||||
|
cfg_list.append(current_case2)
|
||||||
|
|
||||||
return cfg_list
|
return cfg_list
|
||||||
|
|
||||||
def cfg_check(self):
|
def cfg_check(self):
|
||||||
|
|
Loading…
Reference in New Issue