From: Moritz Bunkus Date: Tue, 30 Jul 2013 11:26:03 +0000 (+0200) Subject: $::instance_conf benötigt kein explizites init mehr X-Git-Tag: release-3.1.0beta1~124 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/fc4e206aff0ae430d0821cecf45ad3cd3d024482 $::instance_conf benötigt kein explizites init mehr --- diff --git a/t/Support/TestSetup.pm b/t/Support/TestSetup.pm index ce3c6a064..7e5774ea1 100644 --- 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;