fix case
This commit is contained in:
parent
f755df6176
commit
cbd55c47a5
|
@ -102,8 +102,10 @@ class TDTestCase:
|
||||||
if len(tblist) == 2:
|
if len(tblist) == 2:
|
||||||
if "ct1" in tblist or "t1" in tblist:
|
if "ct1" in tblist or "t1" in tblist:
|
||||||
self.__join_current(sql, checkrows)
|
self.__join_current(sql, checkrows)
|
||||||
|
elif where_condition:
|
||||||
|
self.__join_current(sql, checkrows + 5 )
|
||||||
else:
|
else:
|
||||||
self.__join_current(sql, checkrows + 2 ) if where_condition else self.__join_current(sql, checkrows + 5 )
|
self.__join_current(sql, checkrows + 2 )
|
||||||
if len(tblist) > 2 or len(tblist) < 1:
|
if len(tblist) > 2 or len(tblist) < 1:
|
||||||
tdSql.error(sql=sql)
|
tdSql.error(sql=sql)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue