phonebookengines/contactsmodel/tsrc/t_iccmultiplephonebook.cpp
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    21 #include <cntitem.h>
    21 #include <cntitem.h>
    22 #include <cntfield.h>
    22 #include <cntfield.h>
    23 #include <cntfldst.h>
    23 #include <cntfldst.h>
    24 #include <phbksync.h>
    24 #include <phbksync.h>
    25 
    25 
       
    26 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    27 #include "cntsyncecom.h"
       
    28 #endif
       
    29 
    26 // include templates for CleanupResetAndDestroyPushL(T)
    30 // include templates for CleanupResetAndDestroyPushL(T)
    27 #include "cntviewprivate.h"
    31 #include "cntviewprivate.h"
    28 
    32 
    29 #include "t_utils.h"
    33 #include "t_utils.h"
    30 #include "cntsyncchecker.h"
    34 #include "cntsyncchecker.h"
    32 _LIT(KTestName,"CContactICCEntry tests with multiple phonebooks");
    36 _LIT(KTestName,"CContactICCEntry tests with multiple phonebooks");
    33 _LIT(KDatabaseFileName,"C:T_ICCMULTIPLEPHONEBOOK");
    37 _LIT(KDatabaseFileName,"C:T_ICCMULTIPLEPHONEBOOK");
    34 _LIT(KGivenEditName,"edited name");
    38 _LIT(KGivenEditName,"edited name");
    35 _LIT(KIccName,"icc entry name");
    39 _LIT(KIccName,"icc entry name");
    36 _LIT(KNonIccName,"non-icc name");
    40 _LIT(KNonIccName,"non-icc name");
    37 _LIT(KIccNumber,"020 123 4567");
    41 _LIT(KIccNumber,"020 794 60123");
    38 _LIT(KNonIccNumber,"020 987 6543");
    42 _LIT(KNonIccNumber,"020 794 60060");
    39 
    43 
    40 _LIT(KPluginName,"phone book synchronizer Implementation");
    44 _LIT(KPluginName,"phone book synchronizer Implementation");
    41 _LIT(KTestPluginName,"Test phone book synchronizer Implementation");
    45 _LIT(KTestPluginName,"Test phone book synchronizer Implementation");
    42 
    46 
    43 CCntTest* CntTest=NULL;
    47 CCntTest* CntTest=NULL;