From fc5d3e97e21ee13c24b3fc78cddc2d8db43d58bc 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/test-timezone-timedated.cpp') 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