diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-22 09:57:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-22 09:57:49 +0100 |
| commit | 4d6f5ea3dcaddeed0695fe31fecca78666a5c81c (patch) | |
| tree | 0df3d358c0c823dbf959fadfea79cc4e316e3499 /test/recovery_test.cc | |
| parent | 4db995b48f21f79dd195f6a50def92734aeba00c (diff) | |
Add some tests for the hashing put into the FrameInfo.
Diffstat (limited to 'test/recovery_test.cc')
| -rw-r--r-- | test/recovery_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recovery_test.cc b/test/recovery_test.cc index 7482b8cc..6c4f6ac9 100644 --- a/test/recovery_test.cc +++ b/test/recovery_test.cc @@ -54,6 +54,7 @@ BOOST_AUTO_TEST_CASE (recovery) int written_size = 0; for (int i = 0; i < 24; ++i) { dcp::FrameInfo info = writer->write (data, size); + BOOST_CHECK_EQUAL (info.hash, "cb90485a97ea5f7555cedc8a7afd473b"); written_size = info.size; } |
