summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorMuqun Yang <myang6@hdfgroup.org>2021-04-29 16:31:34 (GMT)
committerMuqun Yang <myang6@hdfgroup.org>2021-04-29 16:31:34 (GMT)
commit87482f46c21e16bccc7484ffa36701ca237b996c (patch)
tree24468396a5186b68f6ae452fb09d96bb88348613 /test/testvfdswmr.sh.in
parente70444ccd2ccc474f221114e6dc74dfa0695063d (diff)
downloadhdf5-87482f46c21e16bccc7484ffa36701ca237b996c.zip
hdf5-87482f46c21e16bccc7484ffa36701ca237b996c.tar.gz
hdf5-87482f46c21e16bccc7484ffa36701ca237b996c.tar.bz2
1. Add the attribute storage check
2. Change the test names and remove unnecessary debugging information Tested at jelly.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 06b1023..979f5a9 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -721,12 +721,12 @@ fi
grp_attr_list=(
"compact"
"dense"
- "compact-to-dense"
"compact-del"
"dense-del"
+ "compact-add-to-dense"
"dense-del-to-compact"
"modify"
- "vstr"
+ "add-vstr"
"remove-vstr"
"modify-vstr"
)
@@ -799,7 +799,7 @@ os_grp_attr_list=(
"compact"
"compact-del"
"modify"
- "vstr"
+ "add-vstr"
"remove-vstr"
"modify-vstr"
)