[glib] Drop locale-dependent timeval tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Drop locale-dependent timeval tests
- Date: Thu, 2 Jan 2014 03:39:52 +0000 (UTC)
commit d91023fb4c9ac329aa5eed97e37a3f1b661a2203
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jan 1 22:39:32 2014 -0500
Drop locale-dependent timeval tests
glib/tests/timer.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
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 } },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]