Changeset d1134d for tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at
- Timestamp:
- Jul 12, 2017, 7:10:32 PM (7 years ago)
- Branches:
- Action_Thermostats, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 92d0e6
- Parents:
- 4a6ef3
- git-author:
- Frederik Heber <frederik.heber@…> (05/18/17 19:10:25)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:10:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at
r4a6ef3 rd1134d 86 86 87 87 AT_CLEANUP 88 89 AT_SETUP([Molecules - Rotate around bond on almost complete cycle]) 90 AT_KEYWORDS([molecules rotate-around-bond]) 91 92 file=benzene_90degree.pdb 93 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/RotateAroundBond/pre/benzene.pdb $file], 0) 94 AT_CHECK([chmod u+w $file], 0) 95 AT_CHECK([../../molecuilder -i $file --select-atom-by-order -1 -6 --remove-atom --select-atom-by-id 3 5 --rotate-around-bond 90.], 0, [stdout], [stderr]) 96 AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Molecules/RotateAroundBond/post/$file], 0, [ignore], [ignore]) 97 98 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.