X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_testcommon.cpp;h=37ec06a0062e10e7a4dd66de1e2fa80b9ce2ffd5;hb=b198ec55397d493429efbb3c0df19a7c74939c46;hp=fd716c4fc953698654eeec487ff35d39b9912aae;hpb=95fedd3aa92bbd164c6c495f8e2a8f7c5d4c70fa;p=xestiacalendar%2F.git diff --git a/source/tests/xestiacalendar_testcommon.cpp b/source/tests/xestiacalendar_testcommon.cpp index fd716c4..37ec06a 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 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// Xestia Address Book 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 Address Book 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;