--- messaging/manakai/t/DOM-Document.t 2007/07/07 09:11:05 1.5 +++ messaging/manakai/t/DOM-Document.t 2007/07/08 05:42:37 1.6 @@ -275,7 +275,7 @@ my $doc2 = $doc->implementation->create_document; my $doctype = $doc2->implementation->create_document_type ('dt'); my $el = $doc2->create_element_ns (undef, 'e'); - my $comment = $doc->create_comment (''); + my $comment = $doc2->create_comment (''); $doc2->append_child ($comment); $doc2->append_child ($doctype); $doc2->append_child ($el); @@ -381,4 +381,4 @@ =cut -## $Date: 2007/07/07 09:11:05 $ +## $Date: 2007/07/08 05:42:37 $