X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_commonfunctions.h;h=a106a584b0f8d68058dd56f157655e0eb455aa7e;hb=353e537a0c84a496c97e8889403c77d13a0b7341;hp=7e4e7c8dfb6e0f6a6cfb6eab2cd0fa82a8762621;hpb=2e304ff435c80c07daaf0d3fbe8a9ab7d1ae70b1;p=xestiacalendar%2F.git 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.