Ignore:
Timestamp:
Jul 20, 2018, 5:37:39 AM (6 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.6.1
Children:
425516
Parents:
9ac3d3
git-author:
Frederik Heber <frederik.heber@…> (07/20/18 05:35:06)
git-committer:
Frederik Heber <frederik.heber@…> (07/20/18 05:37:39)
Message:

TESTS: Fixed FillSurface and FillVolumne, recreated GuiChecks.

  • createGuiChecks.sh cannot decipher when AT_CHECK is on single line or when result code is not connected to last line but on new line. Hence, we had to fold some lines FillSurface and FillVolume back.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/GuiChecks/Atoms/RandomPerturbation/testsuite-atoms-random-perturbation.at

    r9ac3d3 r209f4c  
    2222file=water.xyz
    2323AT_CHECK([cp -f ${abs_top_srcdir}/tests/regression/Atoms/RandomPerturbation/pre/water.xyz $file], 0, [ignore], [ignore])
     24AT_CHECK([chmod +w $file], 0, [ignore], [ignore])
    2425AT_CHECK([../../molecuilder --dry-run -i water.xyz --set-random-number-distribution "uniform_int" --random-number-distribution-parameters "max=1;" --select-all-atoms --random-perturbation 0.1 --no-dry-run --store-session session-atoms-random-perturbation.py --session-type python], 0, [ignore], [ignore])
    2526AT_CHECK([grep -v "Command.*DryRun" session-atoms-random-perturbation.py >session-atoms-random-perturbation_new.py], 0, [ignore], [ignore])
     
    3233file=water.xyz
    3334AT_CHECK([cp -f ${abs_top_srcdir}/tests/regression/Atoms/RandomPerturbation/pre/water.xyz $file], 0, [ignore], [ignore])
     35AT_CHECK([chmod +w $file], 0, [ignore], [ignore])
    3436AT_CHECK([../../molecuilder --dry-run -i water.xyz --set-random-number-distribution "uniform_int" --random-number-distribution-parameters "max=1;" --select-all-atoms --random-perturbation 0.1 --undo --no-dry-run --store-session session-atoms-random-perturbation.py --session-type python], 0, [ignore], [ignore])
    3537AT_CHECK([grep -v "Command.*DryRun" session-atoms-random-perturbation.py >session-atoms-random-perturbation_new.py], 0, [ignore], [ignore])
     
    4345file=water.xyz
    4446AT_CHECK([cp -f ${abs_top_srcdir}/tests/regression/Atoms/RandomPerturbation/pre/water.xyz $file], 0, [ignore], [ignore])
     47AT_CHECK([chmod +w $file], 0, [ignore], [ignore])
    4548AT_CHECK([../../molecuilder --dry-run -i water.xyz --set-random-number-distribution "uniform_int" --random-number-distribution-parameters "max=1;" --select-all-atoms --random-perturbation 0.1 --undo --redo --no-dry-run --store-session session-atoms-random-perturbation.py --session-type python], 0, [ignore], [ignore])
    4649AT_CHECK([grep -v "Command.*DryRun" session-atoms-random-perturbation.py >session-atoms-random-perturbation_new.py], 0, [ignore], [ignore])
Note: See TracChangeset for help on using the changeset viewer.