[libchamplain] Champlain::MapSourceFactory->get_list is now Champlain::MapSourceFactory->dup_list
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] Champlain::MapSourceFactory->get_list is now Champlain::MapSourceFactory->dup_list
- Date: Sun, 14 Jun 2009 11:12:24 -0400 (EDT)
commit b58d461a46a2ae1608a6ec49cddedf07d605afc3
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Sat Jun 13 16:59:33 2009 +0200
Champlain::MapSourceFactory->get_list is now Champlain::MapSourceFactory->dup_list
bindings/perl/Champlain/t/ChamplainMapSourceDesc.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]