Lines Matching refs:result
56 result = ''
61 result = result + 'ERROR: Entry ' + refKey + ' does not exists'
62 result = result + ' in the reference table.\n'
67 result = result + 'ERROR: Entry ' + refKey + ' does not exists'
68 result = result + ' in the new table.\n'
70 result = result + refKey + '=> expected: ' + refTable[refKey]
71 result = result + ' , result: ' + newTable[refKey] + '\n'
77 result = result + 'ERROR: Value for ' + refKey
78 result = result + ' should be greater.\n'
81 result = result + 'ERROR: Value for ' + refKey
82 result = result + ' should be the same.\n'
84 return result