[svn-r1853] updated these files to reflect the changes in the format for the dump output

This commit is contained in:
Patrick Lu 1999-12-03 14:48:34 -05:00
parent 4ed4c8fb47
commit 6660a174c2
2 changed files with 57 additions and 57 deletions

View File

@ -1,7 +1,7 @@
#############################
Expected output for 'h5dump tcompound.h5'
#############################
HDF5 "tcompound.h5" {
HDF5 "..\..\testfiles\tcompound.h5" {
GROUP "/" {
DATATYPE "#5992:0" {
H5T_STD_I32BE "int";
@ -16,29 +16,29 @@ GROUP "/" {
DATASPACE { SIMPLE ( 5 ) / ( 5 ) }
DATA {
{
[ 0 ],
[ 0 ],
[ 1 ]
0,
0,
1
},
{
[ 1 ],
[ 1 ],
[ 0.5 ]
1,
1,
0.5
},
{
[ 2 ],
[ 4 ],
[ 0.333333 ]
2,
4,
0.333333
},
{
[ 3 ],
[ 9 ],
[ 0.25 ]
3,
9,
0.25
},
{
[ 4 ],
[ 16 ],
[ 0.2 ]
4,
16,
0.2
}
}
}
@ -50,24 +50,24 @@ GROUP "/" {
DATASPACE { SIMPLE ( 5 ) / ( 5 ) }
DATA {
{
[ 0 ],
[ 0 ]
0,
0
},
{
[ 1 ],
[ 1.1 ]
1,
1.1
},
{
[ 2 ],
[ 2.2 ]
2,
2.2
},
{
[ 3 ],
[ 3.3 ]
3,
3.3
},
{
[ 4 ],
[ 4.4 ]
4,
4.4
}
}
}
@ -230,24 +230,24 @@ GROUP "/" {
DATASPACE { SIMPLE ( 5 ) / ( 5 ) }
DATA {
{
[ 0 ],
[ 0 ]
0,
0
},
{
[ 1 ],
[ 1 ]
1,
1
},
{
[ 2 ],
[ 2 ]
2,
2
},
{
[ 3 ],
[ 3 ]
3,
3
},
{
[ 4 ],
[ 4 ]
4,
4
}
}
}
@ -264,24 +264,24 @@ GROUP "/" {
DATASPACE { SIMPLE ( 5 ) / ( 5 ) }
DATA {
{
[ 0 ],
[ 0 ]
0,
0
},
{
[ 1 ],
[ 0.1 ]
1,
0.1
},
{
[ 2 ],
[ 0.2 ]
2,
0.2
},
{
[ 3 ],
[ 0.3 ]
3,
0.3
},
{
[ 4 ],
[ 0.4 ]
4,
0.4
}
}
}

View File

@ -1,7 +1,7 @@
#############################
Expected output for 'h5dump -t /#5992:0 -g /group2 tcompound.h5'
#############################
HDF5 "tcompound.h5" {
HDF5 "..\..\testfiles\tcompound.h5" {
DATATYPE "/#5992:0" {
H5T_STD_I32BE "int";
H5T_IEEE_F32BE "float";
@ -14,24 +14,24 @@ GROUP "/group2" {
DATASPACE { SIMPLE ( 5 ) / ( 5 ) }
DATA {
{
[ 0 ],
[ 0 ]
0,
0
},
{
[ 1 ],
[ 0.1 ]
1,
0.1
},
{
[ 2 ],
[ 0.2 ]
2,
0.2
},
{
[ 3 ],
[ 0.3 ]
3,
0.3
},
{
[ 4 ],
[ 0.4 ]
4,
0.4
}
}
}