summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-07-21 16:03:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-07-21 16:03:44 (GMT)
commit362bbe2440bc562f703f4587c578f83f1747eba5 (patch)
treeef5332f2e665f6c19a18a9d31f14b961f7d50732 /test/tmisc.c
parent40d0fc76aead84d6cd719c6ab87d6f1635614f19 (diff)
downloadhdf5-362bbe2440bc562f703f4587c578f83f1747eba5.zip
hdf5-362bbe2440bc562f703f4587c578f83f1747eba5.tar.gz
hdf5-362bbe2440bc562f703f4587c578f83f1747eba5.tar.bz2
[svn-r25448] Description:
Initial tweaks to bring into alignment with trunk, during review process. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.2.1 (h5committest not required on this branch)
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index f1e5daf..725a720 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -2667,7 +2667,7 @@ test_misc15(void)
/* Verify that the file is still OK */
ret = H5Fis_accessible(MISC15_FILE, H5P_DEFAULT);
- CHECK(ret, FAIL, "H5Fis_hdf5");
+ CHECK(ret, FAIL, "H5Fis_accessible");
file = H5Fopen(MISC15_FILE, H5F_ACC_RDONLY, H5P_DEFAULT);
CHECK(file, FAIL, "H5Fopen");