From b62345bfddaa218148217fd3178a312d7e1a3c32 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 5 Jun 2016 13:12:42 +0100 Subject: [PATCH] Incorrect message given when running iCalendar Timezone Component tests. --- source/tests/xestiacalendar_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tests/xestiacalendar_test.cpp b/source/tests/xestiacalendar_test.cpp index 646db15..32903b2 100644 --- a/source/tests/xestiacalendar_test.cpp +++ b/source/tests/xestiacalendar_test.cpp @@ -211,7 +211,7 @@ int main(int argc, char* argv[]){ TestResult = RUN_ALL_TESTS(); break; case TESTS_ICALLOADTIMEZONE: - printn("Running iCalendar Free Busy Component tests..."); + printn("Running iCalendar Timezone Component tests..."); ::testing::GTEST_FLAG(filter) = "iCalendarTimezone*"; TestResult = RUN_ALL_TESTS(); break; -- 2.39.2