summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbigdata.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tbigdata.ddl')
-rw-r--r--tools/testfiles/tbigdata.ddl15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/testfiles/tbigdata.ddl b/tools/testfiles/tbigdata.ddl
new file mode 100644
index 0000000..0194708
--- /dev/null
+++ b/tools/testfiles/tbigdata.ddl
@@ -0,0 +1,15 @@
+#############################
+Expected output for 'h5dump tbigdata.h5'
+#############################
+HDF5 "tbigdata.h5" {
+GROUP "/" {
+ DATASET "dsetlonglong" {
+ DATATYPE H5T_STD_I64LE
+ DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
+ DATA {
+ (0): 4294967294, 4294967295, 4294967296, 4294967297, 4294967298,
+ (5): 4294967299, 4294967300, 4294967301, 4294967302, 4294967303
+ }
+ }
+}
+}