@@ -249,14 +249,14 @@ TEST(@"Detection of mutation during Fast Enumeration", ok) [mutableDict removeObjectForKey: @""]; - TEST(@"-[stringByURLEncoding]", + TEST(@"-[URIQueryString]", [[[OFDictionary dictionaryWithKeysAndObjects: @"foo", @"bar", @"q&x", @"q=x", nil] - stringByURLEncoding] isEqual: @"q%26x=q%3Dx&foo=bar"]) + URIQueryString] isEqual: @"q%26x=q%3Dx&foo=bar"]) #ifdef OF_HAVE_BLOCKS { __block size_t j = 0; __block bool blockOk = true;