@@ -29,12 +29,12 @@ @implementation TestsAppDelegate (SHA384HashTests) - (void)SHA384HashTests { void *pool = objc_autoreleasePoolPush(); OFSHA384Hash *SHA384, *SHA384Copy; - OFURI *URI = [OFURI URIWithString: @"embedded:testfile.bin"]; - OFStream *file = [OFURIHandler openItemAtURI: URI mode: @"r"]; + OFIRI *IRI = [OFIRI IRIWithString: @"embedded:testfile.bin"]; + OFStream *file = [OFIRIHandler openItemAtIRI: IRI mode: @"r"]; TEST(@"+[hashWithAllowsSwappableMemory:]", (SHA384 = [OFSHA384Hash hashWithAllowsSwappableMemory: true])) while (!file.atEndOfStream) {