summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-3.ddl
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1999-02-01 08:53:27 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1999-02-01 08:53:27 (GMT)
commit9bb068f3f316825f8de4981900c8c7f88b117a54 (patch)
treecaf325e9c8492fb76a14ec4733bd22b4d957d9a9 /tools/testfiles/tcomp-3.ddl
parentaa267768c13ab173e13c58bffe902468b67d6c24 (diff)
downloadhdf5-9bb068f3f316825f8de4981900c8c7f88b117a54.zip
hdf5-9bb068f3f316825f8de4981900c8c7f88b117a54.tar.gz
hdf5-9bb068f3f316825f8de4981900c8c7f88b117a54.tar.bz2
[svn-r1039] Added string tests and temporarily disabled test_compound_dt2() test.
Reflected the format changes to the expected output.
Diffstat (limited to 'tools/testfiles/tcomp-3.ddl')
-rw-r--r--tools/testfiles/tcomp-3.ddl25
1 files changed, 20 insertions, 5 deletions
diff --git a/tools/testfiles/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl
index 1a1d74b..ae5e338 100644
--- a/tools/testfiles/tcomp-3.ddl
+++ b/tools/testfiles/tcomp-3.ddl
@@ -13,11 +13,26 @@ GROUP "/group2" {
}
DATASPACE { SIMPLE ( 5 ) / ( 5 ) }
DATA {
- {0,0}
- {1,0.1}
- {2,0.2}
- {3,0.3}
- {4,0.4}
+ {
+ [ 0 ],
+ [ 0 ]
+ },
+ {
+ [ 1 ],
+ [ 0.1 ]
+ },
+ {
+ [ 2 ],
+ [ 0.2 ]
+ },
+ {
+ [ 3 ],
+ [ 0.3 ]
+ },
+ {
+ [ 4 ],
+ [ 0.4 ]
+ }
}
}
}