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