diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-13 00:12:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-13 00:12:50 +0100 |
| commit | ed0b3ee0c5a0ba11d3a1a1dfee8e71238bcab4bd (patch) | |
| tree | 6c27b0adc932533794a4378ea53c1fca3154f97d /test | |
| parent | 1d5ea1b139942bad5500ae40f0646da3fd29dc7f (diff) | |
Note and indicate servers with bad link version (#982).
Diffstat (limited to 'test')
| -rw-r--r-- | test/client_server_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/client_server_test.cc b/test/client_server_test.cc index b3d57e813..d77ed4c15 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -124,7 +124,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_rgb) dcpomatic_sleep (1); /* "localhost" rather than "127.0.0.1" here fails on docker; go figure */ - EncodeServerDescription description ("127.0.0.1", 1); + EncodeServerDescription description ("127.0.0.1", 1, SERVER_LINK_VERSION); list<thread*> threads; for (int i = 0; i < 8; ++i) { @@ -209,7 +209,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_yuv) dcpomatic_sleep (1); /* "localhost" rather than "127.0.0.1" here fails on docker; go figure */ - EncodeServerDescription description ("127.0.0.1", 2); + EncodeServerDescription description ("127.0.0.1", 2, SERVER_LINK_VERSION); list<thread*> threads; for (int i = 0; i < 8; ++i) { @@ -307,7 +307,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_j2k) dcpomatic_sleep (1); /* "localhost" rather than "127.0.0.1" here fails on docker; go figure */ - EncodeServerDescription description ("127.0.0.1", 2); + EncodeServerDescription description ("127.0.0.1", 2, SERVER_LINK_VERSION); list<thread*> threads; for (int i = 0; i < 8; ++i) { |
