summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattrreg.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-09-17 20:37:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-09-17 20:37:09 (GMT)
commitc44c9feb358d5a843f3e92769780ef6e914b0b6f (patch)
tree0314a9747cc8abb5baf0463be91989b8febd08c8 /tools/testfiles/tattrreg.ddl
parentf4d69b78e505fa873f5fb29b903f5f7bcd07350b (diff)
downloadhdf5-c44c9feb358d5a843f3e92769780ef6e914b0b6f.zip
hdf5-c44c9feb358d5a843f3e92769780ef6e914b0b6f.tar.gz
hdf5-c44c9feb358d5a843f3e92769780ef6e914b0b6f.tar.bz2
[svn-r17493] Bring changes from trunk to tools lib, h5dump and error handling.
Tested: h5committest, local linux
Diffstat (limited to 'tools/testfiles/tattrreg.ddl')
-rw-r--r--tools/testfiles/tattrreg.ddl38
1 files changed, 38 insertions, 0 deletions
diff --git a/tools/testfiles/tattrreg.ddl b/tools/testfiles/tattrreg.ddl
new file mode 100644
index 0000000..5b64b18
--- /dev/null
+++ b/tools/testfiles/tattrreg.ddl
@@ -0,0 +1,38 @@
+#############################
+Expected output for 'h5dump tattrreg.h5'
+#############################
+HDF5 "tattrreg.h5" {
+GROUP "/" {
+ DATASET "Dataset1" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE NULL
+ DATA {
+ }
+ ATTRIBUTE "Attribute1" {
+ DATATYPE H5T_REFERENCE
+ DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
+ DATA {
+ (0): DATASET /Dataset2 {(2,2)-(7,7)}, DATASET /Dataset2 {(6,9),
+ (1): (2,2), (8,4), (1,6), (2,8), (3,2), (0,4), (9,0), (7,1),
+ (1): (3,3)}, NULL, NULL
+ }
+ }
+ }
+ DATASET "Dataset2" {
+ DATATYPE H5T_STD_U8BE
+ DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
+ DATA {
+ (0,0): 0, 3, 6, 9, 12, 15, 18, 21, 24, 27,
+ (1,0): 30, 33, 36, 39, 42, 45, 48, 51, 54, 57,
+ (2,0): 60, 63, 66, 69, 72, 75, 78, 81, 84, 87,
+ (3,0): 90, 93, 96, 99, 102, 105, 108, 111, 114, 117,
+ (4,0): 120, 123, 126, 129, 132, 135, 138, 141, 144, 147,
+ (5,0): 150, 153, 156, 159, 162, 165, 168, 171, 174, 177,
+ (6,0): 180, 183, 186, 189, 192, 195, 198, 201, 204, 207,
+ (7,0): 210, 213, 216, 219, 222, 225, 228, 231, 234, 237,
+ (8,0): 240, 243, 246, 249, 252, 255, 2, 5, 8, 11,
+ (9,0): 14, 17, 20, 23, 26, 29, 32, 35, 38, 41
+ }
+ }
+}
+}