From: Emmanuel Rodriguez Date: Tue, 19 May 2009 09:26:17 +0000 (+0200) Subject: Fixed the expected license for OpenAerialMap X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb0494f5447991830b4b2ce39441a957af61c44;p=libchamplain Fixed the expected license for OpenAerialMap --- diff --git a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t index 4fa11b4..0d97e67 100644 --- a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t +++ b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t @@ -35,7 +35,7 @@ sub test_get_set { isa_ok($oam, 'Champlain::MapSourceDesc'); is($oam->{id}, Champlain::MapSourceFactory->OAM); is($oam->{name}, 'OpenAerialMap'); - is($oam->{license}, "(CC) BY 3.0 OpenAerialMap contributor"); + is($oam->{license}, "(CC) BY 3.0 OpenAerialMap contributors"); is($oam->{license_uri}, 'http://creativecommons.org/licenses/by/3.0/'); is($oam->{min_zoom_level}, 0); is($oam->{max_zoom_level}, 17);