diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-02 18:34:30 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-02 18:34:30 (GMT) |
commit | b2b63b3c75e14e55a4243751a5f22e8fbdbefb3e (patch) | |
tree | cba70c0db83b2827011e4742199b4c47b7b2dce9 /tools/testfiles | |
parent | d0bcb06e7a415ab6ce952095f55d85088750bd0c (diff) | |
download | hdf5-b2b63b3c75e14e55a4243751a5f22e8fbdbefb3e.zip hdf5-b2b63b3c75e14e55a4243751a5f22e8fbdbefb3e.tar.gz hdf5-b2b63b3c75e14e55a4243751a5f22e8fbdbefb3e.tar.bz2 |
[svn-r14173]
bug fix
the binary option expects a full path in -o
TOOLTEST tbin1.ddl -d integer -o $TESTDIR/out1.bin -b LE tbinary.h5
and it prints it in the expected output , making it absolutely not portable
Solution: made a special macro function TOOLTEST1 identical to TOOLTEST except that it does not print the Expected output header
#############################
Expected output for 'h5dump -d integer -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out1.bin -b LE tbinary.h5'
#############################
Tested : linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tbin1.ddl | 3 | ||||
-rw-r--r-- | tools/testfiles/tbin2.ddl | 3 | ||||
-rw-r--r-- | tools/testfiles/tbin3.ddl | 3 | ||||
-rw-r--r-- | tools/testfiles/tbin4.ddl | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/tools/testfiles/tbin1.ddl b/tools/testfiles/tbin1.ddl index 860e6ef..ed43e69 100644 --- a/tools/testfiles/tbin1.ddl +++ b/tools/testfiles/tbin1.ddl @@ -1,6 +1,3 @@ -############################# -Expected output for 'h5dump -d integer -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out1.bin -b LE tbinary.h5' -############################# HDF5 "tbinary.h5" { DATASET "integer" { DATATYPE H5T_STD_I32LE diff --git a/tools/testfiles/tbin2.ddl b/tools/testfiles/tbin2.ddl index 0d37612..4cc33c6 100644 --- a/tools/testfiles/tbin2.ddl +++ b/tools/testfiles/tbin2.ddl @@ -1,6 +1,3 @@ -############################# -Expected output for 'h5dump -d float -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out2.bin -b BE tbinary.h5' -############################# HDF5 "tbinary.h5" { DATASET "float" { DATATYPE H5T_IEEE_F32LE diff --git a/tools/testfiles/tbin3.ddl b/tools/testfiles/tbin3.ddl index 734605f..ed43e69 100644 --- a/tools/testfiles/tbin3.ddl +++ b/tools/testfiles/tbin3.ddl @@ -1,6 +1,3 @@ -############################# -Expected output for 'h5dump -d integer -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out3.bin -b MEMORY tbinary.h5' -############################# HDF5 "tbinary.h5" { DATASET "integer" { DATATYPE H5T_STD_I32LE diff --git a/tools/testfiles/tbin4.ddl b/tools/testfiles/tbin4.ddl index 7576001..89849e4 100644 --- a/tools/testfiles/tbin4.ddl +++ b/tools/testfiles/tbin4.ddl @@ -1,6 +1,3 @@ -############################# -Expected output for 'h5dump -d double -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out4.bin -b FILE tbinary.h5' -############################# HDF5 "tbinary.h5" { DATASET "double" { DATATYPE H5T_IEEE_F64LE |