mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 00:42:22 +02:00
Rename test to follow class rename
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "test_buffer_utils.cpp"
|
||||
#include "test_BufferH5Writer.cpp"
|
||||
#include "test_ReplayH5Reader.cpp"
|
||||
#include "test_SFWriter.cpp"
|
||||
#include "test_WriterH5Writer.cpp"
|
||||
#include "test_FastQueue.cpp"
|
||||
#include "test_LiveRecvModule.cpp"
|
||||
#include "test_BufferUdpReceiver.cpp"
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
|
||||
using namespace core_buffer;
|
||||
|
||||
TEST(SFWriter, basic_interaction)
|
||||
TEST(WriterH5Writer, basic_interaction)
|
||||
{
|
||||
size_t n_modules = 2;
|
||||
size_t n_frames = 5;
|
||||
|
||||
auto data = make_unique<char[]>(n_modules*MODULE_N_BYTES);
|
||||
auto metadata = make_shared<DetectorFrame>();
|
||||
auto metadata = make_shared<ImageMetadata>();
|
||||
|
||||
WriterH5Writer writer("ignore.h5", n_frames, n_modules);
|
||||
writer.write(metadata.get(), data.get());
|
||||
Reference in New Issue
Block a user