X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fstream_test.cc;fp=test%2Fstream_test.cc;h=1cd7e4a4270f60144ebd706cc15468c9193710e6;hb=85c65bd422742813992686c17a5e1b718cc3c449;hp=c8073c1c8032342a2c4b807c3ad774860b6ce48e;hpb=e2be8234013335379bd49a53854218039348c7a4;p=dcpomatic.git diff --git a/test/stream_test.cc b/test/stream_test.cc index c8073c1c8..1cd7e4a42 100644 --- a/test/stream_test.cc +++ b/test/stream_test.cc @@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE (stream_test) FFmpegAudioStream a (shared_ptr (new cxml::Node (root)), 5); - BOOST_CHECK_EQUAL (a.id, 4); + BOOST_CHECK_EQUAL (a.identifier(), "4"); BOOST_CHECK_EQUAL (a.frame_rate, 44100); BOOST_CHECK_EQUAL (a.channels, 2); BOOST_CHECK_EQUAL (a.name, "hello there world");