diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 14:29:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 14:29:25 +0100 |
| commit | f030e63e223379c25d049d66f9ddd2c779619cec (patch) | |
| tree | ea4b34f317f525ebc90939d0b3a7fb1249803306 /test/import_dcp_test.cc | |
| parent | 34c6465e14a9654c01e32bcb54a59ff35dc551f9 (diff) | |
Some comments in tests.
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()); } |
