mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Drop locale-dependent timeval tests
This commit is contained in:
parent
11ddb843b9
commit
d91023fb4c
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user