Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Improved checking of FN for meeting the base specification of vCard 4.0.
[xestiaab/.git] / source / tests / xestiaab_contactload.h
index d7c1210..c8eca05 100644 (file)
@@ -89,6 +89,11 @@ TEST(ContactLoad, ContactLoadTests){
        ASSERT_NE(TestFile.GroupsListTokens.end(), TestFileIter);
        ASSERT_EQ("EXAMPLE=Meep", TestFileIter->second);
        
+       // Check that the formatted name has been read (FN).
+       
+       TestFileIter = TestFile.FullNamesList.find(0);
+       ASSERT_NE(TestFile.FullNamesList.end(), TestFileIter);
+       ASSERT_EQ("Test Contact", TestFileIter->second);
 
 }
 
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