From aa945ad263a1abf9644af2ab5a06c10b33d1a0e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 14 Sep 2011 11:45:13 +0200 Subject: [PATCH] db gibt es nicht mehr. --- t/helper/mapping.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/helper/mapping.t b/t/helper/mapping.t index 96a8f038d..ce194e5d2 100644 --- a/t/helper/mapping.t +++ b/t/helper/mapping.t @@ -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'; -- 2.20.1