Fix apparently broken test certificate chain (root certificate had wrong dnQualifier).
[libdcp.git] / test / read_dcp_test.cc
index a17b0a01dbcd138125c1aed77615bba99c2edd94..6aed62a4d1d0050e16ef5d8a8de2d14c815bea4d 100644 (file)
@@ -27,7 +27,7 @@ using boost::shared_ptr;
 /* 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 ();