X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fupdate_checker_test.cc;h=27754f0dd4f9318f63d357ca0dd687bfba04adbf;hb=25eb7aa723af004162fc7f95995df250c4e4571b;hp=c9a44993c2bebba5f8f3296928b50aabbd323a53;hpb=1e4f8cc123ccf1661ea4d23a51625614c2cf2e59;p=dcpomatic.git diff --git a/test/update_checker_test.cc b/test/update_checker_test.cc index c9a44993c..27754f0dd 100644 --- a/test/update_checker_test.cc +++ b/test/update_checker_test.cc @@ -1,24 +1,30 @@ /* Copyright (C) 2014 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic 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; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic 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 this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ +/** @file test/update_checker_test.cc + * @brief Check UpdateChecker::version_less_than + * @ingroup selfcontained + */ + #include -#include "lib/update.h" +#include "lib/update_checker.h" BOOST_AUTO_TEST_CASE (update_checker_test) {