X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_test.cpp;h=32903b251c95974443915e3d2b0d542f97f618f6;hb=b62345bfddaa218148217fd3178a312d7e1a3c32;hp=646db15239c020d66372b284c2e9b978723e7683;hpb=1303db8204ff3fdbf8c3fd5a56ee937555e9202e;p=xestiacalendar%2F.git 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;