Ignore:
Timestamp:
Jun 21, 2017, 10:02:14 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
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, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, 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:
78ea3c
Parents:
9a9f847 (diff), 6116df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'GeometryObjects' into Candidate_v1.6.1

Location:
tests/regression/Options/DryRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Options/DryRun/post/session.py

    r9a9f847 rbe848d  
    55pyMoleCuilder.AtomAdd("1", "0,0,0")
    66pyMoleCuilder.SelectionAllAtoms()
    7 pyMoleCuilder.AtomTranslate("0,0,0", "0")
     7pyMoleCuilder.AtomTranslate("5,5,5", "0")
    88pyMoleCuilder.CommandNoDryRun()
    99# =========================== Stored Session END ===========================
  • tests/regression/Options/DryRun/testsuite-options-dryrun-storesession.at

    r9a9f847 rbe848d  
    2020AT_SETUP([Standard Options - dry run and store session])
    2121AT_KEYWORDS([options dry-run no-dry-run store-session])
     22AT_SKIP_IF([../../molecuilder --help store-session; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    2223
    2324# sample session
    2425file="session.py"
    25 AT_CHECK([../../molecuilder --dry-run --input hydrogen.xyz --add-atom 1 --domain-position "0,0,0" --select-all-atoms --translate-atoms "5,5,5" --no-dry-run --store-session $file --session-type python], 0, [ignore], [ignore])
     26AT_CHECK([../../molecuilder --dry-run --input hydrogen.xyz --add-atom 1 --domain-position "0,0,0" --select-all-atoms --translate-atoms --position "5,5,5" --no-dry-run --store-session $file --session-type python], 0, [ignore], [ignore])
    2627AT_CHECK([test -f $file], 0, [ignore], [ignore])
    2728AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Options/DryRun/post/$file], 0, [ignore], [ignore])
Note: See TracChangeset for help on using the changeset viewer.