diff options
Diffstat (limited to 'test/import_dcp_test.cc')
| -rw-r--r-- | test/import_dcp_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index 80cd9c3df..3f6f41b55 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -70,5 +70,6 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) B->make_dcp (); wait_for_jobs (); - check_dcp ("build/test/import_dcp_test2/" + B->dcp_name(), "test/data/import_dcp_test2"); + /* Should be 1s red, 1s green, 1s blue */ + check_dcp ("test/data/import_dcp_test2", "build/test/import_dcp_test2/" + B->dcp_name()); } |
