summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tdset-3s.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/tdset-3s.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/tdset-3s.ddl')
-rw-r--r--tools/testfiles/tdset-3s.ddl21
1 files changed, 2 insertions, 19 deletions
diff --git a/tools/testfiles/tdset-3s.ddl b/tools/testfiles/tdset-3s.ddl
index d8deced..5963e90 100644
--- a/tools/testfiles/tdset-3s.ddl
+++ b/tools/testfiles/tdset-3s.ddl
@@ -8,27 +8,10 @@ DATASET "/dset1" {
SUBSET {
START ( 1, 1 );
STRIDE ( 1, 1 );
- COUNT ( 9, 19 );
+ COUNT ( 1, 1 );
BLOCK ( 1, 1 );
DATA {
- (1,1): 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
- (1,19): 20,
- (2,1): 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
- (2,18): 20, 21,
- (3,1): 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
- (3,18): 21, 22,
- (4,1): 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
- (4,18): 22, 23,
- (5,1): 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- (5,18): 23, 24,
- (6,1): 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- (6,17): 23, 24, 25,
- (7,1): 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23,
- (7,17): 24, 25, 26,
- (8,1): 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
- (8,17): 25, 26, 27,
- (9,1): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
- (9,17): 26, 27, 28
+ (1,1): 2
}
}
}