Changeset 1517
- Timestamp:
- 24/08/10 11:53:54 (18 months ago)
- File:
-
- 1 edited
-
trunk/test/testsuite.at (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testsuite.at
r1445 r1517 1955 1955 AT_BANNER([[Testing the NeXus File Converter.]]) 1956 1956 AT_SETUP([Checking HDF4 -> HDF4 ]) 1957 AT_CHECK([$HAVE_HDF4 && nxconvert - h4 NXtest.hdf a.a | sed -e 's/\r$//' ],[],1957 AT_CHECK([$HAVE_HDF4 && nxconvert --hdf 4 NXtest.hdf a.a | sed -e 's/\r$//' ],[], 1958 1958 [[Converting NXtest.hdf to HDF4 NeXus file a.a 1959 1959 Convertion successful. … … 1961 1961 AT_CLEANUP 1962 1962 AT_SETUP([Checking HDF4 -> HDF5 ]) 1963 AT_CHECK([$HAVE_HDF4 && $HAVE_HDF5 && nxconvert - h5 NXtest.hdf a.a | sed -e 's/\r$//' ],[],1963 AT_CHECK([$HAVE_HDF4 && $HAVE_HDF5 && nxconvert --hdf 5 NXtest.hdf a.a | sed -e 's/\r$//' ],[], 1964 1964 [[Converting NXtest.hdf to HDF5 NeXus file a.a 1965 1965 Convertion successful. … … 1973 1973 AT_CLEANUP 1974 1974 #AT_SETUP([Checking HDF5 -> HDF4 ]) 1975 #AT_CHECK([$HAVE_HDF5 && $HAVE_HDF4 && nxconvert - h4 NXtest.h5 a.a | sed -e 's/\r$//' ],[],1975 #AT_CHECK([$HAVE_HDF5 && $HAVE_HDF4 && nxconvert --hdf 4 NXtest.h5 a.a | sed -e 's/\r$//' ],[], 1976 1976 #[[Converting NXtest.h5 to HDF4 NeXus file a.a 1977 1977 #Convertion successful. … … 1979 1979 #AT_CLEANUP 1980 1980 AT_SETUP([Checking HDF5 -> HDF5 ]) 1981 AT_CHECK([$HAVE_HDF5 && nxconvert - h5 NXtest.h5 a.a | sed -e 's/\r$//' ],[],1981 AT_CHECK([$HAVE_HDF5 && nxconvert --hdf 5 NXtest.h5 a.a | sed -e 's/\r$//' ],[], 1982 1982 [[Converting NXtest.h5 to HDF5 NeXus file a.a 1983 1983 Convertion successful. … … 1991 1991 AT_CLEANUP 1992 1992 #AT_SETUP([Checking XML -> HDF4 ]) 1993 #AT_CHECK([$HAVE_XML && $HAVE_HDF4 && nxconvert - h4 NXtest.xml a.a | sed -e 's/\r$//' ],[],1993 #AT_CHECK([$HAVE_XML && $HAVE_HDF4 && nxconvert --hdf 4 NXtest.xml a.a | sed -e 's/\r$//' ],[], 1994 1994 #[[Converting NXtest.xml to HDF4 NeXus file a.a 1995 1995 #Convertion successful. … … 1997 1997 #AT_CLEANUP 1998 1998 AT_SETUP([Checking XML -> HDF5 ]) 1999 AT_CHECK([$HAVE_XML && $HAVE_HDF5 && nxconvert - h5 NXtest.xml a.a | sed -e 's/\r$//' ],[],1999 AT_CHECK([$HAVE_XML && $HAVE_HDF5 && nxconvert --hdf 5 NXtest.xml a.a | sed -e 's/\r$//' ],[], 2000 2000 [[Converting NXtest.xml to HDF5 NeXus file a.a 2001 2001 Convertion successful.
Note: See TracChangeset
for help on using the changeset viewer.
