Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added common functions for the unit testing application
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 22 Feb 2016 00:56:27 +0000 (00:56 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 22 Feb 2016 00:56:27 +0000 (00:56 +0000)
source/tests/xestiacalendar_testcommon.cpp [new file with mode: 0644]
source/tests/xestiacalendar_testcommon.h [new file with mode: 0644]

diff --git a/source/tests/xestiacalendar_testcommon.cpp b/source/tests/xestiacalendar_testcommon.cpp
new file mode 100644 (file)
index 0000000..7e96498
--- /dev/null
@@ -0,0 +1,9 @@
+#include "xestiacalendar_testcommon.h"
+
+CalDAVConnectionData ProcessConnectionDataFile(string DataFilename){
+
+       CalDAVConnectionData ConnData;
+       
+       return ConnData;
+       
+}
\ No newline at end of file
diff --git a/source/tests/xestiacalendar_testcommon.h b/source/tests/xestiacalendar_testcommon.h
new file mode 100644 (file)
index 0000000..1e23eb4
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __TESTS_XESTIACALENDAR_TESTCOMMON_H__
+#define __TESTS_XESTIACALENDAR_TESTCOMMON_H__
+
+#include "../objects/CalDAV/CalDAV.h"
+#include <string>
+
+using namespace std;
+
+CalDAVConnectionData ProcessConnectionDataFile(string DataFilename);
+
+#endif
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy