~charlesk/indicator-datetime/lp-1591246-fix-message-icons

« back to all changes in this revision

Viewing changes to tests/test-eds-ics-missing-trigger.cpp

  • Committer: Charles Kerr
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2016-05-14 02:07:10 UTC
  • Revision ID: charles.kerr@canonical.com-20160514020710-ox3x144ph6ht3b96
sync with indicator-datetime/15.10 to pick up Renato's calendar fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <datetime/alarm-queue-simple.h>
23
23
#include <datetime/clock-mock.h>
24
24
#include <datetime/engine-eds.h>
 
25
#include <datetime/myself.h>
25
26
#include <datetime/planner-range.h>
26
27
 
27
28
#include <gtest/gtest.h>
41
42
TEST_F(VAlarmFixture, MissingTriggers)
42
43
{
43
44
    // start the EDS engine
44
 
    auto engine = std::make_shared<EdsEngine>();
 
45
    auto engine = std::make_shared<EdsEngine>(std::make_shared<Myself>());
45
46
 
46
47
    // we need a consistent timezone for the planner and our local DateTimes
47
48
    constexpr char const * zone_str {"America/Chicago"};