summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-05 19:11:09 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-05 19:11:09 (GMT)
commit36eb8049c75aa7367cdeee28f115356a230b454b (patch)
tree4d7469bb9a93c33d22e9ceee984bf6d108da2e55
parent5474d6d95712ebb8efd98d3331926cde9769afd9 (diff)
downloadhdf5-36eb8049c75aa7367cdeee28f115356a230b454b.zip
hdf5-36eb8049c75aa7367cdeee28f115356a230b454b.tar.gz
hdf5-36eb8049c75aa7367cdeee28f115356a230b454b.tar.bz2
[svn-r24764] rename container names for those tests to be unique so no conflicts occur when running the tests together.
-rw-r--r--examples/h5ff_client_evict_deltas.c2
-rw-r--r--examples/h5ff_client_prefetch.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/h5ff_client_evict_deltas.c b/examples/h5ff_client_evict_deltas.c
index 128a9b4..00c2aa8 100644
--- a/examples/h5ff_client_evict_deltas.c
+++ b/examples/h5ff_client_evict_deltas.c
@@ -10,7 +10,7 @@
#include "hdf5.h"
int main(int argc, char **argv) {
- const char file_name[]="eff_file_obj.h5";
+ const char file_name[]="eff_file_deltas.h5";
hid_t file_id;
hid_t gid;
hid_t did, map;
diff --git a/examples/h5ff_client_prefetch.c b/examples/h5ff_client_prefetch.c
index 02bff6a..f2f4917 100644
--- a/examples/h5ff_client_prefetch.c
+++ b/examples/h5ff_client_prefetch.c
@@ -10,7 +10,7 @@
#include "hdf5.h"
int main(int argc, char **argv) {
- const char file_name[]="eff_file_obj.h5";
+ const char file_name[]="eff_file_prefetch.h5";
hid_t file_id;
hid_t gid;
hid_t did, map;