diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-04-08 16:36:14 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | fc5d3e97e21ee13c24b3fc78cddc2d8db43d58bc (patch) | |
tree | b1a732f733757dd6070a9f0ec51f99259ba33caa | |
parent | 33ea73976adc6a55bf8ae852758e03306755b4e0 (diff) | |
download | ayatana-indicator-datetime-fc5d3e97e21ee13c24b3fc78cddc2d8db43d58bc.tar.gz ayatana-indicator-datetime-fc5d3e97e21ee13c24b3fc78cddc2d8db43d58bc.tar.bz2 ayatana-indicator-datetime-fc5d3e97e21ee13c24b3fc78cddc2d8db43d58bc.zip |
in tests/test-timezone-timedated, fix copy-paste error in comments
-rw-r--r-- | tests/test-timezone-timedated.cpp | 2 |
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; |