diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-08-09 17:15:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-08-09 17:15:06 (GMT) |
commit | 02b5824f57c778aa91f4d78f72a615f2e62a3783 (patch) | |
tree | 3326933f473ae2c20a3e6b7c12cebd894877e3fc /tools/testfiles | |
parent | a586c760ee217c619fc97f0498c57506fb360a3e (diff) | |
download | hdf5-02b5824f57c778aa91f4d78f72a615f2e62a3783.zip hdf5-02b5824f57c778aa91f4d78f72a615f2e62a3783.tar.gz hdf5-02b5824f57c778aa91f4d78f72a615f2e62a3783.tar.bz2 |
[svn-r19198] [BZ1953]implementation for the proposed changes suggested by the "h5dump_output_option" RFC. This required that the region reference code be duplicated and reduced to allow the do_bin_output() function to understand region references. The container type-id also needed to be propagated into the do_bin_output() function and functions referenced (render_bin_output*).
Existing tests tested the binary function, so only one test was added to test the region reference generated file.
Tested: local linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tbinregR.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testfiles/tbinregR.exp b/tools/testfiles/tbinregR.exp new file mode 100644 index 0000000..857667f --- /dev/null +++ b/tools/testfiles/tbinregR.exp @@ -0,0 +1,7 @@ + + 66, 69, 72, 75, 78, 81, + 96, 99, 102, 105, 108, 111, + 126, 129, 132, 135, 138, 141, + 156, 159, 162, 165, 168, 171, + 186, 189, 192, 195, 198, 201, + 216, 219, 222, 225, 228, 231
\ No newline at end of file |