X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fxestiaab_contactsave.h;h=c1f8b9a204271941853cbbc027fbe13bee826b4f;hp=0ddf8f91921bd05eea77940264aef842509459f8;hb=ba3ba5de4e84a8c3ddeb65549d0b46998e5ebdf5;hpb=2a30393d59c892349cffec18ec16907c2358fd0f diff --git a/source/tests/xestiaab_contactsave.h b/source/tests/xestiaab_contactsave.h index 0ddf8f9..c1f8b9a 100644 --- a/source/tests/xestiaab_contactsave.h +++ b/source/tests/xestiaab_contactsave.h @@ -38,7 +38,7 @@ TEST(ContactSave, GivenAContactDataObjectWhenSaveStringIsCalledThenContactDataSa ContactDataObject testFile; ContactLoadStatus testFileLoadStatus = CONTACTLOAD_UNITTESTFAIL; - testFileLoadStatus = testFile1.LoadFile("LoadCheck-Load1.vcf"); + testFileLoadStatus = testFile.LoadFile("LoadCheck-Load1.vcf"); ASSERT_EQ(CONTACTLOAD_OK, testFileLoadStatus); @@ -729,14 +729,14 @@ TEST(ContactSave, GivenSeveralContactFilesWhenLoadFileAndSaveFileIsCalledThenCon ContactDataObject testFile2; ContactDataObject testFile3; - ContactLoadStatus testFile1SaveStatus = CONTACTSAVE_UNITTESTFAIL; - ContactSaveStatus testFile1LoadStatus = CONTACTLOAD_UNITTESTFAIL; + ContactLoadStatus testFile1LoadStatus = CONTACTLOAD_UNITTESTFAIL; + ContactSaveStatus testFile1SaveStatus = CONTACTSAVE_UNITTESTFAIL; - ContactLoadStatus testFile2SaveStatus = CONTACTSAVE_UNITTESTFAIL; - ContactSaveStatus testFile2LoadStatus = CONTACTLOAD_UNITTESTFAIL; + ContactLoadStatus testFile2LoadStatus = CONTACTLOAD_UNITTESTFAIL; + ContactSaveStatus testFile2SaveStatus = CONTACTSAVE_UNITTESTFAIL; - ContactLoadStatus testFile3SaveStatus = CONTACTSAVE_UNITTESTFAIL; - ContactSaveStatus testFile3LoadStatus = CONTACTLOAD_UNITTESTFAIL; + ContactLoadStatus testFile3LoadStatus = CONTACTLOAD_UNITTESTFAIL; + ContactSaveStatus testFile3SaveStatus = CONTACTSAVE_UNITTESTFAIL; // When @@ -771,7 +771,7 @@ TEST(ContactSave, GivenContactDataObjectWhenFileIsSavedToInvalidLocationThenErro ContactLoadStatus testFileLoadStatus = CONTACTLOAD_UNITTESTFAIL; ContactSaveStatus testFileSaveStatus = CONTACTSAVE_UNITTESTFAIL; - testFileLoadStatus = testFile1.LoadFile("LoadCheck-Load1.vcf"); + testFileLoadStatus = testFile.LoadFile("LoadCheck-Load1.vcf"); ASSERT_EQ(CONTACTLOAD_OK, testFileLoadStatus);