Skip to content
Snippets Groups Projects
Commit 78ca00b8 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Added stubs for HDF5 read validation

parent 33a8ba0f
No related branches found
No related tags found
1 merge request!95Add read validation to engine tests
...@@ -88,6 +88,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read1D8) ...@@ -88,6 +88,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read1D8)
// Close the file // Close the file
engine->Close(); engine->Close();
} }
// Read data back with HDF5 natively
{
}
} }
//****************************************************************************** //******************************************************************************
...@@ -162,6 +166,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D2x4) ...@@ -162,6 +166,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D2x4)
// Close the file // Close the file
engine->Close(); engine->Close();
} }
// Read data back with HDF5 natively
{
}
} }
//****************************************************************************** //******************************************************************************
...@@ -236,6 +244,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D4x2) ...@@ -236,6 +244,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D4x2)
// Close the file // Close the file
engine->Close(); engine->Close();
} }
// Read data back with HDF5 natively
{
}
} }
//****************************************************************************** //******************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment