1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2025-12-20 02:59:09 -06:00

Functionality in main Cron class.

This commit is contained in:
Per Malmberg
2018-03-10 23:42:00 +01:00
parent 20667ae3c6
commit 0db05ac71b
10 changed files with 161 additions and 21 deletions

View File

@@ -178,6 +178,6 @@ SCENARIO("Multiple calculations")
SCENARIO("Unable to calculate time point")
{
// TODO: Find a
// TODO: Find a schedule that is unsolvable.
//REQUIRE_FALSE(test("0 0 0 1 1 0", DT(2021_y / 12 / 15), DT(2022_y / 1 / 1)));
}