From: Steve Brokenshire Date: Sun, 5 Jun 2016 12:12:42 +0000 (+0100) Subject: Incorrect message given when running iCalendar Timezone Component tests. X-Git-Tag: release-0.02~213 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=b62345bfddaa218148217fd3178a312d7e1a3c32 Incorrect message given when running iCalendar Timezone Component tests. --- 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;