[libgda] GdaTime: Remove test to parse time using CET as timezone



commit c86544ab801b222773b4133ecda156aada4db86a
Author: Daniel Espinosa <esodan gmail com>
Date:   Wed May 16 16:41:48 2018 -0500

    GdaTime: Remove test to parse time using CET as timezone

 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 a86941cf9..be8ddf32f 100644
--- a/tests/test-input-parsers.c
+++ b/tests/test-input-parsers.c
@@ -152,7 +152,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]