---
 unit/test-stkutil.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c
index 868d54b..666f4eb 100644
--- a/unit/test-stkutil.c
+++ b/unit/test-stkutil.c
@@ -245,7 +245,11 @@ static void check_gsm_sms(const struct sms *command,
                        g_assert(ca->hour == ta->hour);
                        g_assert(ca->minute == ta->minute);
                        g_assert(ca->second == ta->second);
-                       g_assert(ca->timezone == ta->timezone);
+                       g_assert(ca->has_timezone == ta->has_timezone);
+
+                       if (ta->has_timezone)
+                               g_assert(ca->timezone == ta->timezone);
+                       
                        break;
                }
                case SMS_VALIDITY_PERIOD_FORMAT_ENHANCED:
-- 
1.7.2.3

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to