summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-4.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-05-26 17:36:19 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-05-26 17:36:19 (GMT)
commit02e561fa977a2afed01da8323ed4eb2634287b03 (patch)
treed9354da32b321933ef31f37d352b913660b2771f /tools/testfiles/tcomp-4.ddl
parent7912d54d4d594a617e31077ac12be7b385a78521 (diff)
downloadhdf5-02e561fa977a2afed01da8323ed4eb2634287b03.zip
hdf5-02e561fa977a2afed01da8323ed4eb2634287b03.tar.gz
hdf5-02e561fa977a2afed01da8323ed4eb2634287b03.tar.bz2
[svn-r8580] Purpose:
bug fix Description: the output of array indices for the array datatype case was not done correctly Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/testfiles/tcomp-4.ddl')
-rw-r--r--tools/testfiles/tcomp-4.ddl48
1 files changed, 24 insertions, 24 deletions
diff --git a/tools/testfiles/tcomp-4.ddl b/tools/testfiles/tcomp-4.ddl
index fe2afb3..3690f75 100644
--- a/tools/testfiles/tcomp-4.ddl
+++ b/tools/testfiles/tcomp-4.ddl
@@ -30,10 +30,10 @@ GROUP "/" {
[ "A fight is a contract that takes two people to honor.", "A combative stance means that you've accepted the contract.", "In which case, you deserve what you get.", " -- Professor Cheng Man-ch'ing" ],
"Hello!",
[ 0, 1, 2, 3, 4, 5,
- %s 1, 2, 3, 4, 5, 6,
- %s 2, 3, 4, 5, 6, 7,
- %s 3, 4, 5, 6, 7, 8,
- %s 4, 5, 6, 7, 8, 9 ],
+ 1, 2, 3, 4, 5, 6,
+ 2, 3, 4, 5, 6, 7,
+ 3, 4, 5, 6, 7, 8,
+ 4, 5, 6, 7, 8, 9 ],
0,
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
109
@@ -43,10 +43,10 @@ GROUP "/" {
[ "A fight is a contract that takes two people to honor.", "A combative stance means that you've accepted the contract.", "In which case, you deserve what you get.", " -- Professor Cheng Man-ch'ing" ],
"Hello!",
[ 1, 2, 3, 4, 5, 6,
- %s 2, 3, 4, 5, 6, 7,
- %s 3, 4, 5, 6, 7, 8,
- %s 4, 5, 6, 7, 8, 9,
- %s 5, 6, 7, 8, 9, 10 ],
+ 2, 3, 4, 5, 6, 7,
+ 3, 4, 5, 6, 7, 8,
+ 4, 5, 6, 7, 8, 9,
+ 5, 6, 7, 8, 9, 10 ],
0.96,
[ 1024.96, 1024.96, 1024.96, 1024.96, 1024.96, 1024.96, 1024.96, 1024.96, 1024.96, 1024.96 ],
109
@@ -56,10 +56,10 @@ GROUP "/" {
[ "A fight is a contract that takes two people to honor.", "A combative stance means that you've accepted the contract.", "In which case, you deserve what you get.", " -- Professor Cheng Man-ch'ing" ],
"Hello!",
[ 2, 3, 4, 5, 6, 7,
- %s 3, 4, 5, 6, 7, 8,
- %s 4, 5, 6, 7, 8, 9,
- %s 5, 6, 7, 8, 9, 10,
- %s 6, 7, 8, 9, 10, 11 ],
+ 3, 4, 5, 6, 7, 8,
+ 4, 5, 6, 7, 8, 9,
+ 5, 6, 7, 8, 9, 10,
+ 6, 7, 8, 9, 10, 11 ],
1.92,
[ 2049.93, 2049.93, 2049.93, 2049.93, 2049.93, 2049.93, 2049.93, 2049.93, 2049.93, 2049.93 ],
109
@@ -69,10 +69,10 @@ GROUP "/" {
[ "A fight is a contract that takes two people to honor.", "A combative stance means that you've accepted the contract.", "In which case, you deserve what you get.", " -- Professor Cheng Man-ch'ing" ],
"Hello!",
[ 3, 4, 5, 6, 7, 8,
- %s 4, 5, 6, 7, 8, 9,
- %s 5, 6, 7, 8, 9, 10,
- %s 6, 7, 8, 9, 10, 11,
- %s 7, 8, 9, 10, 11, 12 ],
+ 4, 5, 6, 7, 8, 9,
+ 5, 6, 7, 8, 9, 10,
+ 6, 7, 8, 9, 10, 11,
+ 7, 8, 9, 10, 11, 12 ],
2.88,
[ 3074.89, 3074.89, 3074.89, 3074.89, 3074.89, 3074.89, 3074.89, 3074.89, 3074.89, 3074.89 ],
109
@@ -82,10 +82,10 @@ GROUP "/" {
[ "A fight is a contract that takes two people to honor.", "A combative stance means that you've accepted the contract.", "In which case, you deserve what you get.", " -- Professor Cheng Man-ch'ing" ],
"Hello!",
[ 4, 5, 6, 7, 8, 9,
- %s 5, 6, 7, 8, 9, 10,
- %s 6, 7, 8, 9, 10, 11,
- %s 7, 8, 9, 10, 11, 12,
- %s 8, 9, 10, 11, 12, 13 ],
+ 5, 6, 7, 8, 9, 10,
+ 6, 7, 8, 9, 10, 11,
+ 7, 8, 9, 10, 11, 12,
+ 8, 9, 10, 11, 12, 13 ],
3.84,
[ 4099.85, 4099.85, 4099.85, 4099.85, 4099.85, 4099.85, 4099.85, 4099.85, 4099.85, 4099.85 ],
109
@@ -95,10 +95,10 @@ GROUP "/" {
[ "A fight is a contract that takes two people to honor.", "A combative stance means that you've accepted the contract.", "In which case, you deserve what you get.", " -- Professor Cheng Man-ch'ing" ],
"Hello!",
[ 5, 6, 7, 8, 9, 10,
- %s 6, 7, 8, 9, 10, 11,
- %s 7, 8, 9, 10, 11, 12,
- %s 8, 9, 10, 11, 12, 13,
- %s 9, 10, 11, 12, 13, 14 ],
+ 6, 7, 8, 9, 10, 11,
+ 7, 8, 9, 10, 11, 12,
+ 8, 9, 10, 11, 12, 13,
+ 9, 10, 11, 12, 13, 14 ],
4.8,
[ 5124.82, 5124.82, 5124.82, 5124.82, 5124.82, 5124.82, 5124.82, 5124.82, 5124.82, 5124.82 ],
109