From ef9698b3c0b6536298e6b6512c1d4e5d0aa48c67 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 3 Jul 2013 12:03:03 +0200 Subject: [PATCH] =?utf8?q?Tests:=20$::auth=20f=C3=BCr=20Unit-Test-Datenban?= =?utf8?q?k=20anlegen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/Support/TestSetup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1