From: Matthias Clasen Date: Thu, 2 Jan 2014 03:39:32 +0000 (-0500) Subject: Drop locale-dependent timeval tests X-Git-Tag: 2.39.3~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d91023fb4c9ac329aa5eed97e37a3f1b661a2203;p=platform%2Fupstream%2Fglib.git Drop locale-dependent timeval tests --- diff --git a/glib/tests/timer.c b/glib/tests/timer.c index d31dc94..cb9a268 100644 --- a/glib/tests/timer.c +++ b/glib/tests/timer.c @@ -129,7 +129,6 @@ test_timeval_from_iso8601 (void) TimeValParseTest tests[] = { { TRUE, "1990-11-01T10:21:17Z", { 657454877, 0 } }, { TRUE, "19901101T102117Z", { 657454877, 0 } }, - { TRUE, "19901101T102117", { 657472877, 0 } }, { TRUE, "19901101T102117+5", { 657454577, 0 } }, { TRUE, "19901101T102117+3:15", { 657443177, 0 } }, { TRUE, " 1990-11-01T10:21:17Z ", { 657454877, 0 } }, @@ -137,7 +136,6 @@ test_timeval_from_iso8601 (void) { TRUE, "1970-01-01T00:00:17.1234Z", { 17, 123400 } }, { TRUE, "1970-01-01T00:00:17.123456Z", { 17, 123456 } }, { TRUE, "1980-02-22T12:36:00+02:00", { 320063760, 0 } }, - { TRUE, "+5000-01-01T00:00:00", { 95617602000, 0 } }, { FALSE, " ", { 0, 0 } }, { FALSE, "x", { 0, 0 } }, { FALSE, "123x", { 0, 0 } },