Home
last modified time | relevance | path

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

/third_party/libsoup/tests/
Ddate-test.c54 static const GoodDate good_dates[] = { variable
383 for (i = 0; i < G_N_ELEMENTS (good_dates); i++) { in main()
384 path = g_strdup_printf ("/date/good/%s", good_dates[i].date); in main()
385 g_test_add_data_func (path, &good_dates[i], check_good); in main()