test-calendar: Update timezone name
Debian no longer provides the MET timezone but instead provides geographical region and city name
This commit is contained in:
@@ -10,7 +10,7 @@ test_calendar_set_day (void)
|
||||
|
||||
cal = gtk_calendar_new ();
|
||||
|
||||
tz = g_time_zone_new_identifier ("MET");
|
||||
tz = g_time_zone_new_identifier ("Europe/Brussels");
|
||||
g_assert_nonnull (tz);
|
||||
dt = g_date_time_new (tz, 1970, 3, 1, 0, 0, 0);
|
||||
g_assert_nonnull (dt);
|
||||
|
||||
Reference in New Issue
Block a user