epic-ts
authorMichael Wagner <michael@wagnertech.de>
Tue, 8 Mar 2022 16:16:51 +0000 (17:16 +0100)
committerMichael Wagner <michael@wagnertech.de>
Tue, 8 Mar 2022 16:16:51 +0000 (17:16 +0100)
Test/perl/test_action.pl

index 660b7f3..4e78f91 100755 (executable)
@@ -2,9 +2,14 @@
 use strict;
 
 use SL::Controller::Mebil;
+use SL::DB;
 use SL::LXDebug;
 
 $::lxdebug = new LXDebug;
 
+my $db = new SL::DB;
+
+my $dbi = $db->dbi_connect("dbname=firma;host=localhost;port=5432", "kivitendo", "kivitendo");
+
 my $m = new SL::Controller::Mebil;
 $m->action_calcmap;