Update the test and the XS file.
use strict;
use warnings;
-use Clutter::TestHelper tests => 6;
+use Clutter::TestHelper tests => 4;
use Champlain ':coords';
'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');
}
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)