summaryrefslogtreecommitdiff
path: root/test/dcp_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-24 01:06:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-24 01:06:04 +0100
commit9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch)
treecc10da19d90f9ad1d17066e152602c3f88e5bf2b /test/dcp_test.cc
parent242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff)
No-op: whitespace.
Diffstat (limited to 'test/dcp_test.cc')
-rw-r--r--test/dcp_test.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc
index 0338e1f8..4a6cb429 100644
--- a/test/dcp_test.cc
+++ b/test/dcp_test.cc
@@ -89,9 +89,9 @@ BOOST_AUTO_TEST_CASE (dcp_test1)
break;
}
}
-
+
sound_writer->finalize ();
-
+
cpl->add (shared_ptr<dcp::Reel> (
new dcp::Reel (
shared_ptr<dcp::ReelMonoPictureAsset> (new dcp::ReelMonoPictureAsset (mp, 0)),
@@ -99,7 +99,7 @@ BOOST_AUTO_TEST_CASE (dcp_test1)
shared_ptr<dcp::ReelSubtitleAsset> ()
)
));
-
+
d.add (cpl);
d.write_xml (dcp::SMPTE, xml_meta);
@@ -161,9 +161,9 @@ BOOST_AUTO_TEST_CASE (dcp_test2)
break;
}
}
-
+
sound_writer->finalize ();
-
+
cpl->add (shared_ptr<dcp::Reel> (
new dcp::Reel (
shared_ptr<dcp::ReelStereoPictureAsset> (new dcp::ReelStereoPictureAsset (mp, 0)),
@@ -171,7 +171,7 @@ BOOST_AUTO_TEST_CASE (dcp_test2)
shared_ptr<dcp::ReelSubtitleAsset> ()
)
));
-
+
d.add (cpl);
d.write_xml (dcp::SMPTE, xml_meta);
@@ -192,7 +192,7 @@ BOOST_AUTO_TEST_CASE (dcp_test3)
A.read ();
dcp::DCP B ("test/ref/DCP/dcp_test1");
B.read ();
-
+
BOOST_CHECK (A.equals (B, dcp::EqualityOptions(), boost::bind (&note, _1, _2)));
}
@@ -203,7 +203,7 @@ BOOST_AUTO_TEST_CASE (dcp_test4)
A.read ();
dcp::DCP B ("test/ref/DCP/dcp_test2");
B.read ();
-
+
BOOST_CHECK (!A.equals (B, dcp::EqualityOptions(), boost::bind (&note, _1, _2)));
}