tests: change test timezone to America/Toronto

America/Toronto is the canonical name for Canada/Eastern in the zoneinfo
database.
This commit is contained in:
Ryan Lortie 2013-12-10 19:21:33 -05:00
parent 5ccdf2b86a
commit 2731b01c73

View File

@ -1322,7 +1322,7 @@ test_find_interval (void)
gint i1, i2;
#ifdef G_OS_UNIX
tz = g_time_zone_new ("Canada/Eastern");
tz = g_time_zone_new ("America/Toronto");
#elif defined G_OS_WIN32
tz = g_time_zone_new ("Eastern Standard Time");
#endif
@ -1355,7 +1355,7 @@ test_adjust_time (void)
gint i1, i2;
#ifdef G_OS_UNIX
tz = g_time_zone_new ("Canada/Eastern");
tz = g_time_zone_new ("America/Toronto");
#elif defined G_OS_WIN32
tz = g_time_zone_new ("Eastern Standard Time");
#endif