diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-03 19:20:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-03 19:20:18 (GMT) |
commit | b5809e0780b136f7062b1aaa27c793ef4399996b (patch) | |
tree | 3731540041283b03dc22aad35a585da559a838d5 /tools/testfiles/tempty.ls | |
parent | cf4ff99bdfa213a17e666a587a27b0314ac353c0 (diff) | |
download | hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.zip hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.tar.gz hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.tar.bz2 |
[svn-r3230] Purpose:
Extra testing
Description:
Added tests to dump empty datasets to the h5dump and h5ls testing.
Platforms tested:
FreeBSD 4.2 (hawkwind)
Diffstat (limited to 'tools/testfiles/tempty.ls')
-rw-r--r-- | tools/testfiles/tempty.ls | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/testfiles/tempty.ls b/tools/testfiles/tempty.ls new file mode 100644 index 0000000..96ea64a --- /dev/null +++ b/tools/testfiles/tempty.ls @@ -0,0 +1,18 @@ +############################# + output for 'h5ls -w80 -d tempty.h5' +############################# +Dataset1.0 Dataset {4} + Data: + (0) (), (), (), () +Dataset2.0 Dataset {4} + Data: + (0) 0, 0, 0, 0 +Dataset3.0 Dataset {4} + Data: + (0) 0, 0, 0, 0 +Dataset4.0 Dataset {4} + Data: + (0) [0,0,0,0], [0,0,0,0], [0,0,0,0], [0,0,0,0] +Dataset5.0 Dataset {4} + Data: + (0) {0, 0, 0}, {0, 0, 0}, {0, 0, 0}, {0, 0, 0} |