Changes in tests/regression/Fragmentation/FragmentMolecule-MaxOrder/testsuite-fragmentation-fragment-molecule-maxorder.at [6253ed:3aa8a5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Fragmentation/FragmentMolecule-MaxOrder/testsuite-fragmentation-fragment-molecule-maxorder.at
r6253ed r3aa8a5 37 37 # NOTE: Result code of 2 is not returned if "-v 1" is missing, then sequence of atoms is changed all the time and Adjacency files never match. 38 38 AT_SETUP([Fragmentation - Fragmentation is at MaxOrder]) 39 AT_XFAIL_IF([/bin/true])40 39 41 40 file=test.conf 42 41 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/FragmentMolecule-MaxOrder/pre/test.conf $file], 0) 43 42 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 44 AT_CHECK([../../molecuilder -i $file -v 1 --select-molecule-by-id 0-f ./BondFragment --distance 1.55 --order 2 --output-types "pcp"], 0, [ignore], [ignore])45 AT_CHECK([../../molecuilder -i $file -v 1 --select-molecule-by-id 0-f ./BondFragment --distance 1.55 --order 2 --output-types "pcp"], 2, [ignore], [ignore])43 AT_CHECK([../../molecuilder -i $file -I -v 1 --select-molecule-by-id 0 --select-molecules-atoms -f ./BondFragment --distance 1.55 --order 2 --output-types "pcp"], 0, [ignore], [ignore]) 44 AT_CHECK([../../molecuilder -i $file -I -v 1 --select-molecule-by-id 0 --select-molecules-atoms -f ./BondFragment --distance 1.55 --order 2 --output-types "pcp"], 2, [ignore], [ignore]) 46 45 47 46 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.