diff options
author | Robb Matzke <matzke@llnl.gov> | 2000-10-31 16:29:57 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2000-10-31 16:29:57 (GMT) |
commit | 718b67a1432cbfef1e1130cebb92afbaeee852e6 (patch) | |
tree | 273f25ede50c17e3ce11713048378ee33a6a949c /tools/testfiles/tall-2.ls | |
parent | 9a6bb96913ce9aa55b6e53c1be16161e41d2c367 (diff) | |
download | hdf5-718b67a1432cbfef1e1130cebb92afbaeee852e6.zip hdf5-718b67a1432cbfef1e1130cebb92afbaeee852e6.tar.gz hdf5-718b67a1432cbfef1e1130cebb92afbaeee852e6.tar.bz2 |
[svn-r2770]
Purpose:
Testing
Description:
The h5ls test script only looked at exit status.
Solution:
Created expected output files and compare actual output
with expected output.
Platforms tested:
i686-pc-linux
Diffstat (limited to 'tools/testfiles/tall-2.ls')
-rw-r--r-- | tools/testfiles/tall-2.ls | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/testfiles/tall-2.ls b/tools/testfiles/tall-2.ls new file mode 100644 index 0000000..136ffbe --- /dev/null +++ b/tools/testfiles/tall-2.ls @@ -0,0 +1,27 @@ +############################# + output for 'h5ls -w80 -r -d tall.h5' +############################# +/tall.h5/g1 Group +/tall.h5/g1/g1.1 Group +/tall.h5/g1/g1.1/dset1.1.1 Dataset {10, 10} + Data: + (0,0) 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 2, + (2,2) 4, 6, 8, 10, 12, 14, 16, 18, 0, 3, 6, 9, 12, 15, 18, 21, 24, 27, + (4,0) 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 0, 5, 10, 15, 20, 25, 30, 35, + (5,8) 40, 45, 0, 6, 12, 18, 24, 30, 36, 42, 48, 54, 0, 7, 14, 21, 28, + (7,5) 35, 42, 49, 56, 63, 0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 0, 9, + (9,2) 18, 27, 36, 45, 54, 63, 72, 81 +/tall.h5/g1/g1.1/dset1.1.2 Dataset {20} + Data: + (0) 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 +/tall.h5/g1/g1.2 Group +/tall.h5/g1/g1.2/g1.2.1 Group +/tall.h5/g1/g1.2/g1.2.1/slink -> somevalue +/tall.h5/g2 Group +/tall.h5/g2/dset2.1 Dataset {10} + Data: + (0) 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9 +/tall.h5/g2/dset2.2 Dataset {3, 5} + Data: + (0,0) 0, 0.1, 0.2, 0.3, 0.4, 0, 0.2, 0.4, 0.6, 0.8, 0, 0.3, 0.6, 0.9, + (2,4) 1.2 |