Merge master; fix destruction of Server; some test cleanups.
[dcpomatic.git] / test / test.cc
index 1d8041656cf05e2acaf76081e327c00f7621661b..32f74a7d2fb62b8243056d11c11b84eeb5eea0b1 100644 (file)
@@ -143,7 +143,7 @@ check_file (boost::filesystem::path ref, boost::filesystem::path check)
 static void
 note (dcp::NoteType t, string n)
 {
-       if (t == dcp::ERROR) {
+       if (t == dcp::DCP_ERROR) {
                cerr << n << "\n";
        }
 }