summaryrefslogtreecommitdiff
path: root/t/20emit.t
diff options
context:
space:
mode:
authorfbriere <fbriere>2006-02-17 03:26:33 +0000
committerfbriere <fbriere>2006-02-17 03:26:33 +0000
commita9053abd282a2c574bb03833db29b39ed5cac14b (patch)
tree491c86a1e9c0da4d5554a70ef9ce6330acc9e02e /t/20emit.t
parent5974a88df6f696ff765f0467b64c15bb80206caf (diff)
Have to_xml() already encode its output, and switch to numeric entities
Diffstat (limited to 't/20emit.t')
-rwxr-xr-xt/20emit.t2
1 files changed, 1 insertions, 1 deletions
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)
);
}