From 13506ea7f43d30966f03705570ca8da192d0af26 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Dec 2014 00:40:53 +0000 Subject: Add another test stub. --- test/dcp_to_stl_binary_test.cc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/test/dcp_to_stl_binary_test.cc b/test/dcp_to_stl_binary_test.cc index b590991..aa6d1fb 100644 --- a/test/dcp_to_stl_binary_test.cc +++ b/test/dcp_to_stl_binary_test.cc @@ -110,3 +110,22 @@ BOOST_AUTO_TEST_CASE (dcp_to_stl_binary_test3) "build/test/Paddington_FTR_Subs_DE-FR_24fps_R1.stl" ); } + +BOOST_AUTO_TEST_CASE (dcp_to_stl_binary_test4) +{ + ifstream file ("test/data/test1.xml"); + + sub::write_stl_binary ( + sub::collect > (sub::DCPReader(file).subtitles ()), + 25, + sub::LANGUAGE_FRENCH, + "", "", + "", "", + "", "", + "300514", "300514", 0, + "GBR", + "", + "", "", + "build/test/test1.stl" + ); +} -- cgit v1.2.3