summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-11 15:39:28 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-11 15:39:28 (GMT)
commitb02e452be5c051ea38de5c5f94300ae97a414aaf (patch)
treef1d10af684d6fc5d7c5b1b383ce4c7a0e16e3417 /test/dsets.c
parent309f5f85dc8f5f24234d72fac85f5c08bf014d1c (diff)
downloadhdf5-b02e452be5c051ea38de5c5f94300ae97a414aaf.zip
hdf5-b02e452be5c051ea38de5c5f94300ae97a414aaf.tar.gz
hdf5-b02e452be5c051ea38de5c5f94300ae97a414aaf.tar.bz2
[svn-r691] Changes since 19980910
---------------------- ./MANIFEST Removed duplicate Ragged.html ./doc/src/Glossary.html Changed 1.0 to 1.2 since 1.0 is the current development branch, 1.1 will be development after beta release, and 1.2 will be the first complete release (see Version.html). ./test/dsets.c ./test/tstab.c Added more tests.
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 1e0799d..0fb7732 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -703,7 +703,7 @@ test_multiopen (hid_t file)
if ((space=H5Screate_simple (1, cur_size, max_size))<0) goto error;
if ((dset1=H5Dcreate (file, "multiopen", H5T_NATIVE_INT, space,
dcpl))<0) goto error;
- if ((dset2=H5Dopen (file, "multiopen"))<0) goto error;
+ if ((dset2=H5Dopen (dset1, "."))<0) goto error;
if (H5Sclose (space)<0) goto error;
/* Extend with the first handle */