[Koha-patches] [PATCH] bug 3165 on t/Dates.t

Galen Charlton galen.charlton at liblime.com
Tue May 12 12:19:11 CEST 2009


Henri,

This patch is applicable only to 3.0.x - either it or perhaps a
cherry-pick of a581f7203ce1621e7a4b81da3b07d64e0205a32e should be
applied in that branch.

Regards,

Galen

On Tue, May 12, 2009 at 5:15 AM, Zeno Tajoli <tajoli at cilea.it> wrote:
> I have insert same more data and fix the number of cycles.
> ---
>  t/Dates.t |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/t/Dates.t b/t/Dates.t
> index 7bb6788..7d2ccd3 100644
> --- a/t/Dates.t
> +++ b/t/Dates.t
> @@ -3,7 +3,7 @@
>  use strict;
>  use warnings;
>
> -use Test::More tests => 126;
> +use Test::More tests => 160;
>  BEGIN {
>        use FindBin;
>        use lib $FindBin::Bin;
> @@ -18,10 +18,11 @@ sub describe ($$) {
>
>  my %thash = (
>          iso  => ['2001-01-01','1989-09-21','1952-01-00', '1989-09-21 13:46:02'],
> -       metric => ["01-01-2001",'21-09-1989','00-01-1952'],
> -          us  => ["01-01-2001",'09-21-1989','01-00-1952'],
> +       metric => ["01-01-2001",'21-09-1989','00-01-1952' ', '04-04-2008'],
> +          us  => ["01-01-2001",'09-21-1989','01-00-1952','01-01-1954'],
>          sql  => ['20010101    010101',
>                           '19890921    143907',
> +                          '19790909    143907',
>                           '19520100    000000'     ],
>  );
>
> --
> 1.5.3.7
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list