#ifndef __TESTS_XESTIACALENDAR_TESTCOMMON_H__ #define __TESTS_XESTIACALENDAR_TESTCOMMON_H__ #include "../objects/CalDAV/CalDAV.h" #include using namespace std; CalDAVConnectionData ProcessConnectionDataFile(string DataFilename); #endif