From: Emmanuel Rodriguez Date: Sat, 13 Jun 2009 14:59:33 +0000 (+0200) Subject: Champlain::MapSourceFactory->get_list is now Champlain::MapSourceFactory->dup_list X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58d461a46a2ae1608a6ec49cddedf07d605afc3;p=libchamplain Champlain::MapSourceFactory->get_list is now Champlain::MapSourceFactory->dup_list --- 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