Comments.
[libdcp.git] / test / read_dcp_test.cc
index a17b0a01dbcd138125c1aed77615bba99c2edd94..097d0aa9c539b00b1cba57d050c5ab0f8cb52e48 100644 (file)
 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/foo");
+       dcp::DCP d ("test/ref/DCP/dcp_test1");
        d.read ();
 
        list<shared_ptr<dcp::CPL> > cpls = d.cpls ();