aboutsummaryrefslogtreecommitdiff
path: root/tests/state-mock.h
Commit message (Collapse)AuthorAgeFilesLines
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-2/+2
|
* fix flint++ warningsCharles Kerr2014-09-171-1/+19
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-3/+9
| | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu).
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-1/+0
|
* move planner-mock.h from include/datetime/ to tests/ because it's only ↵Charles Kerr2014-01-221-1/+2
| | | | needed by the tests.
* remove the State.timezones property. Timezones is a helper class for ↵Charles Kerr2014-01-221-3/+0
| | | | LiveClock and doesn't need to be public in State.
* remove unnecessary #includesCharles Kerr2014-01-221-3/+0
|
* Extract the MockState logic from state-fixture.h so that it can be reused ↵Charles Kerr2014-01-211-0/+49
for testing LiveActions