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:
51c2bad
)
$::instance_conf benötigt kein explizites init mehr
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Jul 2013 11:26:03 +0000
(13:26 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Jul 2013 11:26:03 +0000
(13:26 +0200)
t/Support/TestSetup.pm
patch
|
blob
|
history
diff --git
a/t/Support/TestSetup.pm
b/t/Support/TestSetup.pm
index
ce3c6a0
..
7e5774e
100644
(file)
--- a/
t/Support/TestSetup.pm
+++ b/
t/Support/TestSetup.pm
@@
-48,8
+48,6
@@
sub login {
die "cannot find locale for user $login" unless $::locale = Locale->new($::myconfig{countrycode});
- $::instance_conf->init;
-
$SIG{__DIE__} = sub { Carp::confess( @_ ) } if $::lx_office_conf{debug}->{backtrace_on_die};
return 1;