X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fjob_test.cc;h=97a23b946a765eb7c758c41678960d3f0d69ea81;hb=6de35d058821acc092d2aae75543024a97026b8a;hp=a77bc949ce123e7e851ea23d038315039476b1a9;hpb=6bc83f72f12c8513a1e9e9b6fd880697a73f968f;p=dcpomatic.git diff --git a/test/job_test.cc b/test/job_test.cc index a77bc949c..97a23b946 100644 --- a/test/job_test.cc +++ b/test/job_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,10 @@ */ +/** @file test/job_test.cc + * @brief Basic tests of Job and JobManager. + */ + #include #include "lib/job.h" #include "lib/job_manager.h" @@ -54,10 +58,6 @@ public: string name () const { return ""; } - - string json_name () const { - return ""; - } }; BOOST_AUTO_TEST_CASE (job_manager_test)