Use $HOME rather than hard-coded user name.
[dcpomatic.git] / test / audio_ring_buffers_test.cc
index 6efd8fbf8e58c9ba34def776881b0a75d4fedc22..265142d533fe9e20b9c4669f6e3b642d7f966168 100644 (file)
 
 */
 
+
 #include "lib/audio_ring_buffers.h"
 #include <boost/test/unit_test.hpp>
-#include <iostream>
 
-using std::cout;
+
 using std::make_shared;
-using std::shared_ptr;
 using namespace dcpomatic;
 
+
 #define CANARY 9999
 
-/* XXX: these tests don't check the timestamping in AudioRingBuffers */
 
 /** Basic tests fetching the same number of channels as went in */
 BOOST_AUTO_TEST_CASE (audio_ring_buffers_test1)