]> err.no Git - libchamplain/commitdiff
Test the id of the map source
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Tue, 5 May 2009 18:42:47 +0000 (20:42 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 6 May 2009 03:16:03 +0000 (23:16 -0400)
bindings/perl/Champlain/t/ChamplainMapSourceFactory.t

index ba26e991e2a779ab7189402c36db30211b9fb883..5f285a7a5efb55248ddffb16f372746d14842781 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Clutter::TestHelper tests => 110;
+use Clutter::TestHelper tests => 22;
 
 use Champlain ':coords';
 
@@ -68,6 +68,6 @@ sub generic_create {
        my ($factory, $id, $name) = @_;
        my $map = $factory->create($id);
        isa_ok($map, 'Champlain::MapSource');
-#      is($map->get_id, $id);
+       is($map->get_id, $id);
        is($map->get_name, $name);
 }