Rename tests after class

This commit is contained in:
2020-06-04 12:58:36 +02:00
parent 42c8f57de8
commit c626c0476c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;