Lines Matching refs:mismatched
842 mismatched = []847 mismatched.append('%s, expected: %s, actual: %s' %851 if not (missing or mismatched):858 if mismatched:861 standardMsg += 'Mismatched values: %s' % ','.join(mismatched)