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/tnestcomp-1.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/tnestcomp-1.ls')
-rw-r--r-- | tools/testfiles/tnestcomp-1.ls | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/testfiles/tnestcomp-1.ls b/tools/testfiles/tnestcomp-1.ls new file mode 100644 index 0000000..28e9f40 --- /dev/null +++ b/tools/testfiles/tnestcomp-1.ls @@ -0,0 +1,13 @@ +############################# + output for 'h5ls -w80 -r -d tnestedcomp.h5' +############################# +/tnestedcomp.h5/ArrayOfStructures Dataset {10} + Data: + (0) {0, 0, 1, {"A", [-100,100]}}, {1, 1, 0.5, {"B", [-100,100]}}, + (2) {2, 4, 0.333333, {"C", [-100,100]}}, + (3) {3, 9, 0.25, {"D", [-100,100]}}, {4, 16, 0.2, {"E", [-100,100]}}, + (5) {5, 25, 0.166667, {"F", [-100,100]}}, + (6) {6, 36, 0.142857, {"G", [-100,100]}}, + (7) {7, 49, 0.125, {"H", [-100,100]}}, + (8) {8, 64, 0.111111, {"I", [-100,100]}}, + (9) {9, 81, 0.1, {"J", [-100,100]}} |