Home
last modified time | relevance | path

Searched refs:test_dates (Results 1 – 25 of 54) sorted by relevance

123

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dgtest-gnc-datetime.cpp76 parse_date_data test_dates[] = in TEST() local
172 while (test_dates[i].date_str) in TEST()
178 auto test_date = GncDate (std::string(test_dates[i].date_str), test_dates[i].date_fmt); in TEST()
189 EXPECT_TRUE ((got_year == test_dates[i].exp_year) && in TEST()
190 (got_month == test_dates[i].exp_month) && in TEST()
191 (got_day == test_dates[i].exp_day)) in TEST()
192 << "GncDate constructor failed for str " << test_dates[i].date_str in TEST()
193 << " and fmt " << test_dates[i].date_fmt << ".\n" in TEST()
194 << "Expected: year " << test_dates[i].exp_year in TEST()
195 << ", month " << test_dates[i].exp_month in TEST()
[all …]
/dports/news/inn-current/inn-2.7-20211226/tests/lib/
H A Ddate-t.c36 static const struct test_date test_dates[] = { variable
170 test_init(44 + ARRAY_SIZE(test_times) * 3 + 3 + ARRAY_SIZE(test_dates) * 2 in main()
270 for (i = 0; i < ARRAY_SIZE(test_dates); i++) in main()
271 check_strict(&n, &test_dates[i]); in main()
274 for (i = 0; i < ARRAY_SIZE(test_dates); i++) in main()
275 check_lax(&n, &test_dates[i]); in main()
/dports/news/inn/inn-2.6.4/tests/lib/
H A Ddate-t.c36 static const struct test_date test_dates[] = { variable
171 + ARRAY_SIZE(test_dates) * 2 in main()
269 for (i = 0; i < ARRAY_SIZE(test_dates); i++) in main()
270 check_strict(&n, &test_dates[i]); in main()
273 for (i = 0; i < ARRAY_SIZE(test_dates); i++) in main()
274 check_lax(&n, &test_dates[i]); in main()
/dports/sysutils/shlock/inn-2.6.4/tests/lib/
H A Ddate-t.c36 static const struct test_date test_dates[] = { variable
171 + ARRAY_SIZE(test_dates) * 2 in main()
269 for (i = 0; i < ARRAY_SIZE(test_dates); i++) in main()
270 check_strict(&n, &test_dates[i]); in main()
273 for (i = 0; i < ARRAY_SIZE(test_dates); i++) in main()
274 check_lax(&n, &test_dates[i]); in main()
/dports/devel/p5-DateTime-Calendar-Christian/DateTime-Calendar-Christian-0.12/t/
H A D11week.t11 sub test_dates {
63 test_dates( @tests );
83 test_dates( @tests );
/dports/devel/R-cran-lubridate/lubridate/tests/testthat/
H A Dtest-stamp.R5 test_dates <- read.table(header = T, stringsAsFactors=F, globalVar
42 for (i in seq_along(test_dates$date)) {
44 expect_equal(stamp(test_dates[[i, "date"]])(D), test_dates[[i, "expected"]])
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A Dtimegm.c98 char *test_dates[] = in main() local
124 for (i = 0; (test_dates[i]); i++) in main()
126 parse_time(test_dates[i], &orig); in main()
H A DHtDateTime.cc1147 const char *test_dates[] = in Test() local
1204 if (Test((char **)test_dates, (const char *)myformat)) in Test()
1258 int HtDateTime::Test(char **test_dates, const char *format) in Test() argument
1263 for (i = 0; (test_dates[i]); i++) in Test()
1267 cout << "\t\t" << test_dates[i] << endl; in Test()
1270 orig.SetFTime(test_dates[i], format); in Test()
H A DHtDateTime.h467 static int Test(char **test_dates, const char *format);
/dports/devel/p5-DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.106/t/
H A D4doy.t9 sub test_dates {
40 test_dates( @tests );
H A D5week.t9 sub test_dates {
37 test_dates( @tests );
/dports/lang/php73/php-7.3.33/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/www/mod_php81/php-8.1.1/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/lang/php81/php-8.1.1/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/lang/php80/php-8.0.15/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/lang/php74/php-7.4.27/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/www/mod_php73/php-7.3.33/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/www/mod_php74/php-7.4.27/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/www/mod_php80/php-8.0.15/ext/date/tests/
H A Dbug45543.phpt7 $test_dates = array(
12 foreach ($test_dates as $test_date)
/dports/databases/py-psycopg2/psycopg2-2.9.2/tests/
H A D__init__.py42 from . import test_dates
82 suite.addTest(test_dates.test_suite())
/dports/textproc/py-smartypants/smartypants.py-2.0.1/tests/
H A Dtest.py37 def test_dates(self): member in SmartyPantsTestCase
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Dhelpers.py363 test_dates = [local_to_UTC(month, day) for month, day in test_pairs]
364 test_archives = [MockArchive(date) for date in test_dates]
421 test_dates = [now - timedelta(seconds=s) for s in test_offsets]
422 test_archives = [MockArchive(date) for date in test_dates]
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/
H A Dtest_examples.py73 def test_dates(self): member in TestExamples
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Ddate.c90 test_dates (void) in test_dates() function
797 g_test_add_func ("/date/dates", test_dates); in main()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/calamine-0.16.2/src/
H A Ddatatype.rs301 fn test_dates() { in test_dates() function

123