db gibt es nicht mehr.
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:13 +0000 (11:45 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:13 +0000 (11:45 +0200)
t/helper/mapping.t

index 96a8f03..ce194e5 100644 (file)
@@ -1,7 +1,9 @@
-use Test::More tests => 12;
+use Test::More tests => 2;
 
 use_ok 'SL::DB::Helper::ALL';
-use_ok 'SL::DB::Helper::Mappings', qw(db);
+use_ok 'SL::DB::Helper::Mappings';
+
+__END__
 
 is db('part'), 'SL::DB::Part';
 is db('parts'), 'SL::DB::Manager::Part';