diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-08-09 18:15:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-08-09 18:15:37 (GMT) |
commit | eee9ca47a186a06a8a2072d7dca2316918ca1103 (patch) | |
tree | fa89bfa2392d2877c2fc8b1864b547da3f91a35a /tools/testfiles/tbinregR.exp | |
parent | c1aa958992fb7eb73ef48a6e91f63ae2140cc422 (diff) | |
download | hdf5-eee9ca47a186a06a8a2072d7dca2316918ca1103.zip hdf5-eee9ca47a186a06a8a2072d7dca2316918ca1103.tar.gz hdf5-eee9ca47a186a06a8a2072d7dca2316918ca1103.tar.bz2 |
[svn-r19202] [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/tbinregR.exp')
-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 |