diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-19 16:42:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-19 16:42:33 (GMT) |
commit | 95445613ca4282b2e62fb98b832e755f79d3a968 (patch) | |
tree | eee37d5f144c7f9b0a23fecbf38fbe63b640f507 /test/testhdf5.c | |
parent | e5c61707549a9d193075db17f01557743b8a8407 (diff) | |
download | hdf5-95445613ca4282b2e62fb98b832e755f79d3a968.zip hdf5-95445613ca4282b2e62fb98b832e755f79d3a968.tar.gz hdf5-95445613ca4282b2e62fb98b832e755f79d3a968.tar.bz2 |
[svn-r2699] Purpose:
Bug fix
Description:
"Time" datatypes (H5T_UNIX_D*) were not being stored and retrieved in
the datatype object header message correctly.
Solution:
Store endian-ness and precision in the datatype object header message and
added test to continue to track them working correctly.
This fixes bug #512.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index ea88a7c..2b79074 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -168,6 +168,7 @@ main(int argc, char *argv[]) InitTest("h5s", test_h5s, cleanup_h5s, "Dataspaces"); InitTest("attr", test_attr, cleanup_attr, "Attributes"); InitTest("select", test_select, cleanup_select, "Selections"); + InitTest("time", test_time, cleanup_time, "Time Datatypes"); InitTest("reference", test_reference, cleanup_reference, "References"); InitTest("vltypes", test_vltypes, cleanup_vltypes, "Variable-Length Datatypes"); InitTest("vlstrings", test_vlstrings, cleanup_vlstrings, "Variable-Length Strings"); |