summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-02-24 20:21:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-02-24 20:21:13 (GMT)
commitf239b2e7f330c8095297fd16993ad3851e7e5232 (patch)
tree6d8f44279dd3d009b797f7f7a46123e39e8178f2 /test/testhdf5.h
parent0ba32beed6ceeac26c479a8e2fdaece7c890f65c (diff)
downloadhdf5-f239b2e7f330c8095297fd16993ad3851e7e5232.zip
hdf5-f239b2e7f330c8095297fd16993ad3851e7e5232.tar.gz
hdf5-f239b2e7f330c8095297fd16993ad3851e7e5232.tar.bz2
[svn-r6435] Purpose:
Code cleanup Description: Added more information to information printed for test failure. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)}
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h
index f89e1dc..96223be 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -82,8 +82,8 @@ extern int Verbosity;
"%ld \n", where, (int)__LINE__, __FILE__, (long)x); \
} \
if (x != val) { \
- print_func("*** UNEXPECTED VALUE from %s is %ld at line %4d " \
- "in %s\n", where, (long)x, (int)__LINE__, __FILE__); \
+ print_func("*** UNEXPECTED VALUE from %s should be %ld, but is %ld at line %4d " \
+ "in %s\n", where, (long)val, (long)x, (int)__LINE__, __FILE__); \
H5Eprint (stdout); \
num_errs++; \
} \
@@ -122,6 +122,7 @@ int print_func(const char *,...);
void test_metadata(void);
void test_tbbt(void);
void test_tst(void);
+void test_heap(void);
void test_refstr(void);
void test_file(void);
void test_h5t(void);