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