diff options
-rw-r--r-- | unit/test-stkutil.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index 4ca39c13..868d54bb 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -20933,6 +20933,8 @@ static const struct envelope_test sms_pp_data_download_data_161 = { .year = 98, .month = 1, .day = 1, + .has_timezone = TRUE, + .timezone = 0, }, .udl = 13, .ud = "Short Message", @@ -20976,6 +20978,8 @@ static const struct envelope_test sms_pp_data_download_data_162 = { .year = 98, .month = 1, .day = 1, + .has_timezone = TRUE, + .timezone = 0, }, .udl = 13, .ud = "Short Message", @@ -21022,6 +21026,8 @@ static const struct envelope_test sms_pp_data_download_data_182 = { .year = 98, .month = 1, .day = 1, + .has_timezone = TRUE, + .timezone = 0, }, .udl = 30, .ud = { |