From 99bd6787eb3d099f196f8e696be23a6dbac82909 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 28 Oct 2021 06:48:17 +0200 Subject: Remove the activation_url from the Appointment class --- tests/print-to.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/print-to.h b/tests/print-to.h index 652da52..7cd6c2a 100644 --- a/tests/print-to.h +++ b/tests/print-to.h @@ -1,5 +1,6 @@ /* * Copyright 2015 Canonical Ltd. + * Copyright 2021 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -15,6 +16,7 @@ * * Authors: * Charles Kerr + * Robert Tari */ #ifndef INDICATOR_DATETIME_TESTS_PRINT_TO @@ -55,8 +57,7 @@ PrintTo(const Appointment& appointment, std::ostream* os) *os << "{uid:'" << appointment.uid << "'}" << "{color:'" << appointment.color << "'}" - << "{summary:'" << appointment.summary << "'}" - << "{activation_url:'" << appointment.activation_url << "'}"; + << "{summary:'" << appointment.summary << "'}"; *os << "{begin:"; PrintTo(appointment.begin, os); -- cgit v1.2.3