projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b63d7
)
db gibt es nicht mehr.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:13 +0000
(11:45 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:13 +0000
(11:45 +0200)
t/helper/mapping.t
patch
|
blob
|
history
diff --git
a/t/helper/mapping.t
b/t/helper/mapping.t
index
96a8f03
..
ce194e5
100644
(file)
--- a/
t/helper/mapping.t
+++ b/
t/helper/mapping.t
@@
-1,7
+1,9
@@
-use Test::More tests =>
1
2;
+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';