summaryrefslogtreecommitdiffstats
path: root/c++/test/tfile.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-09-29 20:52:08 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-09-29 20:52:08 (GMT)
commit0befe65753b60e85891453dcbca373763a070419 (patch)
treea3346fca5a6ad59fabfcc2152aa655e002e11245 /c++/test/tfile.cpp
parent9140500b86f1143e9d0684db553d796271bffc14 (diff)
downloadhdf5-0befe65753b60e85891453dcbca373763a070419.zip
hdf5-0befe65753b60e85891453dcbca373763a070419.tar.gz
hdf5-0befe65753b60e85891453dcbca373763a070419.tar.bz2
[svn-r25632] Purpose: Fixed HDFFV-8852
Description: H5F_ACC_CREAT was included in the C++ API while the C library doesn't allow it yet. Possibly, in the future, but not now. In addition, the two flags H5F_ACC_RDONLY and H5F_ACC_RDWR were missing from the documentation, causing confusion that appending is not supported. Solution: - Removed H5F_ACC_CREAT from the function until the C library support it - Added H5F_ACC_RDONLY and H5F_ACC_RDWR to the comments to update the documentation Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Diffstat (limited to 'c++/test/tfile.cpp')
-rw-r--r--c++/test/tfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/tfile.cpp b/c++/test/tfile.cpp
index 1f53e61..ecfa8d0 100644
--- a/c++/test/tfile.cpp
+++ b/c++/test/tfile.cpp
@@ -622,7 +622,7 @@ extern "C"
void test_file()
{
// Output message about test being performed
- MESSAGE(5, ("Testing File I/O operations\n"));
+ MESSAGE(5, ("Testing File I/O Operations\n"));
test_file_create(); // Test file creation (also creation templates)
test_file_open(); // Test file opening