summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-08-27 13:42:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-08-27 13:42:22 (GMT)
commitc2869d6a57b3ba2d3d5bac8fd8f3f638263b122e (patch)
tree33037ccb57b98b0fafdb75b8b22c070eb2baebf7 /test/dsets.c
parent32b58cef083388eec4b81c956eef717f59f24a87 (diff)
downloadhdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.zip
hdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.tar.gz
hdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.tar.bz2
[svn-r5895] Purpose:
Code cleanup/More tests Description: Cleaned up some compiler warnings and wrote additional tests for space allocation and storage size routines. Platforms tested: FreeBSD 4.6 (sleipnir) w/serial & parallel. Will be testing on IRIX64 6.5 (modi4) in serial & parallel shortly.
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 73f9392..be52ed2 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -986,6 +986,7 @@ main(void)
#endif
h5_fixname(FILENAME[0], fapl, filename, sizeof filename);
+ h5_fixname(FILENAME[1], fapl, filename, sizeof filename);
if ((file=H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, fapl))<0) {
goto error;
}