| 1 | #
|
|---|
| 2 | # MoleCuilder - creates and alters molecular systems
|
|---|
| 3 | # Copyright (C) 2008-2012 University of Bonn
|
|---|
| 4 | #
|
|---|
| 5 | # This program is free software: you can redistribute it and/or modify
|
|---|
| 6 | # it under the terms of the GNU General Public License as published by
|
|---|
| 7 | # the Free Software Foundation, either version 3 of the License, or
|
|---|
| 8 | # (at your option) any later version.
|
|---|
| 9 | #
|
|---|
| 10 | # This program is distributed in the hope that it will be useful,
|
|---|
| 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|---|
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|---|
| 13 | # GNU General Public License for more details.
|
|---|
| 14 | #
|
|---|
| 15 | # You should have received a copy of the GNU General Public License
|
|---|
| 16 | # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|---|
| 17 | #
|
|---|
| 18 | #
|
|---|
| 19 | # MoleCuilder - creates and alters molecular systems
|
|---|
| 20 | # Copyright (C) 2008-2012 University of Bonn
|
|---|
| 21 | #
|
|---|
| 22 | # This program is free software: you can redistribute it and/or modify
|
|---|
| 23 | # it under the terms of the GNU General Public License as published by
|
|---|
| 24 | # the Free Software Foundation, either version 3 of the License, or
|
|---|
| 25 | # (at your option) any later version.
|
|---|
| 26 | #
|
|---|
| 27 | # This program is distributed in the hope that it will be useful,
|
|---|
| 28 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|---|
| 29 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|---|
| 30 | # GNU General Public License for more details.
|
|---|
| 31 | #
|
|---|
| 32 | # You should have received a copy of the GNU General Public License
|
|---|
| 33 | # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|---|
| 34 | #
|
|---|
| 35 | ### Removing atoms inside and outside of cuboid
|
|---|
| 36 |
|
|---|
| 37 | AT_SETUP([Atoms - Removing cuboid of atoms])
|
|---|
| 38 | AT_KEYWORDS([atoms remove-atom])
|
|---|
| 39 |
|
|---|
| 40 | file=test-withoutcuboid.xyz
|
|---|
| 41 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/test.xyz $file], 0)
|
|---|
| 42 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 43 | AT_CHECK([../../molecuilder -i $file --set-shape --shape-type "cube" --translation "9.78,2.64,2.64" --stretch "2,2,2" --angle-x 0. --angle-y 0. --angle-z 0. --select-atoms-inside-volume -r], 0, [stdout], [stderr])
|
|---|
| 44 | AT_CHECK([sort -n $file | grep -v -E "^[[[:digit:]]]+" | grep -v "Created by" >test-withoutcuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 45 | AT_CHECK([file=test-withoutcuboid.xyz-sorted; diff $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/post/test-withoutcuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 46 |
|
|---|
| 47 | file=test-cuboid.xyz
|
|---|
| 48 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/test.xyz $file], 0)
|
|---|
| 49 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 50 | AT_CHECK([../../molecuilder -i $file --select-all-atoms --set-shape --shape-type "cube" --translation "9.78,2.64,2.64" --stretch "2,2,2" --angle-x 0. --angle-y 0. --angle-z 0. --unselect-atoms-inside-volume -r], 0, [stdout], [stderr])
|
|---|
| 51 | AT_CHECK([sort -n $file | grep -v -E "^[[[:digit:]]]+" | grep -v "Created by" >test-cuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 52 | AT_CHECK([file=test-cuboid.xyz-sorted; diff $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/post/test-cuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 53 | AT_CHECK([cat test-cuboid.xyz-sorted test-withoutcuboid.xyz-sorted | sort -n >test.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 54 | AT_CHECK([file=test.xyz-sorted; diff $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/post/test.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 55 |
|
|---|
| 56 | AT_CLEANUP
|
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 | AT_SETUP([Atoms - Removing cuboid of atoms with Undo])
|
|---|
| 60 | AT_KEYWORDS([atoms remove-atom undo])
|
|---|
| 61 |
|
|---|
| 62 | file=test.xyz
|
|---|
| 63 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/test.xyz $file], 0)
|
|---|
| 64 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 65 | AT_CHECK([../../molecuilder -i $file --select-all-atoms --set-shape --shape-type "cube" --translation "9.78,2.64,2.64" --stretch "2,2,2" --angle-x 0. --angle-y 0. --angle-z 0. --unselect-atoms-inside-volume -r --undo], 0, [stdout], [stderr])
|
|---|
| 66 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/$file], 0, [ignore], [ignore])
|
|---|
| 67 |
|
|---|
| 68 | file=test.xyz
|
|---|
| 69 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/test.xyz $file], 0)
|
|---|
| 70 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 71 | AT_CHECK([../../molecuilder -i $file --set-shape --shape-type "cube" --translation "9.78,2.64,2.64" --stretch "2,2,2" --angle-x 0. --angle-y 0. --angle-z 0. --select-atoms-inside-volume -r --undo], 0, [stdout], [stderr])
|
|---|
| 72 | AT_CHECK([diff -I '.*Created by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/$file], 0, [ignore], [ignore])
|
|---|
| 73 |
|
|---|
| 74 | AT_CLEANUP
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 | AT_SETUP([Atoms - Removing cuboid of atoms with Redo])
|
|---|
| 78 | AT_KEYWORDS([atoms remove-atom redo])
|
|---|
| 79 |
|
|---|
| 80 | file=test-withoutcuboid.xyz
|
|---|
| 81 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/test.xyz $file], 0)
|
|---|
| 82 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 83 | AT_CHECK([../../molecuilder -i $file --set-shape --shape-type "cube" --translation "9.78,2.64,2.64" --stretch "2,2,2" --angle-x 0. --angle-y 0. --angle-z 0. --select-atoms-inside-volume -r --undo --redo], 0, [stdout], [stderr])
|
|---|
| 84 | AT_CHECK([sort -n $file | grep -v -E "^[[[:digit:]]]+" | grep -v "Created by" >test-withoutcuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 85 | AT_CHECK([file=test-withoutcuboid.xyz-sorted; diff $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/post/test-withoutcuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 86 |
|
|---|
| 87 | file=test-cuboid.xyz
|
|---|
| 88 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/pre/test.xyz $file], 0)
|
|---|
| 89 | AT_CHECK([chmod u+w $file], 0)
|
|---|
| 90 | AT_CHECK([../../molecuilder -i $file --select-all-atoms --set-shape --shape-type "cube" --translation "9.78,2.64,2.64" --stretch "2,2,2" --angle-x 0. --angle-y 0. --angle-z 0. --unselect-atoms-inside-volume -r --undo --redo], 0, [stdout], [stderr])
|
|---|
| 91 | AT_CHECK([sort -n $file | grep -v -E "^[[[:digit:]]]+" | grep -v "Created by" >test-cuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 92 | AT_CHECK([file=test-cuboid.xyz-sorted; diff $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/post/test-cuboid.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 93 | AT_CHECK([cat test-cuboid.xyz-sorted test-withoutcuboid.xyz-sorted | sort -n >test.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 94 | AT_CHECK([file=test.xyz-sorted; diff $file ${abs_top_srcdir}/tests/regression/Atoms/RemoveCuboid/post/test.xyz-sorted], 0, [ignore], [ignore])
|
|---|
| 95 |
|
|---|
| 96 | AT_CLEANUP
|
|---|