summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-07-27 14:51:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-07-27 14:51:39 (GMT)
commit2c5c115a6182b3aa11e8a960cf4a961b6c1943c1 (patch)
treec44efb5209ea196c6db2c0988bf6325503c3203c /tools/test/h5dump/CMakeTests.cmake
parent2b193845d21293828f081d61b5f5e4af9566c563 (diff)
downloadhdf5-2c5c115a6182b3aa11e8a960cf4a961b6c1943c1.zip
hdf5-2c5c115a6182b3aa11e8a960cf4a961b6c1943c1.tar.gz
hdf5-2c5c115a6182b3aa11e8a960cf4a961b6c1943c1.tar.bz2
Revert Sencode h5dump test
Diffstat (limited to 'tools/test/h5dump/CMakeTests.cmake')
-rw-r--r--tools/test/h5dump/CMakeTests.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/test/h5dump/CMakeTests.cmake b/tools/test/h5dump/CMakeTests.cmake
index 132fc2b..cdd3e6d 100644
--- a/tools/test/h5dump/CMakeTests.cmake
+++ b/tools/test/h5dump/CMakeTests.cmake
@@ -21,7 +21,6 @@
# --------------------------------------------------------------------
set (HDF5_REFERENCE_FILES
${HDF5_TOOLS_DIR}/testfiles/charsets.ddl
- ${HDF5_TOOLS_DIR}/testfiles/err_attr_dspace.ddl
${HDF5_TOOLS_DIR}/testfiles/file_space.ddl
${HDF5_TOOLS_DIR}/testfiles/filter_fail.ddl
${HDF5_TOOLS_DIR}/testfiles/non_existing.ddl
@@ -218,7 +217,6 @@
)
set (HDF5_REFERENCE_TEST_FILES
${HDF5_TOOLS_DIR}/testfiles/charsets.h5
- ${HDF5_TOOLS_DIR}/testfiles/err_attr_dspace.h5
${HDF5_TOOLS_DIR}/testfiles/file_space.h5
${HDF5_TOOLS_DIR}/testfiles/filter_fail.h5
${HDF5_TOOLS_DIR}/testfiles/packedbits.h5
@@ -1535,9 +1533,6 @@
# test for non-existing file
ADD_H5_TEST (non_existing 1 --enable-error-stack tgroup.h5 non_existing.h5)
- # test to verify HDFFV-10333: error similar to H5O_attr_decode in the jira issue
- ADD_H5_TEST (err_attr_dspace 1 err_attr_dspace.h5)
-
##############################################################################
### P L U G I N T E S T S
##############################################################################