[libgda] InputPaser test: fix error failing to parse 012260Z



commit 17e76d3ad86de206b915035842829f16f39fe772
Author: Daniel Espinosa <esodan gmail com>
Date:   Wed Mar 18 10:10:45 2020 -0600

    InputPaser test: fix error failing to parse 012260Z

 tests/test-input-parsers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/test-input-parsers.c b/tests/test-input-parsers.c
index 8ee981af6..39421bb06 100644
--- a/tests/test-input-parsers.c
+++ b/tests/test-input-parsers.c
@@ -292,7 +292,7 @@ test_date_handler (void)
 TestTime timedata2[] = {
        {"112256Z",TRUE, 11, 22, 56, 0, 0},
        {"012256Z",TRUE, 1, 22, 56, 0, 0},
-       {"012260Z",TRUE, 1, 22, 59, 0, 0},
+       {"012260Z",FALSE, 1, 22, 59, 0, 0},
        {"016045Z",FALSE, 1, 0, 0, 0, 0},
        {"242345Z",FALSE, 0, 0, 0, 0, 0},
        {"235959Z",TRUE, 23, 59, 59, 0, 0},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]