fix case
This commit is contained in:
parent
b6b3247d41
commit
43fd14759b
|
@ -104,6 +104,8 @@ class TDTestCase:
|
||||||
self.__join_current(sql, checkrows)
|
self.__join_current(sql, checkrows)
|
||||||
elif where_condition or "not null" in group_condition:
|
elif where_condition or "not null" in group_condition:
|
||||||
self.__join_current(sql, checkrows + 2 )
|
self.__join_current(sql, checkrows + 2 )
|
||||||
|
elif group_condition:
|
||||||
|
self.__join_current(sql, checkrows + 3 )
|
||||||
else:
|
else:
|
||||||
self.__join_current(sql, checkrows + 5 )
|
self.__join_current(sql, checkrows + 5 )
|
||||||
if len(tblist) > 2 or len(tblist) < 1:
|
if len(tblist) > 2 or len(tblist) < 1:
|
||||||
|
|
Loading…
Reference in New Issue