Changes in tests/regression/Selection/Molecules/MoleculeByOrder/testsuite-selection-select-molecule-by-order-backward.at [e611dc:23958d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Selection/Molecules/MoleculeByOrder/testsuite-selection-select-molecule-by-order-backward.at
re611dc r23958d 27 27 AT_KEYWORDS([selection molecule select-molecule-by-order undo]) 28 28 29 comparisonfile=empty.xyz 29 30 regressionpath="${abs_top_srcdir}/tests/regression/Selection/Molecules/MoleculeByOrder" 30 31 srcfile=twowater.xyz 31 32 testfile=test.xyz 32 targetfile=empty .xyz33 targetfile=empty1.xyz 33 34 AT_CHECK([cp -n ${regressionpath}/pre/$srcfile $testfile], 0) 34 35 AT_CHECK([../../molecuilder -i $testfile -I --select-molecule-by-order -2 --undo -s $targetfile], 0, [stdout], [stderr]) 35 AT_CHECK([diff -I '.*Created by molecuilder.*' $targetfile ${regressionpath}/post/$ targetfile], 0, [ignore], [ignore])36 AT_CHECK([diff -I '.*Created by molecuilder.*' $targetfile ${regressionpath}/post/$comparisonfile], 0, [ignore], [ignore]) 36 37 37 38 regressionpath="${abs_top_srcdir}/tests/regression/Selection/Molecules/MoleculeByOrder" 38 39 srcfile=twowater.xyz 39 40 testfile=test.xyz 40 targetfile=empty .xyz41 targetfile=empty2.xyz 41 42 AT_CHECK([cp -n ${regressionpath}/pre/$srcfile $testfile], 0) 42 43 AT_CHECK([../../molecuilder -i $testfile -I --select-molecule-by-order -1 --undo -s $targetfile], 0, [stdout], [stderr]) 43 AT_CHECK([diff -I '.*Created by molecuilder.*' $targetfile ${regressionpath}/post/$ targetfile], 0, [ignore], [ignore])44 AT_CHECK([diff -I '.*Created by molecuilder.*' $targetfile ${regressionpath}/post/$comparisonfile], 0, [ignore], [ignore]) 44 45 45 46 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.