X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_commonfunctions.h;h=a106a584b0f8d68058dd56f157655e0eb455aa7e;hp=7e4e7c8dfb6e0f6a6cfb6eab2cd0fa82a8762621;hb=1fe6e43892e5c572949a293a9e19704b5debadad;hpb=2e304ff435c80c07daaf0d3fbe8a9ab7d1ae70b1 diff --git a/source/tests/xestiacalendar_commonfunctions.h b/source/tests/xestiacalendar_commonfunctions.h index 7e4e7c8..a106a58 100644 --- a/source/tests/xestiacalendar_commonfunctions.h +++ b/source/tests/xestiacalendar_commonfunctions.h @@ -193,8 +193,8 @@ TEST(CommonFunctions, SplitNameValueTests){ nameValueResult = SplitNameValue("TEST=OK"); - string PropertyName = nameValueResult.name; - string PropertyValue = nameValueResult.value; + string propertyName = nameValueResult.name; + string propertyValue = nameValueResult.value; ASSERT_EQ(propertyName, "TEST"); ASSERT_EQ(propertyValue, "OK"); @@ -498,7 +498,7 @@ TEST(CommonFunctions, PreviousMonthNumberofDays){ TEST(CommonFunctions, monthViewGenerator){ - XCCalendarmonthViewGrid monthView = GenerateMonthGrid(6, 2016); + XCCalendarMonthViewGrid monthView = GenerateMonthGrid(6, 2016); // First week.