diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-21 23:27:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-21 23:27:11 (GMT) |
commit | 5fe34046c00065fdc10eb1b6b04309aaaf110331 (patch) | |
tree | 94a62100b7a8499c511430f0e8bda33434f8bee2 /test/tmeta.c | |
parent | 6bbe1283673ab7b151d751cb2df409f5babb47b4 (diff) | |
download | hdf5-5fe34046c00065fdc10eb1b6b04309aaaf110331.zip hdf5-5fe34046c00065fdc10eb1b6b04309aaaf110331.tar.gz hdf5-5fe34046c00065fdc10eb1b6b04309aaaf110331.tar.bz2 |
[svn-r12605] Description:
Break out a bunch of the misc. routines that were in src/H5.c into more
specific modules.
Add optimized fletcher32 checksum routine, for checksumming metadata as
well as raw data.
Tested On:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Will test further after checkin...
Diffstat (limited to 'test/tmeta.c')
-rw-r--r-- | test/tmeta.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/tmeta.c b/test/tmeta.c index 886ded2..ce5d65c 100644 --- a/test/tmeta.c +++ b/test/tmeta.c @@ -21,8 +21,6 @@ *************************************************************/ #include "testhdf5.h" - -#include "H5private.h" #include "H5Fprivate.h" #define TEST_INT16_VALUE -7641 @@ -65,7 +63,7 @@ test_metadata(void) uint8_t *p; /* pointer into the buffer being en/de-coded */ /* Output message about test being performed */ - MESSAGE(5, ("Testing Metadata encode/decode code\n")); + MESSAGE(5, ("Testing Metadata Encoding/decoding\n")); /* Start by encoding the values above */ p = encode_buffer; |