Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Molecules/Copy/testsuite-molecules-copy-molecule.at

    r967b3c racd638  
    1212AT_CHECK([../../molecuilder -i test-copy.xyz  --copy-molecule 0 --position "0,0,10" --undo --redo], 0, [stdout], [stderr])
    1313AT_CHECK([diff -I '.*Created by molecuilder.*' test-copy.xyz ${abs_top_srcdir}/${AUTOTEST_PATH}/Molecules/Copy/post/test-copy.xyz], 0, [ignore], [ignore])
     14AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Molecules/Copy/pre/tensid.* .], 0)
     15AT_CHECK([../../molecuilder --parse-tremolo-potentials tensid.potentials -i tensid.data  --copy-molecule 0 --position "0,0,10"], 0, [stdout], [stderr])
     16AT_CHECK([diff -I '.*Created by molecuilder.*' tensid.data ${abs_top_srcdir}/${AUTOTEST_PATH}/Molecules/Copy/post/tensid.data], 0, [ignore], [ignore])
    1417AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.