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/Geometry/testsuite-geometry-common.at

    recacf0 rb10593  
    2121AT_SETUP([Geometry - automatically added geometry names])
    2222AT_KEYWORDS([geometry])
    23 AT_CHECK([../../molecuilder --dry-run --input-to-vector "zeroVector" --position "0,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
     23AT_CHECK([../../molecuilder --dry-run --input-to-vector "zeroVector" --coordinates "0,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
    2424AT_CHECK([grep -v "Command.*DryRun" session-geometry-common.py >session-geometry-common_new.py], 0, [ignore], [ignore])
    2525AT_CHECK([../../molecuilderguitest session-geometry-common_new.py], 5, [ignore], [ignore])
    26 AT_CHECK([../../molecuilder --dry-run --input-to-vector "unitVectorX" --position "1,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
     26AT_CHECK([../../molecuilder --dry-run --input-to-vector "unitVectorX" --coordinates "1,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
    2727AT_CHECK([grep -v "Command.*DryRun" session-geometry-common.py >session-geometry-common_new.py], 0, [ignore], [ignore])
    2828AT_CHECK([../../molecuilderguitest session-geometry-common_new.py], 5, [ignore], [ignore])
    29 AT_CHECK([../../molecuilder --dry-run --input-to-vector "unitVectorY" --position "0,1,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
     29AT_CHECK([../../molecuilder --dry-run --input-to-vector "unitVectorY" --coordinates "0,1,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
    3030AT_CHECK([grep -v "Command.*DryRun" session-geometry-common.py >session-geometry-common_new.py], 0, [ignore], [ignore])
    3131AT_CHECK([../../molecuilderguitest session-geometry-common_new.py], 5, [ignore], [ignore])
    32 AT_CHECK([../../molecuilder --dry-run --input-to-vector "unitVectorZ" --position "0,0,1" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
     32AT_CHECK([../../molecuilder --dry-run --input-to-vector "unitVectorZ" --coordinates "0,0,1" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
    3333AT_CHECK([grep -v "Command.*DryRun" session-geometry-common.py >session-geometry-common_new.py], 0, [ignore], [ignore])
    3434AT_CHECK([../../molecuilderguitest session-geometry-common_new.py], 5, [ignore], [ignore])
     
    3838AT_SETUP([Geometry - illegal geometry names])
    3939AT_KEYWORDS([geometry])
    40 AT_CHECK([../../molecuilder --dry-run --input-to-vector "0,0,0" --position "0,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
     40AT_CHECK([../../molecuilder --dry-run --input-to-vector "0,0,0" --coordinates "0,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
    4141AT_CHECK([grep -v "Command.*DryRun" session-geometry-common.py >session-geometry-common_new.py], 0, [ignore], [ignore])
    4242AT_CHECK([../../molecuilderguitest session-geometry-common_new.py], 5, [ignore], [ignore])
    43 AT_CHECK([../../molecuilder --dry-run --input-to-vector "1" --position "1,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
     43AT_CHECK([../../molecuilder --dry-run --input-to-vector "1" --coordinates "1,0,0" --no-dry-run --store-session session-geometry-common.py --session-type python], 0, [ignore], [ignore])
    4444AT_CHECK([grep -v "Command.*DryRun" session-geometry-common.py >session-geometry-common_new.py], 0, [ignore], [ignore])
    4545AT_CHECK([../../molecuilderguitest session-geometry-common_new.py], 5, [ignore], [ignore])
Note: See TracChangeset for help on using the changeset viewer.