Changeset 209f4c for tests/GuiChecks/Filling/FillVolume
- Timestamp:
- Jul 20, 2018, 5:37:39 AM (7 years ago)
- Branches:
- Candidate_v1.6.1
- Children:
- 425516
- Parents:
- 9ac3d3
- git-author:
- Frederik Heber <frederik.heber@…> (07/20/18 05:35:06)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/18 05:37:39)
- Location:
- tests/GuiChecks/Filling/FillVolume
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/GuiChecks/Filling/FillVolume/testsuite-fill-volume-cube.at
r9ac3d3 r209f4c 25 25 file=water_cube.xyz 26 26 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Filling/FillVolume/pre/water.xyz water.xyz], 0) 27 AT_CHECK([ 28 ../../molecuilder -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cube" --shape-type cube --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cube" --fill-volume --count 12], 0, [stdout], [stderr]) 27 AT_CHECK([../../molecuilder --dry-run -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cube" --shape-type cube --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cube" --fill-volume --count 12 --no-dry-run --store-session session-fill-volume-cube.py --session-type python], 0, [stdout], [stderr]) 28 AT_CHECK([grep -v "Command.*DryRun" session-fill-volume-cube.py >session-fill-volume-cube_new.py], 0, [ignore], [ignore]) 29 AT_CHECK([../../molecuilderguitest session-fill-volume-cube_new.py], 0, [stdout], [stderr]) 29 30 #AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Filling/FillVolume/post/$file], 0, [ignore], [ignore]) 30 31 -
tests/GuiChecks/Filling/FillVolume/testsuite-fill-volume-cylinder.at
r9ac3d3 r209f4c 23 23 file=water_cylinder.xyz 24 24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Filling/FillVolume/pre/water.xyz water.xyz], 0) 25 AT_CHECK([ 26 ../../molecuilder -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cylinder" --shape-type cylinder --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cylinder" --fill-volume --count 12], 0, [stdout], [stderr]) 25 AT_CHECK([../../molecuilder --dry-run -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cylinder" --shape-type cylinder --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cylinder" --fill-volume --count 12 --no-dry-run --store-session session-fill-volume-cylinder.py --session-type python], 0, [stdout], [stderr]) 26 AT_CHECK([grep -v "Command.*DryRun" session-fill-volume-cylinder.py >session-fill-volume-cylinder_new.py], 0, [ignore], [ignore]) 27 AT_CHECK([../../molecuilderguitest session-fill-volume-cylinder_new.py], 0, [stdout], [stderr]) 27 28 AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Filling/FillVolume/post/$file], 0, [ignore], [ignore]) 28 29 … … 35 36 file=water_cylinder.xyz 36 37 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Filling/FillVolume/pre/water.xyz water.xyz], 0) 37 AT_CHECK([ 38 ../../molecuilder -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cylinder" --shape-type cylinder --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cylinder" --fill-volume --count 12 --undo], 0, [stdout], [stderr]) 38 AT_CHECK([../../molecuilder --dry-run -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cylinder" --shape-type cylinder --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cylinder" --fill-volume --count 12 --undo --no-dry-run --store-session session-fill-volume-cylinder.py --session-type python], 0, [stdout], [stderr]) 39 AT_CHECK([grep -v "Command.*DryRun" session-fill-volume-cylinder.py >session-fill-volume-cylinder_new.py], 0, [ignore], [ignore]) 40 AT_CHECK([../../molecuilderguitest session-fill-volume-cylinder_new.py], 0, [stdout], [stderr]) 39 41 AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Filling/FillVolume/post/water_undo.xyz], 0, [ignore], [ignore]) 40 42 … … 47 49 file=water_cylinder.xyz 48 50 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Filling/FillVolume/pre/water.xyz water.xyz], 0) 49 AT_CHECK([ 50 ../../molecuilder -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cylinder" --shape-type cylinder --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cylinder" --fill-volume --count 12 --undo --redo], 0, [stdout], [stderr]) 51 AT_CHECK([../../molecuilder --dry-run -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "cylinder" --shape-type cylinder --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "cylinder" --fill-volume --count 12 --undo --redo --no-dry-run --store-session session-fill-volume-cylinder.py --session-type python], 0, [stdout], [stderr]) 52 AT_CHECK([grep -v "Command.*DryRun" session-fill-volume-cylinder.py >session-fill-volume-cylinder_new.py], 0, [ignore], [ignore]) 53 AT_CHECK([../../molecuilderguitest session-fill-volume-cylinder_new.py], 0, [stdout], [stderr]) 51 54 AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Filling/FillVolume/post/$file], 0, [ignore], [ignore]) 52 55 -
tests/GuiChecks/Filling/FillVolume/testsuite-fill-volume-everywhere.at
r9ac3d3 r209f4c 24 24 file=water_nowhere.xyz 25 25 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Filling/FillVolume/pre/water.xyz water.xyz], 0) 26 AT_CHECK([ 27 ../../molecuilder -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "everywhere" --shape-type everywhere --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "everywhere" --fill-volume --count 12], 5, [stdout], [stderr]) 26 AT_CHECK([../../molecuilder --dry-run -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "everywhere" --shape-type everywhere --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "everywhere" --fill-volume --count 12 --no-dry-run --store-session session-fill-volume-everywhere.py --session-type python], 0, [stdout], [stderr]) 27 AT_CHECK([grep -v "Command.*DryRun" session-fill-volume-everywhere.py >session-fill-volume-everywhere_new.py], 0, [ignore], [ignore]) 28 AT_CHECK([../../molecuilderguitest session-fill-volume-everywhere_new.py], 5, [stdout], [stderr]) 28 29 #AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Filling/FillVolume/post/$file], 0, [ignore], [ignore]) 29 30 -
tests/GuiChecks/Filling/FillVolume/testsuite-fill-volume-nowhere.at
r9ac3d3 r209f4c 24 24 file=water_nowhere.xyz 25 25 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Filling/FillVolume/pre/water.xyz water.xyz], 0) 26 AT_CHECK([ 27 ../../molecuilder -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "nowhere" --shape-type nowhere --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "nowhere" --fill-volume --count 12], 5, [stdout], [stderr]) 26 AT_CHECK([../../molecuilder --dry-run -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "nowhere" --shape-type nowhere --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "nowhere" --fill-volume --count 12 --no-dry-run --store-session session-fill-volume-nowhere.py --session-type python], 0, [stdout], [stderr]) 27 AT_CHECK([grep -v "Command.*DryRun" session-fill-volume-nowhere.py >session-fill-volume-nowhere_new.py], 0, [ignore], [ignore]) 28 AT_CHECK([../../molecuilderguitest session-fill-volume-nowhere_new.py], 5, [stdout], [stderr]) 28 29 #AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Filling/FillVolume/post/$file], 0, [ignore], [ignore]) 29 30 -
tests/GuiChecks/Filling/FillVolume/testsuite-fill-volume-sphere.at
r9ac3d3 r209f4c 25 25 file=water_sphere.xyz 26 26 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Filling/FillVolume/pre/water.xyz water.xyz], 0) 27 AT_CHECK([ 28 ../../molecuilder -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "sphere" --shape-type sphere --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "sphere" --fill-volume --count 12], 0, [stdout], [stderr]) 27 AT_CHECK([../../molecuilder --dry-run -i $file -o xyz -l water.xyz --select-all-molecules --create-shape --shape-name "sphere" --shape-type sphere --translation 5,5,5 --stretch 3,3,3 --select-shape-by-name "sphere" --fill-volume --count 12 --no-dry-run --store-session session-fill-volume-sphere.py --session-type python], 0, [stdout], [stderr]) 28 AT_CHECK([grep -v "Command.*DryRun" session-fill-volume-sphere.py >session-fill-volume-sphere_new.py], 0, [ignore], [ignore]) 29 AT_CHECK([../../molecuilderguitest session-fill-volume-sphere_new.py], 0, [stdout], [stderr]) 29 30 #AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Filling/FillVolume/post/$file], 0, [ignore], [ignore]) 30 31
Note:
See TracChangeset
for help on using the changeset viewer.