From eb62aed710d8cf44b3749696945f2155974b0a91 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 8 Apr 2016 16:36:14 -0500 Subject: in tests/test-timezone-timedated, fix copy-paste error in comments --- tests/test-timezone-timedated.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3