- Timestamp:
- Jun 20, 2017, 7:58:37 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChangeBugEmailaddress, ChemicalSpaceEvaluator, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps
- Children:
- 536b13
- Parents:
- 788dce
- git-author:
- Frederik Heber <heber@…> (03/22/17 16:06:01)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/20/17 19:58:37)
- Location:
- tests/regression/Molecules/RotateAroundBond
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at
r788dce r5e17bf 76 76 77 77 AT_CLEANUP 78 79 AT_SETUP([Molecules - Rotate around bond fails for cycles]) 80 AT_KEYWORDS([molecules rotate-around-bond cycle]) 81 82 file=test_cycle.pdb 83 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/RotateAroundBond/pre/test_cycle.pdb $file], 0) 84 AT_CHECK([chmod u+w $file], 0) 85 AT_CHECK([../../molecuilder -i $file --select-atom-by-id 1 2 --rotate-around-bond 90.], 5, [stdout], [stderr]) 86 87 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.