From 7656baeed94281d493bc2932d63ddc11fdcc48b5 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 16 Jan 2001 13:11:54 -0500 Subject: [svn-r3292] Purpose: Comment fix Description: Comment describing test was misleading Solution: Corrected description of type of test being performed. Platforms tested: Eyeballed... --- test/tfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12