Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / test / required_disk_space_test.cc
index 5510864d9b94576e78b66b3b3a53a893a574a837..cad2e2ee5bdffbaac3a4ab826ebfc5bdd21989cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 /** @file  test/required_disk_space_test.cc
  *  @brief Check Film::required_disk_space
  *  @ingroup selfcontained
  */
 
+
 #include "lib/content_factory.h"
 #include "lib/dcp_content.h"
 #include "lib/film.h"
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
+
+using std::dynamic_pointer_cast;
 using std::make_shared;
 using std::shared_ptr;
-using std::dynamic_pointer_cast;
+
 
 void check_within_n (int64_t a, int64_t b, int64_t n)
 {