Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / test / frame_rate_test.cc
index 292dff8dbb05b2b290cb152e326023d9f9120b89..76a8ed5cbefe56c0872161126de9a81a926ef6ac 100644 (file)
@@ -21,7 +21,7 @@
 /** @file  test/frame_rate_test.cc
  *  @brief Tests for FrameRateChange and the computation of the best
  *  frame rate for the DCP.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include <boost/test/unit_test.hpp>
@@ -35,7 +35,7 @@
 #include "lib/audio_content.h"
 #include "test.h"
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /* Test Playlist::best_dcp_frame_rate and FrameRateChange
    with a single piece of content.