From b58d461a46a2ae1608a6ec49cddedf07d605afc3 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sat, 13 Jun 2009 16:59:33 +0200 Subject: [PATCH] Champlain::MapSourceFactory->get_list is now Champlain::MapSourceFactory->dup_list --- bindings/perl/Champlain/t/ChamplainMapSourceDesc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t index 0d97e67..5d19bb2 100644 --- a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t +++ b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t @@ -20,7 +20,7 @@ sub test_get_set { isa_ok($factory, 'Champlain::MapSourceFactory'); # Get the maps available - my @maps = $factory->get_list(); + my @maps = $factory->dup_list(); ok(@maps >= 5, "Maps factory has the default maps"); # Find the OAM map and check that the it's properly described -- 2.39.5