Changeset b10593 for tests/GuiChecks/WorldTime
- Timestamp:
- Jul 12, 2017, 7:11:51 PM (8 years ago)
- Branches:
- Action_Thermostats, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 7516f6
- Parents:
- ecacf0
- git-author:
- Frederik Heber <frederik.heber@…> (07/07/17 13:22:34)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:11:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/GuiChecks/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at
recacf0 rb10593 21 21 AT_KEYWORDS([worldtime step-world-time set-world-time]) 22 22 23 AT_CHECK([../../molecuilder --dry-run --step-world-time --steps-forward1 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])23 AT_CHECK([../../molecuilder --dry-run --step-world-time 1 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr]) 24 24 AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore]) 25 25 AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 0, [stdout], [stderr]) 26 AT_CHECK([../../molecuilder --dry-run --set-world-time 4 --step-world-time - -steps-backward2 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])26 AT_CHECK([../../molecuilder --dry-run --set-world-time 4 --step-world-time -2 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr]) 27 27 AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore]) 28 28 AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 0, [stdout], [stderr]) 29 29 # stepping back too far fails 30 AT_CHECK([../../molecuilder --dry-run --set-world-time 1 --step-world-time - -steps-backward2 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])30 AT_CHECK([../../molecuilder --dry-run --set-world-time 1 --step-world-time -2 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr]) 31 31 AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore]) 32 32 AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 5, [stdout], [stderr]) … … 38 38 AT_KEYWORDS([worldtime step-world-time set-world-time undo]) 39 39 40 AT_CHECK([../../molecuilder --dry-run --set-world-time 2 --step-world-time - -steps-backward1 --undo --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])40 AT_CHECK([../../molecuilder --dry-run --set-world-time 2 --step-world-time -1 --undo --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr]) 41 41 AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore]) 42 42 AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 0, [stdout], [stderr]) … … 47 47 AT_KEYWORDS([worldtime step-world-time set-world-time undo redo]) 48 48 49 AT_CHECK([../../molecuilder --dry-run --set-world-time 2 --step-world-time - -steps-backward1 --undo --redo --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])49 AT_CHECK([../../molecuilder --dry-run --set-world-time 2 --step-world-time -1 --undo --redo --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr]) 50 50 AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore]) 51 51 AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 0, [stdout], [stderr])
Note:
See TracChangeset
for help on using the changeset viewer.