diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-02-24 14:53:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 14:53:10 (GMT) |
commit | fd07c2038eaf45a2cc218fa095c37201388b959b (patch) | |
tree | 0345faa2bcb8c31b4af03e8c0682c12dc3043c98 /tools/test/h5diff | |
parent | c7d800e5e526e2dcc2fd19cd0c75d2ef92f184bc (diff) | |
download | hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.zip hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.tar.gz hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.tar.bz2 |
1 12 Merge SZ plugin changes from develop (#1455)
* Merge SZ plugin changes from develop
* Update examples version
* Update examples version
Diffstat (limited to 'tools/test/h5diff')
-rw-r--r-- | tools/test/h5diff/CMakeTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake index 4fcfa26..8e01605 100644 --- a/tools/test/h5diff/CMakeTests.cmake +++ b/tools/test/h5diff/CMakeTests.cmake @@ -1278,7 +1278,7 @@ ADD_H5_TEST (h5diff_208 0 -c ${FILE19} ${FILE20}) ADD_H5_TEST (h5diff_220 1 -c non_comparables1.h5 non_comparables2.h5 /g1) # comparable dataset with non-comparable attribute and other comparable attributes. -# Also test non-compatible attributes with different type, dimention, rank. +# Also test non-compatible attributes with different type, dimension, rank. # All the rest comparables should display differences. ADD_H5_TEST (h5diff_221 1 -c non_comparables1.h5 non_comparables2.h5 /g2) @@ -1438,7 +1438,7 @@ ADD_H5_TEST (h5diff_475 1 -v h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /ext_ # ############################################################################## -# # test for group diff recursivly +# # test for group diff recursively # ############################################################################## # root ADD_H5_TEST (h5diff_500 1 -v ${GRP_RECURSE_FILE1} ${GRP_RECURSE_FILE2} / /) |