diff -r 2f67eb14d003 -r 4a2987baf8f7 harvesterplugins/contacts/inc/ccontactsplugin.h --- a/harvesterplugins/contacts/inc/ccontactsplugin.h Wed Jun 23 17:22:18 2010 +0100 +++ b/harvesterplugins/contacts/inc/ccontactsplugin.h Mon Jun 28 11:03:15 2010 +0530 @@ -142,6 +142,11 @@ // CPix database CCPixIndexer* iIndexer; +//for helping with testing. +#ifdef HARVESTERPLUGINTESTER_FRIEND + friend class CHarvesterPluginTester; +#endif + #ifdef __PERFORMANCE_DATA TTime iStartTime; TTime iCompleteTime;