summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-03-11 19:24:01 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-03-11 19:24:01 (GMT)
commit557aae404d99c908c0065d486933d8e3dd3f12e9 (patch)
treef24a214a35d70c31dbadee98c2ec5fb00fa76353
parentd152584ca0cb8d3ae92829afad67c9b9bbbb83e1 (diff)
downloadhdf5-557aae404d99c908c0065d486933d8e3dd3f12e9.zip
hdf5-557aae404d99c908c0065d486933d8e3dd3f12e9.tar.gz
hdf5-557aae404d99c908c0065d486933d8e3dd3f12e9.tar.bz2
[svn-r16571] corrected the date on the release.txt entry and a comment on the script
-rw-r--r--release_docs/RELEASE.txt2
-rwxr-xr-xtools/h5import/h5importtestutil.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2d78389..7b74345 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -99,7 +99,7 @@ New Features
------
- h5import: By selecting a compression type, a big endian byte order was being
- selected (PVN - 2009/11/3)
+ selected (PVN - 2009/3/11)
- h5dump: added a printing of the compression ratio of uncompressed and compressed
sizes for cases where compression filters are present. (PVN - 2008/05/01)
- h5dump: added an option to allow a user defined formatting string for printf
diff --git a/tools/h5import/h5importtestutil.sh b/tools/h5import/h5importtestutil.sh
index b02591b..ca445ed 100755
--- a/tools/h5import/h5importtestutil.sh
+++ b/tools/h5import/h5importtestutil.sh
@@ -66,7 +66,7 @@ TESTING "ASCII I16 rank 3 - Output LE - CHUNKED - extended"
TOOLTEST $srcdir/testfiles/txtin16.txt -c $srcdir/testfiles/txtin16.conf -o txtin16.h5
-TESTING "ASCII I8 - rank 3 - Output I8 Chunked+Extended+Compressed "
+TESTING "ASCII I8 - rank 3 - Output I8 LE-Chunked+Extended+Compressed "
TOOLTEST $srcdir/testfiles/txtin16.txt -c $srcdir/testfiles/txtin8.conf -o txtin8.h5
TESTING "ASCII UI32 - rank 3 - Output BE"