]> err.no Git - libchamplain/commitdiff
Champlain::MapSourceFactory->get_list is now Champlain::MapSourceFactory->dup_list
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sat, 13 Jun 2009 14:59:33 +0000 (16:59 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 14 Jun 2009 15:11:16 +0000 (11:11 -0400)
bindings/perl/Champlain/t/ChamplainMapSourceDesc.t

index 0d97e67777b0907df7d4e13cc606c59d5e90cd4c..5d19bb21a4ed186e4c1469ea184f8c685fdd5f63 100644 (file)
@@ -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