Changeset 4d1aef for tests/regression/WorldTime/SetWorldTime
- Timestamp:
- Sep 30, 2016, 3:51:24 PM (9 years ago)
- 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)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/WorldTime/SetWorldTime/testsuite-worldtime-set-world-time.at
r49e803 r4d1aef 2 2 # MoleCuilder - creates and alters molecular systems 3 3 # Copyright (C) 2008-2012 University of Bonn 4 # Copyright (C) 2016 Frederik Heber 4 5 # 5 6 # This program is free software: you can redistribute it and/or modify … … 16 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 18 # 18 ### molecule default name19 ### set world time 19 20 20 AT_SETUP([ Standard Options - set world time])21 AT_KEYWORDS([ optionsset-world-time])21 AT_SETUP([Worldtime - set]) 22 AT_KEYWORDS([worldtime set-world-time]) 22 23 23 24 AT_CHECK([../../molecuilder --set-world-time 10], 0, [stdout], [stderr]) … … 27 28 28 29 29 AT_SETUP([ Standard Options - set world timewith Undo])30 AT_KEYWORDS([ optionsset-world-time undo])30 AT_SETUP([Worldtime - set with Undo]) 31 AT_KEYWORDS([worldtime set-world-time undo]) 31 32 32 33 AT_CHECK([../../molecuilder --set-world-time 10 --undo], 0, [stdout], [stderr]) … … 36 37 37 38 38 AT_SETUP([ Standard Options - set world timewith Redo])39 AT_KEYWORDS([ options set-world-timeredo])39 AT_SETUP([Worldtime - set with Redo]) 40 AT_KEYWORDS([worldtime set-world-time undo redo]) 40 41 41 42 AT_CHECK([../../molecuilder --set-world-time 10 --undo --redo], 0, [stdout], [stderr])
Note:
See TracChangeset
for help on using the changeset viewer.