summaryrefslogtreecommitdiffstats
path: root/c++/test/tfile.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-01-03 13:53:54 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-01-03 13:53:54 (GMT)
commit565aa10d8dcef5fc52aa14b2b16e4fc5e00b711f (patch)
treec9acf1fa5f01dccfbd2d3fbc0a8e4fb1956b9645 /c++/test/tfile.cpp
parentcd3bd5576f048ce1ca413921c76dcacf137d2110 (diff)
downloadhdf5-565aa10d8dcef5fc52aa14b2b16e4fc5e00b711f.zip
hdf5-565aa10d8dcef5fc52aa14b2b16e4fc5e00b711f.tar.gz
hdf5-565aa10d8dcef5fc52aa14b2b16e4fc5e00b711f.tar.bz2
Purpose: Add more tests
Description: Added more tests for the new constructors that replaced openXxxType() Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/test/tfile.cpp')
-rw-r--r--c++/test/tfile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/test/tfile.cpp b/c++/test/tfile.cpp
index e9c865f..c7ed933 100644
--- a/c++/test/tfile.cpp
+++ b/c++/test/tfile.cpp
@@ -639,10 +639,6 @@ const H5std_string SUBGROUP3("/G1/G3");
static void test_libver_bounds_real(
H5F_libver_t libver_create, unsigned oh_vers_create,
H5F_libver_t libver_mod, unsigned oh_vers_mod)
- /* (H5F_LIBVER_EARLIEST, H5O_VERSION_1, H5F_LIBVER_LATEST, H5O_VERSION_2);
-(H5F_LIBVER_LATEST, H5O_VERSION_2, H5F_LIBVER_EARLIEST, H5O_VERSION_2);
- */
-
{
try {