Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted remaining code that was missed
[xestiacalendar/.git] / source / tests / xestiacalendar_commonfunctions.h
index 7e4e7c8..a106a58 100644 (file)
@@ -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.
        
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy