diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-03-11 19:02:11 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-03-11 19:02:11 (GMT) |
commit | a0c7a9a67e4e93afef2064360098cc308c4e65b3 (patch) | |
tree | 2b9e3e2db44938166c3ae0e984a98e25f94718e1 | |
parent | 85de8af63da9b0e7bd8c898323b94048afae0782 (diff) | |
download | hdf5-a0c7a9a67e4e93afef2064360098cc308c4e65b3.zip hdf5-a0c7a9a67e4e93afef2064360098cc308c4e65b3.tar.gz hdf5-a0c7a9a67e4e93afef2064360098cc308c4e65b3.tar.bz2 |
[svn-r16569] the conf file needs a byte order entry because of the way the tool validates the output with h5dump (comparing the h5dump current output with a h5dump output from a pre-existent h5 file).
added the byte order keyword that was removed on the last check in
tested: linux, solaris
-rwxr-xr-x | tools/h5import/testfiles/txtin8.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5import/testfiles/txtin8.conf b/tools/h5import/testfiles/txtin8.conf index 350d18a..ea049c5 100755 --- a/tools/h5import/testfiles/txtin8.conf +++ b/tools/h5import/testfiles/txtin8.conf @@ -3,6 +3,7 @@ INPUT-CLASS TEXTIN INPUT-SIZE 8 OUTPUT-CLASS IN OUTPUT-SIZE 8 +OUTPUT-BYTE-ORDER LE RANK 3 DIMENSION-SIZES 2 4 3 CHUNKED-DIMENSION-SIZES 2 2 2 |