Home | History | Annotate | Download | only in tests

Lines Matching full:month

86   TEST("Returned month is January", g_date_get_month(d) == G_DATE_JANUARY);
90 TEST("Bad month is invalid", !g_date_valid_month(G_DATE_BAD_MONTH));
91 TEST("Month 13 is invalid", !g_date_valid_month(13));
122 g_date_strftime(buf,100,"1 second into the Unix epoch it was a %A, in the month of %B, %x\n", d);
128 g_date_strftime(buf,100,"Our \"Julian\" epoch begins on a %A, in the month of %B, %x\n",
183 TEST("Sensible number of days in month", (dim > 0 && dim < 32));
185 TEST("Month between 1 and 12 is valid", g_date_valid_month(m));
216 TEST("Month accessor works", g_date_get_month(d) == m);
218 TEST("Day of month accessor works", g_date_get_day(d) == day);
334 TEST("Forward days then backward days returns us to current month",
360 TEST("Forward months then backward months returns us to current month",
408 TEST("Forward years then backward years returns us to current month",