@@ -39,11 +39,11 @@ OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; OFSHA1Hash *sha1; OFFile *f = [OFFile fileWithPath: @"testfile.bin" mode: @"rb"]; - TEST(@"+[SHA1Hash]", (sha1 = [OFSHA1Hash SHA1Hash])) + TEST(@"+[hash]", (sha1 = [OFSHA1Hash hash])) while (![f isAtEndOfStream]) { char buf[64]; size_t len = [f readIntoBuffer: buf length: 64];