Changeset 137845 for tests/regression/WorldTime/StepWorldTime
- Timestamp:
- Jun 20, 2017, 8:02:18 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChangeBugEmailaddress, ChemicalSpaceEvaluator, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps
- Children:
- 9f2071
- Parents:
- 15d21e
- git-author:
- Frederik Heber <heber@…> (03/23/17 03:35:32)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/20/17 20:02:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at
r15d21e r137845 21 21 AT_KEYWORDS([worldtime step-world-time set-world-time]) 22 22 23 AT_CHECK([../../molecuilder --step-world-time --steps-forward1], 0, [stdout], [stderr])23 AT_CHECK([../../molecuilder --step-world-time 1], 0, [stdout], [stderr]) 24 24 AT_CHECK([fgrep "Current time step is now: 1" stdout], 0, [ignore], [ignore]) 25 AT_CHECK([../../molecuilder --set-world-time 4 --step-world-time - -steps-backward2], 0, [stdout], [stderr])25 AT_CHECK([../../molecuilder --set-world-time 4 --step-world-time -2], 0, [stdout], [stderr]) 26 26 AT_CHECK([fgrep "Current time step is now: 2" stdout], 0, [ignore], [ignore]) 27 27 # stepping back too far fails 28 AT_CHECK([../../molecuilder --set-world-time 1 --step-world-time - -steps-backward2], 5, [stdout], [stderr])28 AT_CHECK([../../molecuilder --set-world-time 1 --step-world-time -2], 5, [stdout], [stderr]) 29 29 30 30 AT_CLEANUP … … 34 34 AT_KEYWORDS([worldtime step-world-time set-world-time undo]) 35 35 36 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time - -steps-backward1 --undo], 0, [stdout], [stderr])36 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time -1 --undo], 0, [stdout], [stderr]) 37 37 AT_CHECK([fgrep "Current time step is now again: 2" stdout], 0, [ignore], [ignore]) 38 38 … … 42 42 AT_KEYWORDS([worldtime step-world-time set-world-time undo redo]) 43 43 44 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time - -steps-backward1 --undo --redo], 0, [stdout], [stderr])44 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time -1 --undo --redo], 0, [stdout], [stderr]) 45 45 AT_CHECK([fgrep "Current time step is now: 1" stdout], 0, [ignore], [ignore]) 46 46
Note:
See TracChangeset
for help on using the changeset viewer.