diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-02-19 18:35:14 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-02-19 18:35:14 (GMT) |
commit | caee4e9f6f5a5d421a8410422cce09419a72de70 (patch) | |
tree | f443b45d6db89e4ce86bfbcec01a2b355cbcbd9c /test | |
parent | ccb2da81134478014e42a91535a26fd9230fea2b (diff) | |
download | hdf5-caee4e9f6f5a5d421a8410422cce09419a72de70.zip hdf5-caee4e9f6f5a5d421a8410422cce09419a72de70.tar.gz hdf5-caee4e9f6f5a5d421a8410422cce09419a72de70.tar.bz2 |
[svn-r293] Commented out some test code
Diffstat (limited to 'test')
-rw-r--r-- | test/tstab.c | 2 |
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); |