summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2008-01-09 21:32:25 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2008-01-09 21:32:25 (GMT)
commita594026a470785ae882d5a822b2ac50866038615 (patch)
tree2f71b08bb2b6f10fe0fdb14c6711141cffff1c0e /test/testhdf5.h
parente3eeacdc731e349688612eb2c704586988706f52 (diff)
downloadhdf5-a594026a470785ae882d5a822b2ac50866038615.zip
hdf5-a594026a470785ae882d5a822b2ac50866038615.tar.gz
hdf5-a594026a470785ae882d5a822b2ac50866038615.tar.bz2
[svn-r14386] Bug fix for #956. The calculation of the coordinates for dataspace selection went wrong when
the selection of some dimensions are full and these dimensions are optimized through "flattenning". The calculation of the coordinates wasn't general enough in H5Shyper.c. Also added a test program for it. Tested on smirom only because the same code was tested on 3 platforms for v1.8.
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h
index 0bc00d7..777ec1d 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -130,6 +130,7 @@ void test_refstr(void);
void test_file(void);
void test_h5t(void);
void test_h5s(void);
+void test_coords(void);
void test_h5d(void);
void test_attr(void);
void test_select(void);
@@ -148,6 +149,7 @@ void test_skiplist(void);
void cleanup_metadata(void);
void cleanup_file(void);
void cleanup_h5s(void);
+void cleanup_coords(void);
void cleanup_attr(void);
void cleanup_select(void);
void cleanup_time(void);