X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fxestiaab_contactload.h;h=1820bbf84e61ed334c7a1ce5494e5decc30797e9;hp=93c62d7353a88a7db786c5e66adc8b2d15ec2a92;hb=d0aff1878b93bd25d923176e4e18829b7040da1c;hpb=cdd1530fcf2b19be9187604deb6aa78fba091366 diff --git a/source/tests/xestiaab_contactload.h b/source/tests/xestiaab_contactload.h index 93c62d7..1820bbf 100644 --- a/source/tests/xestiaab_contactload.h +++ b/source/tests/xestiaab_contactload.h @@ -41,6 +41,10 @@ TEST(ContactLoad, ContactLoadTests){ ASSERT_EQ(CONTACTLOAD_FILEBASESPECFAIL, TestFile.LoadFile("LoadCheck-Load3.vcf")); + // Check that the vCard 4.0 file loads OK. + + ASSERT_EQ(CONTACTLOAD_OK, TestFile.LoadFile("LoadCheck-Load4.vcf")); + } // TODO: Add tests for the Contact Loading process. \ No newline at end of file