Add test to check the image assembly metadata calculation

This commit is contained in:
2020-06-02 15:46:42 +02:00
parent 477efdddbe
commit 2b75770aca
+5 -1
View File
@@ -29,4 +29,8 @@ TEST(ImageAssembler, basic_interaction)
assembler.free_slot(bunch_id);
ASSERT_EQ(assembler.is_slot_free(bunch_id), true);
}
for (size_t i_pulse = 0; i_pulse < BUFFER_BLOCK_SIZE; i_pulse++) {
ASSERT_EQ(metadata->is_good_image[i_pulse], 0);
}
}