summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-01-16 18:11:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-01-16 18:11:54 (GMT)
commit7656baeed94281d493bc2932d63ddc11fdcc48b5 (patch)
treebfabea7cc8fa5e787399e84351523ac3e49119a8 /test
parent90b49bef1418dd0f5838065ba1ddd27dc071464a (diff)
downloadhdf5-7656baeed94281d493bc2932d63ddc11fdcc48b5.zip
hdf5-7656baeed94281d493bc2932d63ddc11fdcc48b5.tar.gz
hdf5-7656baeed94281d493bc2932d63ddc11fdcc48b5.tar.bz2
[svn-r3292] Purpose:
Comment fix Description: Comment describing test was misleading Solution: Corrected description of type of test being performed. Platforms tested: Eyeballed...
Diffstat (limited to 'test')
-rw-r--r--test/tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 2968b8e..b158fb5 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -90,7 +90,7 @@ test_file_create(void)
ret = H5Fclose(fid1);
CHECK(ret, FAIL, "H5Fclose");
ret = H5Fclose(fid2);
- VERIFY(ret, FAIL, "H5Fclose"); /*file should already be closed*/
+ VERIFY(ret, FAIL, "H5Fclose"); /*file should not have been open */
/*
* Try again with H5F_ACC_EXCL. This should fail because the file already