X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fratio_test.cc;h=c941248bf01fa485302d070c54b6a48ea7bb261a;hb=308488324dbc4d8b709d3fb1dc9fee0479346c21;hp=f3784cad292d4ac5b2076d00e0a2174ae8075107;hpb=b666a794a130386bc01ede2143ef40bd6973eb32;p=dcpomatic.git diff --git a/test/ratio_test.cc b/test/ratio_test.cc index f3784cad2..c941248bf 100644 --- a/test/ratio_test.cc +++ b/test/ratio_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/ratio_test.cc + * @brief Test Ratio and fit_ratio_within(). + */ + #include #include #include @@ -25,7 +29,7 @@ using std::ostream; -namespace libdcp { +namespace dcp { ostream& operator<< (ostream& s, dcp::Size const & t)