Test fixes.
[dcpomatic.git] / test / test.cc
index 0de7ace62d737641dcb7c93b612daa94b50e121f..e636b7b525118ebd7bdc6a9f27d44ffeaf2e550a 100644 (file)
@@ -68,7 +68,7 @@ struct TestConfig
                dcpomatic_setup ();
 
                Config::instance()->set_num_local_encoding_threads (1);
-               Config::instance()->set_server_port_base (61920);
+               Config::instance()->set_server_port_base (61921);
                Config::instance()->set_default_isdcf_metadata (ISDCFMetadata ());
                Config::instance()->set_default_container (Ratio::from_id ("185"));
                Config::instance()->set_default_dcp_content_type (static_cast<DCPContentType*> (0));
@@ -211,6 +211,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check)
        options.max_audio_sample_error = 255;
        options.cpl_annotation_texts_can_differ = true;
        options.mxf_filenames_can_differ = true;
+       options.reel_annotation_texts_can_differ = true;
        options.reel_hashes_can_differ = true;
        
        BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2)));