Ticket #149 (closed defect: fixed)
python test script fails with hdf4 and xml
| Reported by: | Freddie Akeroyd | Owned by: | Paul Kienzle |
|---|---|---|---|
| Priority: | major | Milestone: | NeXus 4.2 Release |
| Component: | napi | Version: | 4.2rc2 |
| Keywords: | Cc: | carlos.pascual@… |
Description
python nxstest.py hdf5 works OK, but both python nxstest.py hdf4 and python nxstest.py xml fail
I've now added the python test to the usual "make check" and it will appear in the next commit and 4.2 branch kit
Change History
comment:3 Changed 3 years ago by Paul Kienzle
hdf4 test now suppresses i8 test.
xml/hdf4 are now failing because NXgroupinfo returns different results from HDF5 and HDF4/XML.
Note: See
TracTickets for help on using
tickets.

(In [1146]) Add puython test script to usual tests run. Refs #149.