X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8317b7aa1407238c9fa8d609a1795b4ee20cb2dd..e8b158e97c5a24c827f0c46873f2048e95cac35c:/t/Support/TestSetup.pm diff --git a/t/Support/TestSetup.pm b/t/Support/TestSetup.pm index f7b43cd0d..c8095a993 100644 --- a/t/Support/TestSetup.pm +++ b/t/Support/TestSetup.pm @@ -27,7 +27,7 @@ sub login { $::lxdebug->disable_sub_tracing; $::locale = Locale->new($::lx_office_conf{system}->{language}); $::form = Form->new; - $::auth = SL::Auth->new; + $::auth = SL::Auth->new(unit_tests_database => 1); die "Cannot find client with ID or name '$client'" if !$::auth->set_client($client); $::instance_conf = SL::InstanceConfiguration->new;