diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-10-01 16:17:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-10-01 16:17:17 (GMT) |
commit | 98f6b609ad017d9bb8c018227060b7113a53b590 (patch) | |
tree | 39db4180c5fb04460b5c57dae8d7101fc5cf98b2 /MANIFEST | |
parent | cf212aebf8eca7b58dcb5057bd6d9cdf842afb70 (diff) | |
download | hdf5-98f6b609ad017d9bb8c018227060b7113a53b590.zip hdf5-98f6b609ad017d9bb8c018227060b7113a53b590.tar.gz hdf5-98f6b609ad017d9bb8c018227060b7113a53b590.tar.bz2 |
[svn-r17566] Fix for Bug 1562. H5DSis_attached needed to account for platform dependent types. Added test and test files for LE and BE dimension scales. Reworked part of test_ds file as part of debug.
Added missing H5Tclose in region reference routines.
H5DS.c checked for other locations which need to account for platform dependent types in dealing with ds_list_t. Added generator program for test files of LE and BE dimension scales.
Tested: local linux, h5committest
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1658,11 +1658,14 @@ ./hl/test/image24plane.txt ./hl/test/pal_rgb.h ./hl/test/sepia.pal +./hl/test/gen_test_ds.c ./hl/test/test_ds.c ./hl/test/test_image.c ./hl/test/test_lite.c ./hl/test/test_packet.c ./hl/test/test_table.c +./hl/test/test_ds_le.h5 +./hl/test/test_ds_be.h5 ./hl/test/test_table_le.hdf5 ./hl/test/test_table_be.hdf5 ./hl/test/test_table_cray.hdf5 |