| 1 | ### 4. (un)select all atoms of molecule
|
|---|
| 2 |
|
|---|
| 3 | AT_SETUP([Selection - All atoms of selected molecules])
|
|---|
| 4 | AT_KEYWORDS([selection])
|
|---|
| 5 |
|
|---|
| 6 | file=molecule0.xyz
|
|---|
| 7 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 8 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 9 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-molecule-by-id 1 --select-molecules-atoms -r], 0, [stdout], [stderr])
|
|---|
| 10 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule0.xyz], 0, [ignore], [ignore])
|
|---|
| 11 |
|
|---|
| 12 | file=molecule1.xyz
|
|---|
| 13 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 14 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 15 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-molecule-by-id 0 --select-molecules-atoms -r], 0, [stdout], [stderr])
|
|---|
| 16 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule1.xyz], 0, [ignore], [ignore])
|
|---|
| 17 |
|
|---|
| 18 | AT_CLEANUP
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | AT_SETUP([Selection - All atoms of selected molecules with Undo])
|
|---|
| 22 | AT_KEYWORDS([selection])
|
|---|
| 23 |
|
|---|
| 24 | file=molecule0.xyz
|
|---|
| 25 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 26 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 27 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-molecule-by-id 1 --select-molecules-atoms --undo -r], 0, [stdout], [stderr])
|
|---|
| 28 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/test.xyz], 0, [ignore], [ignore])
|
|---|
| 29 |
|
|---|
| 30 | file=molecule1.xyz
|
|---|
| 31 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 32 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 33 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-molecule-by-id 0 --select-molecules-atoms --undo -r], 0, [stdout], [stderr])
|
|---|
| 34 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/test.xyz], 0, [ignore], [ignore])
|
|---|
| 35 |
|
|---|
| 36 | AT_CLEANUP
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 | AT_SETUP([Selection - All atoms of selected molecules with Redo])
|
|---|
| 40 | AT_KEYWORDS([selection])
|
|---|
| 41 |
|
|---|
| 42 | file=molecule0.xyz
|
|---|
| 43 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 44 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 45 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-molecule-by-id 1 --select-molecules-atoms --undo --redo -r], 0, [stdout], [stderr])
|
|---|
| 46 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule0.xyz], 0, [ignore], [ignore])
|
|---|
| 47 |
|
|---|
| 48 | file=molecule1.xyz
|
|---|
| 49 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 50 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 51 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-molecule-by-id 0 --select-molecules-atoms --undo --redo -r], 0, [stdout], [stderr])
|
|---|
| 52 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule1.xyz], 0, [ignore], [ignore])
|
|---|
| 53 |
|
|---|
| 54 | AT_CLEANUP
|
|---|
| 55 |
|
|---|
| 56 |
|
|---|
| 57 | AT_SETUP([Unselection - All atoms of selected molecules])
|
|---|
| 58 | AT_KEYWORDS([selection])
|
|---|
| 59 |
|
|---|
| 60 | file=molecule0.xyz
|
|---|
| 61 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 62 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 63 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-all-atoms --select-molecule-by-id 0 --unselect-molecules-atoms -r], 0, [stdout], [stderr])
|
|---|
| 64 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule0.xyz], 0, [ignore], [ignore])
|
|---|
| 65 |
|
|---|
| 66 | file=molecule1.xyz
|
|---|
| 67 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 68 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 69 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-all-atoms --select-molecule-by-id 1 --unselect-molecules-atoms -r], 0, [stdout], [stderr])
|
|---|
| 70 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule1.xyz], 0, [ignore], [ignore])
|
|---|
| 71 |
|
|---|
| 72 | AT_CLEANUP
|
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 | AT_SETUP([Unselection - All atoms of selected molecules with Undo])
|
|---|
| 76 | AT_KEYWORDS([selection])
|
|---|
| 77 |
|
|---|
| 78 | file=molecule0.xyz
|
|---|
| 79 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 80 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 81 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-all-atoms --select-molecule-by-id 0 --unselect-molecules-atoms --undo -r], 0, [stdout], [stderr])
|
|---|
| 82 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/empty.xyz], 0, [ignore], [ignore])
|
|---|
| 83 |
|
|---|
| 84 | file=molecule1.xyz
|
|---|
| 85 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 86 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 87 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-all-atoms --select-molecule-by-id 1 --unselect-molecules-atoms --undo -r], 0, [stdout], [stderr])
|
|---|
| 88 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/empty.xyz], 0, [ignore], [ignore])
|
|---|
| 89 |
|
|---|
| 90 | AT_CLEANUP
|
|---|
| 91 |
|
|---|
| 92 |
|
|---|
| 93 | AT_SETUP([Unselection - All atoms of selected molecules with Redo])
|
|---|
| 94 | AT_KEYWORDS([selection])
|
|---|
| 95 |
|
|---|
| 96 | file=molecule0.xyz
|
|---|
| 97 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 98 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 99 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-all-atoms --select-molecule-by-id 0 --unselect-molecules-atoms --undo --redo -r], 0, [stdout], [stderr])
|
|---|
| 100 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule0.xyz], 0, [ignore], [ignore])
|
|---|
| 101 |
|
|---|
| 102 | file=molecule1.xyz
|
|---|
| 103 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/pre/test.xyz $file], 0)
|
|---|
| 104 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 105 | AT_CHECK([../../molecuilder -i $file -v 3 -I --select-all-atoms --select-molecule-by-id 1 --unselect-molecules-atoms --undo --redo -r], 0, [stdout], [stderr])
|
|---|
| 106 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/${AUTOTEST_PATH}/Selection/Atoms/AllAtomsOfMolecule/post/molecule1.xyz], 0, [ignore], [ignore])
|
|---|
| 107 |
|
|---|
| 108 | AT_CLEANUP
|
|---|