mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r23117] Changed extension of hdf5 files from .hdf5 to .h5 for consistancy.
HDFFV-422: Change extention of the binary files from hdf5 to h5 Tested: jam (gnu)
This commit is contained in:
parent
31bbe63ebf
commit
07df6630f1
4
MANIFEST
4
MANIFEST
@ -1082,8 +1082,8 @@
|
||||
./test/tvltypes.c
|
||||
./test/unlink.c
|
||||
./test/vfd.c
|
||||
./test/test_filters_le.hdf5
|
||||
./test/test_filters_be.hdf5
|
||||
./test/test_filters_le.h5
|
||||
./test/test_filters_be.h5
|
||||
./test/gen_filters.c
|
||||
./test/chunk_info.c
|
||||
|
||||
|
@ -148,8 +148,8 @@ SET (HDF5_REFERENCE_TEST_FILES
|
||||
tarrold.h5
|
||||
tbad_msg_count.h5
|
||||
tbogus.h5
|
||||
test_filters_be.hdf5
|
||||
test_filters_le.hdf5
|
||||
test_filters_be.h5
|
||||
test_filters_le.h5
|
||||
th5s.h5
|
||||
tlayouto.h5
|
||||
tmtimen.h5
|
||||
|
@ -6571,7 +6571,7 @@ test_filters_endianess(void)
|
||||
hid_t dsid=-1; /* dataset ID */
|
||||
hid_t sid=-1; /* dataspace ID */
|
||||
hid_t dcpl=-1; /* dataset creation property list ID */
|
||||
const char *data_file = H5_get_srcdir_filename("test_filters_le.hdf5"); /* Corrected test file name */
|
||||
const char *data_file = H5_get_srcdir_filename("test_filters_le.h5"); /* Corrected test file name */
|
||||
|
||||
TESTING("filters with big-endian/little-endian data");
|
||||
|
||||
@ -6596,7 +6596,7 @@ test_filters_endianess(void)
|
||||
*/
|
||||
|
||||
/* compose the name of the file to open, using the srcdir, if appropriate */
|
||||
data_file = H5_get_srcdir_filename("test_filters_be.hdf5"); /* Corrected test file name */
|
||||
data_file = H5_get_srcdir_filename("test_filters_be.h5"); /* Corrected test file name */
|
||||
|
||||
/* open */
|
||||
if((fid = H5Fopen(data_file, H5F_ACC_RDONLY, H5P_DEFAULT)) < 0) FAIL_STACK_ERROR
|
||||
|
Loading…
Reference in New Issue
Block a user