summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-3.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tcomp-3.ddl')
-rw-r--r--tools/testfiles/tcomp-3.ddl22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/testfiles/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl
index 2303e2e..1b24e27 100644
--- a/tools/testfiles/tcomp-3.ddl
+++ b/tools/testfiles/tcomp-3.ddl
@@ -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
}
}
}