Do EncodeServerFinder 'disable' in a more sensible way.
[dcpomatic.git] / test / test.cc
index c57f76e61c7f98a97effb69622a682308a81ea35..7a759314d8ba4713a7333b32856889746f662044 100644 (file)
@@ -81,7 +81,7 @@ struct TestConfig
                Config::instance()->set_default_j2k_bandwidth (100000000);
                Config::instance()->set_log_types (LogEntry::TYPE_GENERAL | LogEntry::TYPE_WARNING | LogEntry::TYPE_ERROR);
 
-               EncodeServerFinder::instance()->disable ();
+               EncodeServerFinder::instance()->stop ();
 
                signal_manager = new TestSignalManager ();
        }