diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-11 03:18:03 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-11 03:18:03 (GMT) |
commit | 7822924da9f9f23b3ba76a188cdf1cf583c260f7 (patch) | |
tree | 3458325cf4e96626d5360d328c8e2fd04bf963b1 /test/vds.c | |
parent | 84d9914a132099d2495da4e32a3deb4cde1e2920 (diff) | |
download | hdf5-7822924da9f9f23b3ba76a188cdf1cf583c260f7.zip hdf5-7822924da9f9f23b3ba76a188cdf1cf583c260f7.tar.gz hdf5-7822924da9f9f23b3ba76a188cdf1cf583c260f7.tar.bz2 |
[svn-r28573] Merge of r28109 from revise_chunks. Minor change to test/vds.c.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
Diffstat (limited to 'test/vds.c')
-rw-r--r-- | test/vds.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -37,7 +37,7 @@ const char *FILENAME[] = { "vds_virt_1", "vds_src_0", "vds_src_1", - "vds%_src", + "vds%%_src", NULL }; @@ -1156,7 +1156,7 @@ test_basic_io(unsigned config, hid_t fapl) char vfilename2[FILENAME_BUF_SIZE]; char srcfilenamepct[FILENAME_BUF_SIZE]; char srcfilenamepct_map[FILENAME_BUF_SIZE]; - const char *srcfilenamepct_map_orig = "vds%%_src"; + const char *srcfilenamepct_map_orig = "vds%%%%_src"; hid_t srcfile[4] = {-1, -1, -1, -1}; /* Files with source dsets */ hid_t vfile = -1; /* File with virtual dset */ hid_t vfile2 = -1; /* File with copied virtual dset */ @@ -6383,7 +6383,7 @@ test_printf(unsigned config, hid_t fapl) const char *printf_srcfilename_map_orig = "vds_src_%b"; char srcfilenamepct[FILENAME_BUF_SIZE]; char srcfilenamepct_map[FILENAME_BUF_SIZE]; - const char *srcfilenamepct_map_orig = "vds%%_src"; + const char *srcfilenamepct_map_orig = "vds%%%%_src"; hid_t srcfile[4] = {-1, -1, -1, -1}; /* Files with source dsets */ hid_t vfile = -1; /* File with virtual dset */ hid_t dcpl = -1; /* Dataset creation property list */ |