From 3e335ea77b4f33c7ec7bd9d4d7219523bec54d80 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 27 Jan 2013 20:48:56 +0000 Subject: more rebust tests, work with hash randomisation --- t/05-mixed.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/05-mixed.t') diff --git a/t/05-mixed.t b/t/05-mixed.t index 1546c89..e7e66b1 100644 --- a/t/05-mixed.t +++ b/t/05-mixed.t @@ -31,8 +31,8 @@ my $xmltree= xtree { }; }; -is($xmltree->serialize(0), - qq{\n\n}, +is($xmltree->toStringC14N(0), + qq{}, 'XML document' ); -- cgit v1.2.3