]> err.no Git - libchamplain/commitdiff
champlain_network_map_source_fill_tile is no longer in the API
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Thu, 4 Jun 2009 19:46:18 +0000 (21:46 +0200)
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Thu, 4 Jun 2009 19:46:18 +0000 (21:46 +0200)
Update the test and the XS file.

bindings/perl/Champlain/t/ChamplainNetworkMapSource.t
bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs

index 16de35eb8dfbec39157ba2d2d14fbcc41306a20c..75453e123c13e1625613f9670cfe7858369edf5b 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Clutter::TestHelper tests => 6;
+use Clutter::TestHelper tests => 4;
 
 use Champlain ':coords';
 
@@ -39,9 +39,4 @@ sub test_all {
                'http://www.it-is-free.org/tiles/3/100-200.png',
                "get_tile_uri()"
        );
-       
-       my $tile = Champlain::Tile->new();
-       is($tile->get_state(), 'init');
-       $map_source->fill_tile($tile);
-       is($tile->get_state(), 'loading');
 }
index 3f8a1a60590b1dca329f3dfd7a143952c34bd53c..cda8470dd394ed0401fa50493151c76351b59cad 100644 (file)
@@ -15,7 +15,3 @@ champlain_network_map_source_get_tile_uri (ChamplainNetworkMapSource *source, gi
 
 void
 champlain_network_map_source_set_uri_format (ChamplainNetworkMapSource *source, const gchar *uri_format)
-
-
-void
-champlain_network_map_source_fill_tile (ChamplainMapSource *source, ChamplainTile *tile)