[libgda/LIBGDA_5.2] Removed non-standard timestamp test



commit 3421bc8748e2280c9804f1e8ccc0eda63abc0688
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Sep 30 09:34:44 2018 -0500

    Removed non-standard timestamp test

 tests/test-input-parsers.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/tests/test-input-parsers.c b/tests/test-input-parsers.c
index e0d47137d..754b3c979 100644
--- a/tests/test-input-parsers.c
+++ b/tests/test-input-parsers.c
@@ -147,7 +147,6 @@ TestTime timedata[] = {
        {"12:1:2.1234+11", TRUE, {12, 1, 2, 1234, 11*60*60}},
        {"12:1:2.12345678-3", TRUE, {12, 1, 2, 12345678, -3*60*60}},
        {"12:1:2.12345678 UTC", TRUE, {12, 1, 2, 12345678, 0}},
-       {"12:1:2.12345678 CET", TRUE, {12, 1, 2, 12345678, 60*60}},
        {"12:1:2.12345678 INVALID", FALSE, {12, 1, 2, 12345678, GDA_TIMEZONE_INVALID}},
 };
 


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