X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fdb_helper%2Fattr_duration.t;h=efc2d54025347431801be490540f865118d48fdb;hb=ec9240b226871df4c5bb9c5068d4b131e00ee420;hp=0f41cfa037b1e4e0f12618bb83c68ffdc15c651d;hpb=ae87c27e82eaa39a78e2380c9c069abe674ced86;p=kivitendo-erp.git diff --git a/t/db_helper/attr_duration.t b/t/db_helper/attr_duration.t index 0f41cfa03..efc2d5402 100644 --- a/t/db_helper/attr_duration.t +++ b/t/db_helper/attr_duration.t @@ -17,7 +17,7 @@ __PACKAGE__->attr_duration_minutes('inty'); package main; -use Test::More; # tests => 91; +use Test::More tests => 120; use Test::Exception; use strict; @@ -27,6 +27,7 @@ use utf8; use Data::Dumper; use Support::TestSetup; +use SL::Locale; sub new_item { return AttrDurationTestDummy->new(@_); @@ -35,6 +36,8 @@ sub new_item { Support::TestSetup::login(); my $item; +$::locale = Locale->new('en'); + ### attr_duration # Wenn das Attribut undef ist: