summaryrefslogtreecommitdiff
path: root/test/read_dcp_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 09:55:20 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 09:55:20 +0100
commit3ac1487997a968278c69728bd5eaa5dcf03b66ca (patch)
treedd487956bfe7458826ae7b23e8c8c30f8091bfac /test/read_dcp_test.cc
parent331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (diff)
Some comments and test tweaks.
Diffstat (limited to 'test/read_dcp_test.cc')
-rw-r--r--test/read_dcp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc
index 6aed62a4..097d0aa9 100644
--- a/test/read_dcp_test.cc
+++ b/test/read_dcp_test.cc
@@ -24,7 +24,7 @@
using std::list;
using boost::shared_ptr;
-/* Read DCP that is in git and make sure that basic stuff is read in correctly */
+/** Read DCP that is in git and make sure that basic stuff is read in correctly */
BOOST_AUTO_TEST_CASE (read_dcp)
{
dcp::DCP d ("test/ref/DCP/dcp_test1");