From ffcd9121f4cc72086fb7588aa16055c52c87ca3a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 31 Jan 2016 14:11:27 +0000 Subject: [PATCH] Corrected filter for iCalendar Journal tests to iCalendarJournal. --- 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 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: -- 2.39.2