@@ -31,10 +31,12 @@ @"null//bar\n,\"foo\",false]}"; @implementation OFJSONTests - (void)setUp { + [super setUp]; + _hashSeed = OFHashSeed; OFHashSeed = 0; _dictionary = [[OFDictionary alloc] initWithKeysAndObjects: @"foo", @"b\na\r", @@ -49,10 +51,12 @@ } - (void)tearDown { OFHashSeed = _hashSeed; + + [super tearDown]; } - (void)dealloc { [_dictionary release];