source: tests/GuiChecks/WorldTime/SetWorldTime/testsuite-worldtime-set-world-time.at@ 2bb3be

AutomationFragmentation_failures Candidate_v1.6.1 ChemicalSpaceEvaluator Enhanced_StructuralOptimization_continued Exclude_Hydrogens_annealWithBondGraph ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity PythonUI_with_named_parameters StoppableMakroAction TremoloParser_IncreasedPrecision
Last change on this file since 2bb3be was d50b91, checked in by Frederik Heber <heber@…>, 8 years ago

Recreated all GuiChecks.

  • Property mode set to 100644
File size: 2.3 KB
Line 
1#
2# MoleCuilder - creates and alters molecular systems
3# Copyright (C) 2008-2012 University of Bonn
4# Copyright (C) 2016 Frederik Heber
5#
6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation, either version 3 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program. If not, see <http://www.gnu.org/licenses/>.
18#
19### set world time
20
21AT_SETUP([Worldtime - set])
22AT_KEYWORDS([worldtime set-world-time])
23
24AT_CHECK([../../molecuilder --dry-run --set-world-time 10 --no-dry-run --store-session session-worldtime-set-world-time.py --session-type python], 0, [stdout], [stderr])
25AT_CHECK([grep -v "Command.*DryRun" session-worldtime-set-world-time.py >session-worldtime-set-world-time_new.py], 0, [ignore], [ignore])
26AT_CHECK([../../molecuilderguitest session-worldtime-set-world-time_new.py], 0, [stdout], [stderr])
27
28AT_CLEANUP
29
30
31AT_SETUP([Worldtime - set with Undo])
32AT_KEYWORDS([worldtime set-world-time undo])
33
34AT_CHECK([../../molecuilder --dry-run --set-world-time 10 --undo --no-dry-run --store-session session-worldtime-set-world-time.py --session-type python], 0, [stdout], [stderr])
35AT_CHECK([grep -v "Command.*DryRun" session-worldtime-set-world-time.py >session-worldtime-set-world-time_new.py], 0, [ignore], [ignore])
36AT_CHECK([../../molecuilderguitest session-worldtime-set-world-time_new.py], 0, [stdout], [stderr])
37
38AT_CLEANUP
39
40
41AT_SETUP([Worldtime - set with Redo])
42AT_KEYWORDS([worldtime set-world-time undo redo])
43
44AT_CHECK([../../molecuilder --dry-run --set-world-time 10 --undo --redo --no-dry-run --store-session session-worldtime-set-world-time.py --session-type python], 0, [stdout], [stderr])
45AT_CHECK([grep -v "Command.*DryRun" session-worldtime-set-world-time.py >session-worldtime-set-world-time_new.py], 0, [ignore], [ignore])
46AT_CHECK([../../molecuilderguitest session-worldtime-set-world-time_new.py], 0, [stdout], [stderr])
47
48AT_CLEANUP
Note: See TracBrowser for help on using the repository browser.