Fix test case to cope with fixes to subtitle reel numbering in d5ece4a.
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Jul 2018 21:45:42 +0000 (21:45 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Jul 2018 21:45:42 +0000 (21:45 +0000)
test/subtitle_reel_number_test.cc

index 3eede3a8845e66fcea7c74d728b1f755fe8f5d18..5a6af7a682d7957569f0da2d927f8b69fda153c3 100644 (file)
@@ -66,7 +66,7 @@ BOOST_AUTO_TEST_CASE (subtitle_reel_number_test)
                        shared_ptr<dcp::InteropSubtitleAsset> ass = dynamic_pointer_cast<dcp::InteropSubtitleAsset>(i->main_subtitle()->asset());
                        BOOST_REQUIRE (ass);
                        BOOST_CHECK_EQUAL (ass->reel_number(), dcp::raw_convert<string>(n));
-                       ++n;
                }
+               ++n;
        }
 }