check possible cause and advise column empty
This commit is contained in:
parent
dd3601bb8e
commit
55882f85b6
|
@ -61,7 +61,7 @@ ignoreCodes = [
|
||||||
'0x80003107', '0x80003108', '0x80003109', '0x80003110', '0x80003111', '0x80003112', '0x80003250', '0x80004003', '0x80004004', '0x80004005',
|
'0x80003107', '0x80003108', '0x80003109', '0x80003110', '0x80003111', '0x80003112', '0x80003250', '0x80004003', '0x80004004', '0x80004005',
|
||||||
'0x80004006', '0x80004007', '0x80004008', '0x80004009', '0x80004010', '0x80004011', '0x80004012', '0x80004013', '0x80004014', '0x80004015',
|
'0x80004006', '0x80004007', '0x80004008', '0x80004009', '0x80004010', '0x80004011', '0x80004012', '0x80004013', '0x80004014', '0x80004015',
|
||||||
'0x80004016', '0x80004102', '0x80004103', '0x80004104', '0x80004105', '0x80004106', '0x80004107', '0x80004108', '0x80004109', '0x80005100',
|
'0x80004016', '0x80004102', '0x80004103', '0x80004104', '0x80004105', '0x80004106', '0x80004107', '0x80004108', '0x80004109', '0x80005100',
|
||||||
'0x80005101', '0x80006000', '0x80006100', '0x80006101', '0x80006102']
|
'0x80005101', '0x80006000', '0x80006100', '0x80006101', '0x80006102', '0x80000019', '0x80002639', '0x80002666']
|
||||||
|
|
||||||
|
|
||||||
class TDTestCase(TBase):
|
class TDTestCase(TBase):
|
||||||
|
@ -160,7 +160,7 @@ class TDTestCase(TBase):
|
||||||
return codes
|
return codes
|
||||||
|
|
||||||
# check
|
# check
|
||||||
def checkConsistency(self, docCodes, codes, checkCol2=False, checkCol3=False):
|
def checkConsistency(self, docCodes, codes, checkCol2=True, checkCol3=True):
|
||||||
failed = 0
|
failed = 0
|
||||||
ignored = 0
|
ignored = 0
|
||||||
# len
|
# len
|
||||||
|
|
Loading…
Reference in New Issue