Changeset 7305d5 for tests


Ignore:
Timestamp:
Oct 23, 2014, 4:55:15 PM (10 years ago)
Author:
Frederik Heber <heber@…>
Children:
eea0bb
Parents:
fe02bf
git-author:
Frederik Heber <heber@…> (10/17/14 16:04:58)
git-committer:
Frederik Heber <heber@…> (10/23/14 16:55:15)
Message:

Removed extra option actionname from HelpAction.

  • this shortens the way to getting help a lot.
  • TESTFIX: regression potentials fixed due to removed actionname.
Location:
tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/Python/AllActions/options.dat

    rfe02bf r7305d5  
    11#key    value
    2 actionname      "help"
    32add-atom        "1"
    43add-empty-boundary      "5,5,5"
     
    8887fragment-resultfile     "results.dat"
    8988grid-level      "5"
     89help    "help"
    9090id-mapping      "1"
    9191input   "test.data"
  • tests/regression/Options/Help/testsuite-options-help.at

    rfe02bf r7305d5  
    2727AT_CHECK([fgrep "list of all available Actions" stdout], 0, [ignore], [ignore])
    2828AT_CHECK([fgrep "Usage help" stdout], 0, [ignore], [ignore])
    29 AT_CHECK([../../molecuilder --help --actionname "help"], 0, [stdout], [ignore])
     29AT_CHECK([../../molecuilder --help "help"], 0, [stdout], [ignore])
    3030AT_CHECK([fgrep "Options available for action 'help'" stdout], 0, [ignore], [ignore])
    3131
  • tests/regression/Potential/FitPotential/testsuite-potential-fit-potential.at

    rfe02bf r7305d5  
    2121AT_SETUP([Potential - Fit morse potential to water])
    2222AT_KEYWORDS([potential parse-homologies fit-potential morse])
    23 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
     23AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    2424
    2525file=length_homology.dat
     
    4747AT_SETUP([Potential - Fit harmonic potential to water])
    4848AT_KEYWORDS([potential parse-homologies fit-potential harmonic])
    49 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
     49AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    5050
    5151file=harmonic_homology.dat
     
    7373AT_SETUP([Potential - Fit harmonic_angle potential to water])
    7474AT_KEYWORDS([potential parse-homologies fit-potential harmonic_angle])
    75 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
     75AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    7676
    7777file=angle_homology.dat
     
    9999AT_SETUP([Potential - Fit torsion potential to butane])
    100100AT_KEYWORDS([potential parse-homologies fit-potential torsion])
    101 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
     101AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    102102
    103103file=torsion_homology.dat
     
    125125AT_SETUP([Potential - Fit improper potential to ammonia])
    126126AT_KEYWORDS([potential parse-homologies fit-potential improper])
    127 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
     127AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    128128
    129129file=improper_homology.dat
     
    152152AT_SETUP([Potential - Fit LJ potential to argon])
    153153AT_KEYWORDS([potential parse-homologies fit-potential lennardjones])
    154 AT_SKIP_IF([../../molecuilder --help --actionname fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
     154AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    155155
    156156file=lj_homology.dat
Note: See TracChangeset for help on using the changeset viewer.