Changeset 1517


Ignore:
Timestamp:
24/08/10 11:53:54 (18 months ago)
Author:
Freddie Akeroyd
Message:

Adjust to work with new tclap. refs #244

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testsuite.at

    r1445 r1517  
    19551955AT_BANNER([[Testing the NeXus File Converter.]]) 
    19561956AT_SETUP([Checking HDF4 -> HDF4 ]) 
    1957 AT_CHECK([$HAVE_HDF4 && nxconvert -h4 NXtest.hdf a.a | sed -e 's/\r$//' ],[],  
     1957AT_CHECK([$HAVE_HDF4 && nxconvert --hdf 4 NXtest.hdf a.a | sed -e 's/\r$//' ],[],  
    19581958[[Converting NXtest.hdf to HDF4 NeXus file a.a 
    19591959Convertion successful. 
     
    19611961AT_CLEANUP 
    19621962AT_SETUP([Checking HDF4 -> HDF5 ]) 
    1963 AT_CHECK([$HAVE_HDF4 && $HAVE_HDF5 && nxconvert -h5 NXtest.hdf a.a | sed -e 's/\r$//' ],[],  
     1963AT_CHECK([$HAVE_HDF4 && $HAVE_HDF5 && nxconvert --hdf 5 NXtest.hdf a.a | sed -e 's/\r$//' ],[],  
    19641964[[Converting NXtest.hdf to HDF5 NeXus file a.a 
    19651965Convertion successful. 
     
    19731973AT_CLEANUP 
    19741974#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$//' ],[],  
    19761976#[[Converting NXtest.h5 to HDF4 NeXus file a.a 
    19771977#Convertion successful. 
     
    19791979#AT_CLEANUP 
    19801980AT_SETUP([Checking HDF5 -> HDF5 ]) 
    1981 AT_CHECK([$HAVE_HDF5 && nxconvert -h5 NXtest.h5 a.a | sed -e 's/\r$//' ],[],  
     1981AT_CHECK([$HAVE_HDF5 && nxconvert --hdf 5 NXtest.h5 a.a | sed -e 's/\r$//' ],[],  
    19821982[[Converting NXtest.h5 to HDF5 NeXus file a.a 
    19831983Convertion successful. 
     
    19911991AT_CLEANUP 
    19921992#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$//' ],[],  
    19941994#[[Converting NXtest.xml to HDF4 NeXus file a.a 
    19951995#Convertion successful. 
     
    19971997#AT_CLEANUP 
    19981998AT_SETUP([Checking XML -> HDF5 ]) 
    1999 AT_CHECK([$HAVE_XML && $HAVE_HDF5 && nxconvert -h5 NXtest.xml a.a | sed -e 's/\r$//' ],[],  
     1999AT_CHECK([$HAVE_XML && $HAVE_HDF5 && nxconvert --hdf 5 NXtest.xml a.a | sed -e 's/\r$//' ],[],  
    20002000[[Converting NXtest.xml to HDF5 NeXus file a.a 
    20012001Convertion successful. 
Note: See TracChangeset for help on using the changeset viewer.