From a0c7a9a67e4e93afef2064360098cc308c4e65b3 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 11 Mar 2009 14:02:11 -0500 Subject: [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 --- tools/h5import/testfiles/txtin8.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12