Lines Matching refs:result
55 result = ''
60 result = result + 'ERROR: Entry ' + refKey + ' does not exists'
61 result = result + ' in the reference table.\n'
66 result = result + 'ERROR: Entry ' + refKey + ' does not exists'
67 result = result + ' in the new table.\n'
69 result = result + refKey + '=> expected: ' + refTable[refKey]
70 result = result + ' , result: ' + newTable[refKey] + '\n'
76 result = result + 'ERROR: Value for ' + refKey
77 result = result + ' should be greater.\n'
80 result = result + 'ERROR: Value for ' + refKey
81 result = result + ' should be the same.\n'
83 return result