summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-12 21:32:36 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-12 21:32:36 (GMT)
commitc8fb91983eef3191d859e76e66224eff5c2f40ad (patch)
tree4705b6009821b83068b11d8056b5044a7ad46fa2 /tools/testfiles
parent0f83bd0964b7a6395e51bb1d03216049df49c57d (diff)
downloadhdf5-c8fb91983eef3191d859e76e66224eff5c2f40ad.zip
hdf5-c8fb91983eef3191d859e76e66224eff5c2f40ad.tar.gz
hdf5-c8fb91983eef3191d859e76e66224eff5c2f40ad.tar.bz2
[svn-r13283]
added a test for the printing of long long numbers greater than 4GB
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tbigdata.ddl15
-rw-r--r--tools/testfiles/tbigdata.h5bin0 -> 2128 bytes
2 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
+ }
+ }
+}
+}
diff --git a/tools/testfiles/tbigdata.h5 b/tools/testfiles/tbigdata.h5
new file mode 100644
index 0000000..f1b3833
--- /dev/null
+++ b/tools/testfiles/tbigdata.h5
Binary files differ