Add some more tests.
[libsub.git] / test / stl_binary_writer_test.cc
index f77cba5d3d8afa894ed27604c631cf57bed83ab9..94e3b0901c73bdf37f4fd7e0aa26d7e63e077975 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #include "subtitle.h"
 #include <boost/test/unit_test.hpp>
 
-using std::list;
+using std::vector;
 
 /** Test writing of a binary STL file */
 BOOST_AUTO_TEST_CASE (stl_binary_writer_test)
 {
-       list<sub::Subtitle> subs;
+       vector<sub::Subtitle> subs;
 
        {
                sub::Subtitle s;