diff options
author | Iain Lane <iain.lane@canonical.com> | 2015-09-01 11:10:09 +0100 |
---|---|---|
committer | Iain Lane <iain.lane@canonical.com> | 2015-09-01 11:10:09 +0100 |
commit | 1da27f9088a759e78e88a390583d8646f2a82656 (patch) | |
tree | 15844d079dadb893173b91f4df3c3fc8bc48b4e6 /tests/timedated-fixture.h | |
parent | a3937830bf656d5a8e2f368757b947cef0c8b1de (diff) | |
download | ayatana-indicator-datetime-1da27f9088a759e78e88a390583d8646f2a82656.tar.gz ayatana-indicator-datetime-1da27f9088a759e78e88a390583d8646f2a82656.tar.bz2 ayatana-indicator-datetime-1da27f9088a759e78e88a390583d8646f2a82656.zip |
Add some comments
Diffstat (limited to 'tests/timedated-fixture.h')
-rw-r--r-- | tests/timedated-fixture.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/timedated-fixture.h b/tests/timedated-fixture.h index e75e6bd..0e89ea1 100644 --- a/tests/timedated-fixture.h +++ b/tests/timedated-fixture.h @@ -80,9 +80,9 @@ private: auto self = static_cast<TimedateFixture*>(gself); g_debug("bus acquired: %s, connection is %p", name, conn); - // Set up a mock GSD. - // All it really does is wait for calls to GetDevice and - // returns the get_devices_retval variant + /* Set up a fake timedated which handles setting and getting the + ** timezone + */ static const GDBusInterfaceVTable vtable = { timedate1_handle_method_call, timedate1_get_properties, /* GetProperty */ |