Changeset 5e17bf for tests


Ignore:
Timestamp:
Jun 20, 2017, 7:58:37 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Added test in RotateAroundBondAction whether given bond is cyclic.

  • TESTS: also added regression test.
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  
    7676
    7777AT_CLEANUP
     78
     79AT_SETUP([Molecules - Rotate around bond fails for cycles])
     80AT_KEYWORDS([molecules rotate-around-bond cycle])
     81
     82file=test_cycle.pdb
     83AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/RotateAroundBond/pre/test_cycle.pdb $file], 0)
     84AT_CHECK([chmod u+w $file], 0)
     85AT_CHECK([../../molecuilder -i $file --select-atom-by-id 1 2 --rotate-around-bond 90.], 5, [stdout], [stderr])
     86
     87AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.