Test run started : 08/10/2008 12:07:24 ---------------------------------------------------------------- TestAddress TEST START : TestAddress ITEM Assertion OK : test1: res = (aboo = '') ITEM Assertion OK : test 2: res = (aboo = 'fiddlesticks') ITEM Assertion OK : test 3: res = ('' = aboo) ITEM Assertion OK : test 4: res = ('fiddlesticks' = aboo ) ITEM Assertion OK : test 5: res = (testString = '') ITEM Assertion OK : test 6: res = (testString = 'fiddlesticks') ITEM Assertion OK : test 7: res = ('' = testString) ITEM Assertion OK : test 8: res = ('fiddlesticks' = testString ) ITEM Assertion OK : test 9: res = ( aboo < " ) ITEM Assertion OK : test 10: res = ( testString < " ) ITEM Assertion OK : test 11: res = ( aboo > " ) ITEM Assertion OK : test 12: res = ( testString > " ) ITEM Assertion OK : test 13: res = ( aboo <> '' ) ITEM Assertion OK : test 14: res = ( testString <> '' ) ITEM Assertion OK : test 15: res = (aboo = something/14) ITEM Assertion OK : test 16: res = something + 'string' ITEM Assertion OK : test 17: res = something & 'string' ITEM Assertion OK : test 18: res = something MOD 10 ) ITEM Assertion OK : test 19: res = something AND 1 ) ITEM Assertion OK : test 20: res = something AND 0 ) ITEM Assertion OK : test 21: res = something OR 12) ITEM Assertion OK : test 22: res = something OR 0 ) ITEM Assertion OK : test 23: res = something XOR 0 ) ITEM Assertion OK : test 24: res = something XOR 1 ) ITEM Assertion OK : test 25: res = something EQV 0 ) ITEM Assertion OK : test 26: res = something EQV 1 ) ITEM Assertion OK : test 27: res = something IMP 0 ) ITEM Assertion OK : test 28: res = something IMP 1 ) ITEM Assertion OK : test 29: res = something IMP 14 ) ITEM Assertion OK : test 30: res = NOT something ) ITEM Assertion OK : test 31: res = something + 12 ) ITEM Assertion OK : test 32: res = something - 12 ) ITEM Assertion OK : test 33: res = -something ) ITEM Assertion OK : test 34: res = something * 12 ) Test Results ============ Tests passed: 34 Tests failed: 0 END 'TestAddress TEST OK : TestAddress Test run finished : 08/10/2008 12:07:26