Ignore:
Timestamp:
Jul 12, 2017, 7:11:51 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Recreated all GuiChecks.

  • GuiChecks lacked difffragmentresultcontainer, refers to the one compiled in regression.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/GuiChecks/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at

    recacf0 rb10593  
    2121AT_KEYWORDS([worldtime step-world-time set-world-time])
    2222
    23 AT_CHECK([../../molecuilder --dry-run --step-world-time --steps-forward 1 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])
     23AT_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])
    2424AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore])
    2525AT_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-backward 2 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])
     26AT_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])
    2727AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore])
    2828AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 0, [stdout], [stderr])
    2929# stepping back too far fails
    30 AT_CHECK([../../molecuilder --dry-run --set-world-time 1 --step-world-time --steps-backward 2 --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])
     30AT_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])
    3131AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore])
    3232AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 5, [stdout], [stderr])
     
    3838AT_KEYWORDS([worldtime step-world-time set-world-time undo])
    3939
    40 AT_CHECK([../../molecuilder --dry-run --set-world-time 2 --step-world-time --steps-backward  1 --undo --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])
     40AT_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])
    4141AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore])
    4242AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 0, [stdout], [stderr])
     
    4747AT_KEYWORDS([worldtime step-world-time set-world-time undo redo])
    4848
    49 AT_CHECK([../../molecuilder --dry-run --set-world-time 2 --step-world-time --steps-backward 1 --undo --redo --no-dry-run --store-session session-worldtime-step-world-time.py --session-type python], 0, [stdout], [stderr])
     49AT_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])
    5050AT_CHECK([grep -v "Command.*DryRun" session-worldtime-step-world-time.py >session-worldtime-step-world-time_new.py], 0, [ignore], [ignore])
    5151AT_CHECK([../../molecuilderguitest session-worldtime-step-world-time_new.py], 0, [stdout], [stderr])
Note: See TracChangeset for help on using the changeset viewer.