diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-05 18:42:24 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-05 18:42:24 (GMT) |
commit | 4cc274b8454127548323c6478ae9ad1a01654b67 (patch) | |
tree | 0d69b5ac4fb91accd6dafd0a35df375003f97334 /tools | |
parent | 2680a9155c838c1410b8b7397e750d144765ef31 (diff) | |
download | hdf5-4cc274b8454127548323c6478ae9ad1a01654b67.zip hdf5-4cc274b8454127548323c6478ae9ad1a01654b67.tar.gz hdf5-4cc274b8454127548323c6478ae9ad1a01654b67.tar.bz2 |
[svn-r14498] bug fix: made the hdf5 file generated by bin8w test to have a predetermined byte order, so that the cross platform tests pass between big and little endian machines
tested: linux, solaris
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5import/testfiles/bin8w.conf | 1 | ||||
-rw-r--r-- | tools/h5import/testfiles/bin8w.h5 | bin | 2052 -> 2052 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5import/testfiles/bin8w.conf b/tools/h5import/testfiles/bin8w.conf index f51a95a..e4d534d 100644 --- a/tools/h5import/testfiles/bin8w.conf +++ b/tools/h5import/testfiles/bin8w.conf @@ -2,6 +2,7 @@ INPUT-CLASS IN INPUT-SIZE 8 RANK 1 DIMENSION-SIZES 4 +OUTPUT-BYTE-ORDER LE diff --git a/tools/h5import/testfiles/bin8w.h5 b/tools/h5import/testfiles/bin8w.h5 Binary files differindex a107785..32c3989 100644 --- a/tools/h5import/testfiles/bin8w.h5 +++ b/tools/h5import/testfiles/bin8w.h5 |