Revision fc4e206a
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
t/Support/TestSetup.pm | ||
---|---|---|
48 | 48 |
|
49 | 49 |
die "cannot find locale for user $login" unless $::locale = Locale->new($::myconfig{countrycode}); |
50 | 50 |
|
51 |
$::instance_conf->init; |
|
52 |
|
|
53 | 51 |
$SIG{__DIE__} = sub { Carp::confess( @_ ) } if $::lx_office_conf{debug}->{backtrace_on_die}; |
54 | 52 |
|
55 | 53 |
return 1; |
Auch abrufbar als: Unified diff
$::instance_conf benötigt kein explizites init mehr