diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 17:31:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 17:31:07 +0000 |
| commit | b2c820e178296722eeff355064f0469907465332 (patch) | |
| tree | 715dd1d472acfbdaee35577b80a3b1794514a7d9 /test/read_dcp_test.cc | |
| parent | 1d3602b37934c3d0404e6a2fa9a5d3c5f6b70309 (diff) | |
Rename test DCP from foo to dcp_test1.
Diffstat (limited to 'test/read_dcp_test.cc')
| -rw-r--r-- | test/read_dcp_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc index a17b0a01..6aed62a4 100644 --- a/test/read_dcp_test.cc +++ b/test/read_dcp_test.cc @@ -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 (); |
