Test: acts_as_list.t: Anpassung an Währungsumstellung
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 2 Jul 2013 09:44:43 +0000 (11:44 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:23 +0000 (13:03 +0200)
t/db_helper/acts_as_list.t

index fc9ff64..53338f7 100644 (file)
@@ -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 => '') ||