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:
9c45419
)
epic-ts
author
Michael Wagner
<michael@wagnertech.de>
Tue, 8 Mar 2022 19:35:23 +0000
(20:35 +0100)
committer
Michael Wagner
<michael@wagnertech.de>
Tue, 8 Mar 2022 19:35:23 +0000
(20:35 +0100)
Test/perl/test_action.pl
patch
|
blob
|
history
diff --git
a/Test/perl/test_action.pl
b/Test/perl/test_action.pl
index
904bb23
..
0f2e02a
100755
(executable)
--- a/
Test/perl/test_action.pl
+++ b/
Test/perl/test_action.pl
@@
-13,16
+13,14
@@
$::lxdebug = new LXDebug;
SL::DB->register_db(
driver => 'Pg',
- database => '
dev_db
',
+ database => '
firma
',
host => 'localhost',
username => 'kivitendo',
- password => 'kivite
m
do',
+ password => 'kivite
n
do',
);
-#my $db = SL::DB::client;
-
-#my $dbh = SL::DB::dbi_connect("dbi:driver=Pg;dbname=firma;host=localhost;port=5432", "kivitendo", "kivitendo");
my $db = SL::DB->new;
+my $dbh = $db->dbh;
my $m = new SL::Controller::Mebil;
$m->action_calcmap;