summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-02-05 18:42:24 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-02-05 18:42:24 (GMT)
commit4cc274b8454127548323c6478ae9ad1a01654b67 (patch)
tree0d69b5ac4fb91accd6dafd0a35df375003f97334 /tools
parent2680a9155c838c1410b8b7397e750d144765ef31 (diff)
downloadhdf5-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.conf1
-rw-r--r--tools/h5import/testfiles/bin8w.h5bin2052 -> 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
index a107785..32c3989 100644
--- a/tools/h5import/testfiles/bin8w.h5
+++ b/tools/h5import/testfiles/bin8w.h5
Binary files differ