X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fhelper%2Fmapping.t;h=ce194e5d28cf975f8dfabf1222d5f7896b633221;hb=cfb029307ecd356f377952f3190df655cbd447c6;hp=96a8f038dfc69685dae0fbe9b5528b22b3d8613a;hpb=10150f2fb96a248c46b65cea5859d7f1dd11340e;p=kivitendo-erp.git 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';