Update to version 2.39.3
[profile/ivi/libsoup2.4.git] / tests / date.c
index f35c41b..5b3ec34 100644 (file)
@@ -49,8 +49,8 @@ check_good (SoupDateFormat format, const char *strdate)
        char *strdate2;
 
        date = make_date (strdate);
-       if (date)
-               strdate2 = soup_date_to_string (date, format);
+       g_assert (date);
+       strdate2 = soup_date_to_string (date, format);
        if (!check_ok (strdate, date))
                return;