From 1af9ada48f844f08a4200f05a56715573a97d6e2 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 25 Mar 2015 10:04:49 +0000 Subject: make tests compatible with newer Tree::DAG_Node --- t/05-mixed.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't/05-mixed.t') diff --git a/t/05-mixed.t b/t/05-mixed.t index e7e66b1..85bcf37 100644 --- a/t/05-mixed.t +++ b/t/05-mixed.t @@ -50,6 +50,6 @@ my $dagtree=dtree { }; }; -is_deeply($dagtree->tree_to_lol(), - [['coso1'],['coso2'],'root'], - 'DAG_Node tree'); +cmp_deeply($dagtree->tree_to_lol(), + [[re(qr{coso1})],[re(qr{coso2})],re(qr{root})], + 'DAG_Node tree'); -- cgit v1.2.3