X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..cafccbb173eadf7d07028eb032f758dd92d8dbea:/t/helper/mapping.t diff --git a/t/helper/mapping.t b/t/helper/mapping.t index d0c015cf6..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::Helpers::ALL'; -use_ok 'SL::DB::Helpers::Mappings', qw(db); +use_ok 'SL::DB::Helper::ALL'; +use_ok 'SL::DB::Helper::Mappings'; + +__END__ is db('part'), 'SL::DB::Part'; is db('parts'), 'SL::DB::Manager::Part';