From: Steve Brokenshire Date: Sun, 31 Jan 2016 14:11:27 +0000 (+0000) Subject: Corrected filter for iCalendar Journal tests to iCalendarJournal. X-Git-Tag: release-0.02~502 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=ffcd9121f4cc72086fb7588aa16055c52c87ca3a Corrected filter for iCalendar Journal tests to iCalendarJournal. --- diff --git a/source/tests/xestiacalendar_test.cpp b/source/tests/xestiacalendar_test.cpp index c8aad78..b5298a1 100644 --- a/source/tests/xestiacalendar_test.cpp +++ b/source/tests/xestiacalendar_test.cpp @@ -112,7 +112,7 @@ int main(int argc, char* argv[]){ break; case TESTS_ICALLOADJOURNAL: printn("Running iCalendar Journal Component tests..."); - ::testing::GTEST_FLAG(filter) = "iCalendarTask*"; + ::testing::GTEST_FLAG(filter) = "iCalendarJournal*"; TestResult = RUN_ALL_TESTS(); break; case TESTS_COMMONFUNCTIONS: