summaryrefslogtreecommitdiffstats
path: root/test/tstab.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-02-19 18:35:14 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-02-19 18:35:14 (GMT)
commitcaee4e9f6f5a5d421a8410422cce09419a72de70 (patch)
treef443b45d6db89e4ce86bfbcec01a2b355cbcbd9c /test/tstab.c
parentccb2da81134478014e42a91535a26fd9230fea2b (diff)
downloadhdf5-caee4e9f6f5a5d421a8410422cce09419a72de70.zip
hdf5-caee4e9f6f5a5d421a8410422cce09419a72de70.tar.gz
hdf5-caee4e9f6f5a5d421a8410422cce09419a72de70.tar.bz2
[svn-r293] Commented out some test code
Diffstat (limited to 'test/tstab.c')
-rw-r--r--test/tstab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tstab.c b/test/tstab.c
index c5d6b43..c46ef5d 100644
--- a/test/tstab.c
+++ b/test/tstab.c
@@ -239,8 +239,10 @@ test_2(void)
/*
* File access property list.
*/
+#if 0
access_plist = H5Ccreate (H5C_FILE_ACCESS);
H5Cset_core (access_plist, 3000000);
+#endif
/* create the file */
fid = H5Fcreate("tstab2.h5", H5F_ACC_TRUNC, create_plist, access_plist);