@@ -51,12 +51,12 @@ s[2] = [[s[0] copy] autorelease]; TEST(@"-[isEqual:]", [s[0] isEqual: s[2]] && ![s[0] isEqual: [[[OFObject alloc] init] autorelease]]) - TEST(@"-[compare:]", [s[0] compare: s[2]] == 0 && - [s[0] compare: @""] != 0) + TEST(@"-[compare:]", [s[0] compare: s[2]] == OF_ORDERED_SAME && + [s[0] compare: @""] != OF_ORDERED_SAME) TEST(@"-[hash] is the same if -[isEqual:] is YES", [s[0] hash] == [s[2] hash]) TEST(@"-[appendString:] and -[appendCString:]",