aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-04-08 16:36:14 -0500
committerRobert Tari <robert@tari.in>2021-07-06 00:11:19 +0200
commiteb62aed710d8cf44b3749696945f2155974b0a91 (patch)
treea3b39c710cd5f99ba40fbb734379ffa9f519e240 /tests
parenta4ddba2a3dd69275ffea5a436f673d73bc168a69 (diff)
downloadayatana-indicator-datetime-eb62aed710d8cf44b3749696945f2155974b0a91.tar.gz
ayatana-indicator-datetime-eb62aed710d8cf44b3749696945f2155974b0a91.tar.bz2
ayatana-indicator-datetime-eb62aed710d8cf44b3749696945f2155974b0a91.zip
in tests/test-timezone-timedated, fix copy-paste error in comments
Diffstat (limited to 'tests')
-rw-r--r--tests/test-timezone-timedated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-timezone-timedated.cpp b/tests/test-timezone-timedated.cpp
index e9fff0f..e613806 100644
--- a/tests/test-timezone-timedated.cpp
+++ b/tests/test-timezone-timedated.cpp
@@ -68,7 +68,7 @@ protected:
void start_timedate1(const std::string& tzid)
{
- // start the store
+ // start dbusmock with the timedated template
auto json_parameters = g_strdup_printf("{\"Timezone\": \"%s\"}", tzid.c_str());
const gchar* child_argv[] = { "python3", "-m", "dbusmock", "--template", "timedated", "--parameters", json_parameters, nullptr };
GError* error = nullptr;