Home
last modified time | relevance | path

Searched refs:strdate2 (Results 1 – 1 of 1) sorted by relevance

/third_party/libsoup/tests/
Ddate-test.c68 char *strdate2; in check_good() local
77 strdate2 = soup_date_to_string (date, good->format); in check_good()
80 soup_test_assert (strcmp (good->date, strdate2) == 0, in check_good()
82 good->date, strdate2); in check_good()
83 g_free (strdate2); in check_good()