summaryrefslogtreecommitdiffstats
path: root/tools/h5import/h5importtestutil.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-09-25 20:38:21 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-09-25 20:38:21 (GMT)
commita6e2a45d15bc066072d01c4792b810ff47bae377 (patch)
tree0820b696f13c14f6391cc6946c13128633ad55d8 /tools/h5import/h5importtestutil.sh
parent41e1d56e32ffc4600068e8a61dd499adad1db5f2 (diff)
downloadhdf5-a6e2a45d15bc066072d01c4792b810ff47bae377.zip
hdf5-a6e2a45d15bc066072d01c4792b810ff47bae377.tar.gz
hdf5-a6e2a45d15bc066072d01c4792b810ff47bae377.tar.bz2
[svn-r15699] Bug fix #1281
The TEXTFPE was described in the usage (read floats in scientific notation) but was not implemeneted. Solution: remove TEXTFPE from the help system and have the TEXTFPE input type do the same thing as TEXTPF currently does to support backwards compatibility (the format read for both TEXTFPE and TEXTPF is %f) added a test tested: windows, linux
Diffstat (limited to 'tools/h5import/h5importtestutil.sh')
-rwxr-xr-xtools/h5import/h5importtestutil.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5import/h5importtestutil.sh b/tools/h5import/h5importtestutil.sh
index ff7dc35..ed0a930 100755
--- a/tools/h5import/h5importtestutil.sh
+++ b/tools/h5import/h5importtestutil.sh
@@ -124,6 +124,10 @@ TOOLTEST $srcdir/testfiles/txtstr.txt -c $srcdir/testfiles/txtstr.conf -o txtstr
TESTING "BINARY I8 CR LF EOF"
TOOLTEST binin8w.bin -c $srcdir/testfiles/binin8w.conf -o binin8w.h5
+TESTING "ASCII F64 - rank 1 - INPUT-CLASS TEXTFPE "
+TOOLTEST $srcdir/testfiles/in64.txt -c $srcdir/testfiles/textpfe.conf -o test15.h5
+
+
rm -f *.txt *.bin *.h5
rm -rf tmp_testfiles