Index: tests/OFKernelEventObserverTests.m ================================================================== --- tests/OFKernelEventObserverTests.m +++ tests/OFKernelEventObserverTests.m @@ -145,26 +145,24 @@ _accepted = [[object accept] retain]; [_observer addObjectForReading: _accepted]; [_testsAppDelegate - outputTesting: @"-[observe] with data to read available" + outputTesting: @"-[observe] with data ready to read" inModule: module]; break; case 1: if (object == _accepted && [object readIntoBuffer: &buf length: 1] == 1 && buf == '0') [_testsAppDelegate - outputSuccess: @"-[observe] with data to read " - @"available" + outputSuccess: @"-[observe] with data ready to read" inModule: module]; else [_testsAppDelegate - outputFailure: @"-[observe] with data to read " - @"available" + outputFailure: @"-[observe] with data ready to read" inModule: module]; [_client close]; [_testsAppDelegate