Merge master; specify libdcp-1.0.
[dcpomatic.git] / test / stream_test.cc
index c8073c1c8032342a2c4b807c3ad774860b6ce48e..1cd7e4a4270f60144ebd706cc15468c9193710e6 100644 (file)
@@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE (stream_test)
                
        FFmpegAudioStream a (shared_ptr<cxml::Node> (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");