X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_testcommon.cpp;h=e36378ae43003b1c9b8c84770b25e3b38ffb3896;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=fd716c4fc953698654eeec487ff35d39b9912aae;hpb=95fedd3aa92bbd164c6c495f8e2a8f7c5d4c70fa;p=xestiacalendar%2F.git diff --git a/source/tests/xestiacalendar_testcommon.cpp b/source/tests/xestiacalendar_testcommon.cpp index fd716c4..e36378a 100644 --- a/source/tests/xestiacalendar_testcommon.cpp +++ b/source/tests/xestiacalendar_testcommon.cpp @@ -1,3 +1,21 @@ +// xestiacalendar_testcommon.cpp - Xestia Calendar Unit Test Common Functions. +// +// (c) 2016-2017 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// Xestia Calendar is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Calendar is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Calendar. If not, see + #include #include "xestiacalendar_testcommon.h" @@ -175,7 +193,7 @@ ProcessConnectionDataFileResult ProcessConnectionDataFile(string DataFilename, // Check that the CalDAV connection data object // contains valid data. - bool CalDAVConnDataResult = CalDAVObjectValidSettings(&ConnData); + bool CalDAVConnDataResult = CalDAVObjectValidSettings(ConnData); if (CalDAVConnDataResult == false){ ProcessResult = PROCESSCONNECTIONDATAFILE_INVALID;