From: Zeno Tajoli <[email protected]>

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
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to