@@ -63,12 +63,12 @@ TEST(@"+[CDATAWithString:]", (nodes[3] = [OFXMLCDATA CDATAWithString: @""]) && [[nodes[3] XMLString] isEqual: @"]]>"]); - TEST(@"+[commentWithString:]", - (nodes[3] = [OFXMLComment commentWithString: @" comment "]) && + TEST(@"+[commentWithText:]", + (nodes[3] = [OFXMLComment commentWithText: @" comment "]) && [[nodes[3] XMLString] isEqual: @""]) module = @"OFXMLElement"; TEST(@"-[addAttributeWithName:stringValue:]",