mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-06 21:58:41 +02:00
Rename tests after class
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "test_WriterH5Writer.cpp"
|
||||
#include "test_JFH5Writer.cpp"
|
||||
#include "test_ImageAssembler.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
using namespace std;
|
||||
using namespace buffer_config;
|
||||
|
||||
TEST(WriterH5Writer, basic_interaction)
|
||||
TEST(JFH5Writer, basic_interaction)
|
||||
{
|
||||
size_t n_modules = 2;
|
||||
uint64_t start_pulse_id = 1;
|
||||
@@ -24,7 +24,7 @@ TEST(WriterH5Writer, basic_interaction)
|
||||
writer.write(metadata.get(), data.get());
|
||||
}
|
||||
|
||||
TEST(WriterH5Writer, test_writing)
|
||||
TEST(JFH5Writer, test_writing)
|
||||
{
|
||||
size_t n_modules = 2;
|
||||
uint64_t start_pulse_id = 5;
|
||||
Reference in New Issue
Block a user