From d7d5ec6c9a8763e8939a458cff7994a69e18ed10 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 2 Jul 2013 11:44:43 +0200 Subject: [PATCH] =?utf8?q?Test:=20acts=5Fas=5Flist.t:=20Anpassung=20an=20W?= =?utf8?q?=C3=A4hrungsumstellung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/db_helper/acts_as_list.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_helper/acts_as_list.t b/t/db_helper/acts_as_list.t index fc9ff649d..53338f757 100644 --- a/t/db_helper/acts_as_list.t +++ b/t/db_helper/acts_as_list.t @@ -27,7 +27,7 @@ if ($skip) { my ($customer, $status, $type, $r_spec, @items); sub init { - $customer = SL::DB::Customer->new(name => 'Test Customer')->save; + $customer = SL::DB::Customer->new(name => 'Test Customer', currency_id => $::instance_conf->get_currency_id)->save; $status = SL::DB::Manager::RequirementSpecStatus->find_by(name => '', description => '') || SL::DB::RequirementSpecStatus->new(name => '', description => '', position => 0)->save; $type = SL::DB::Manager::RequirementSpecType->find_by(description => '') || -- 2.20.1