]> wagnertech.de Git - mfinanz.git/blobdiff - t/helper/mapping.t
_bool_yn accessor
[mfinanz.git] / t / helper / mapping.t
index d0c015cf6f51d79afc6b2eba87a8b956e9f652d5..ce194e5d28cf975f8dfabf1222d5f7896b633221 100644 (file)
@@ -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';