Add basic unit test for the disk writer code.
[dcpomatic.git] / test / render_subtitles_test.cc
index 68b19200785b0de009033dae2d40ddcb28e0bae1..99e1e7a1b11d531210aeb9b22e0536e3e73d61ff 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/render_text_test.cc
  *  @brief Check markup of subtitles for rendering.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/render_text.h"
@@ -52,7 +52,8 @@ add (std::list<StringText>& s, std::string text, bool italic, bool bold, bool un
                                dcp::Colour (0, 0, 0),
                                dcp::Time (),
                                dcp::Time ()
-                               )
+                               ),
+                       2
                        )
                );
 }