@@ -321,11 +321,11 @@ } - (void)XMLParserTests { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; - const char *str = "" + const char *str = "\xEF\xBB\xBF" "<<>>>>\r\r" " \n" " \r\n" " \n" " \n" @@ -338,11 +338,11 @@ " \n" " \n" ""; size_t j, len; - TEST(@"+[xmlParser]", (parser = [OFXMLParser parser])) + TEST(@"+[parser]", (parser = [OFXMLParser parser])) TEST(@"-[setDelegate:]", R([parser setDelegate: self])) /* Simulate a stream where we only get chunks */ len = strlen(str);