diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-01-14 04:17:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 04:17:59 (GMT) |
commit | a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48 (patch) | |
tree | 277abecd672e06284f8194f6b6f608f00b15c7b5 /java/test/CMakeLists.txt | |
parent | 94fd05b9742cf21130bc0a6b6db9c4b034640ce3 (diff) | |
download | hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.zip hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.tar.gz hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.tar.bz2 |
1.12 Merge Add tests for H5Ocopy of new object refs (#1339)
* Add tests for H5Ocopy of new object refs
* Correct class name
* Skip test because of issue with debug assertions
* Update reference file
* Fix object examples for new refs and spelling fixs
* Fix ref try-catch blocks
Diffstat (limited to 'java/test/CMakeLists.txt')
-rw-r--r-- | java/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/CMakeLists.txt b/java/test/CMakeLists.txt index 70067fc..9362b42 100644 --- a/java/test/CMakeLists.txt +++ b/java/test/CMakeLists.txt @@ -39,6 +39,7 @@ set (HDF5_JAVA_TEST_SOURCES TestH5Oparams TestH5Obasic TestH5Ocreate + TestH5OcopyOld TestH5Ocopy TestH5PL TestH5VL |