]> err.no Git - libchamplain/commitdiff
Update the OSM license
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sat, 17 Oct 2009 16:40:09 +0000 (18:40 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sat, 17 Oct 2009 18:14:22 +0000 (14:14 -0400)
bindings/perl/Champlain/t/ChamplainMapSource.t

index fbaacd8de295c2e37db9f8bb9828c9b385306d25..b43db13be46ff1adb42247f1a0ce384faab5791c 100644 (file)
@@ -7,7 +7,8 @@ use Clutter::TestHelper tests => 165;
 
 use Champlain qw(:coords :maps);
 
-my $OSM_LICENSE = "(CC) BY 2.0 OpenStreetMap contributors";
+my $OSM_LICENSE = "CC-BY-SA 2.0 OpenStreetMap contributors";
+my $OSM_URL_LICENSE = 'http://creativecommons.org/licenses/by-sa/2.0/';
 
 exit tests();
 
@@ -34,7 +35,7 @@ sub test_osm_mapnik {
        is($map->get_max_zoom_level, 18, "$label max zoom");
        is($map->get_tile_size, 256, "$label tile size");
        is($map->get_license, $OSM_LICENSE, "$label license");
-       is($map->get_license_uri, 'http://creativecommons.org/licenses/by/2.0/' , "$label license_uri");
+       is($map->get_license_uri, $OSM_URL_LICENSE , "$label license_uri");
        
        # Generic map operations
        generic_map_operations($label, $map);
@@ -54,7 +55,7 @@ sub test_osm_cyclemap {
        is($map->get_max_zoom_level, 18, "$label max zoom");
        is($map->get_tile_size, 256, "$label tile size");
        is($map->get_license, $OSM_LICENSE, "$label license");
-       is($map->get_license_uri, 'http://creativecommons.org/licenses/by/2.0/' , "$label license_uri");
+       is($map->get_license_uri, $OSM_URL_LICENSE , "$label license_uri");
        
        # Generic map operations
        generic_map_operations($label, $map);
@@ -74,7 +75,7 @@ sub test_osm_osmarender {
        is($map->get_max_zoom_level, 18, "$label max zoom");
        is($map->get_tile_size, 256, "$label tile size");
        is($map->get_license, $OSM_LICENSE, "$label license");
-       is($map->get_license_uri, 'http://creativecommons.org/licenses/by/2.0/' , "$label license_uri");
+       is($map->get_license_uri, $OSM_URL_LICENSE , "$label license_uri");
        
        # Generic map operations
        generic_map_operations($label, $map);