X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ae87c27e82eaa39a78e2380c9c069abe674ced86..361ae413fde536acf3088c545579ec78f1c7ee52:/t/db_helper/attr_duration.t 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: