Ignore:
Timestamp:
Sep 30, 2016, 3:51:24 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ParseParticles_split_forward_backward_Actions
Children:
0efd21, 2a28cd
Parents:
49e803
git-author:
Frederik Heber <heber@…> (09/27/16 13:17:38)
git-committer:
Frederik Heber <heber@…> (09/30/16 15:51:24)
Message:

Added single action to step backward and forward through time.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • tests/regression/WorldTime/SetWorldTime/testsuite-worldtime-set-world-time.at

    r49e803 r4d1aef  
    22#    MoleCuilder - creates and alters molecular systems
    33#    Copyright (C) 2008-2012 University of Bonn
     4#    Copyright (C) 2016 Frederik Heber
    45#
    56#    This program is free software: you can redistribute it and/or modify
     
    1617#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1718#
    18 ### molecule default name
     19### set world time
    1920
    20 AT_SETUP([Standard Options - set world time])
    21 AT_KEYWORDS([options set-world-time])
     21AT_SETUP([Worldtime - set])
     22AT_KEYWORDS([worldtime set-world-time])
    2223
    2324AT_CHECK([../../molecuilder --set-world-time 10], 0, [stdout], [stderr])
     
    2728
    2829
    29 AT_SETUP([Standard Options - set world time with Undo])
    30 AT_KEYWORDS([options set-world-time undo])
     30AT_SETUP([Worldtime - set with Undo])
     31AT_KEYWORDS([worldtime set-world-time undo])
    3132
    3233AT_CHECK([../../molecuilder --set-world-time 10 --undo], 0, [stdout], [stderr])
     
    3637
    3738
    38 AT_SETUP([Standard Options - set world time with Redo])
    39 AT_KEYWORDS([options set-world-time redo])
     39AT_SETUP([Worldtime - set with Redo])
     40AT_KEYWORDS([worldtime set-world-time undo redo])
    4041
    4142AT_CHECK([../../molecuilder --set-world-time 10 --undo --redo], 0, [stdout], [stderr])
Note: See TracChangeset for help on using the changeset viewer.