@@ -77,10 +77,10 @@ memset(cstr, 'X', of_pagesize - 3); cstr[of_pagesize - 3] = '\0'; TEST(@"-[readLine]", [[t readLine] isEqual: @"foo"] && [(str = [t readLine]) length] == of_pagesize - 3 && - !strcmp([str cString], cstr)) + !strcmp([str UTF8String], cstr)) [pool drain]; } @end