Changeset 9eed14 for tests


Ignore:
Timestamp:
May 8, 2017, 1:59:07 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
cdc2f5
Parents:
9a1e35c
git-author:
Frederik Heber <heber@…> (03/22/17 16:06:01)
git-committer:
Frederik Heber <frederik.heber@…> (05/08/17 13:59:07)
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

    r9a1e35c r9eed14  
    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.