From 78ca00b878676cd047e343c9f54bcf397e6b198d Mon Sep 17 00:00:00 2001 From: Chuck Atkins <chuck.atkins@kitware.com> Date: Wed, 26 Apr 2017 09:31:42 -0400 Subject: [PATCH] Added stubs for HDF5 read validation --- testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp b/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp index d2fa8437b..c6ae18155 100644 --- a/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp +++ b/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp @@ -88,6 +88,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read1D8) // Close the file engine->Close(); } + + // Read data back with HDF5 natively + { + } } //****************************************************************************** @@ -162,6 +166,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D2x4) // Close the file engine->Close(); } + + // Read data back with HDF5 natively + { + } } //****************************************************************************** @@ -236,6 +244,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D4x2) // Close the file engine->Close(); } + + // Read data back with HDF5 natively + { + } } //****************************************************************************** -- GitLab