From a9053abd282a2c574bb03833db29b39ed5cac14b Mon Sep 17 00:00:00 2001 From: fbriere Date: Fri, 17 Feb 2006 03:26:33 +0000 Subject: Have to_xml() already encode its output, and switch to numeric entities --- t/20emit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/20emit.t') diff --git a/t/20emit.t b/t/20emit.t index 8ce5c8a..e51f5e7 100755 --- a/t/20emit.t +++ b/t/20emit.t @@ -82,7 +82,7 @@ foreach (TRANSACTIONS) { }; is_deeply( - xml_in(Encode::encode('utf8', $txn->to_xml)), + xml_in($txn->to_xml), xml_in($data) ); } -- cgit v1.2.1