Changeset 8e2a42 for molecuilder/tests


Ignore:
Timestamp:
Aug 18, 2008, 10:55:30 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
bad406
Parents:
8c3747
Message:

Fixed second test (main_pcp_linux was not written anymore, hence copied) and error code in third test (2 not 0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/tests/testsuite.at

    r8c3747 r8e2a42  
    1414AT_CLEANUP
    1515
    16 AT_BANNER([MoleCuilder - simple command line tests])
     16AT_BANNER([MoleCuilder - molecular config creation from xyz file and atom adding])
    1717AT_SETUP([Simple configuration])
    1818# 1. create a fake element database with the only element we need
     
    3131AT_CHECK([fgrep "Ion_Type1_1" test.conf], 0, [Ion_Type1_1       10.000000000    10.000000000    10.000000000    0 # Number in molecule 0
    3232], [ignore])
     33AT_CHECK([cp test.conf main_pcp_linux], 0, [ignore], [ignore])
    3334AT_DATA([input], [aa 10. 10. 10. 1
    3435s
     
    3940AT_CLEANUP
    4041
    41 AT_BANNER([MoleCuilder - Fragmentation test])
     42AT_BANNER([MoleCuilder - Fragmentation and Re-fragmentation test])
    4243AT_SETUP([Fragmentation])
    4344# 1. create a fake element database with the only two elements we need
     
    7475AT_CHECK([ls -l std/BondFragment*.conf | wc -l], 0, [5
    7576], [ignore])
    76 AT_CHECK([../../molecuilder test.conf -e ./ -f 1.55 2], 0, [ignore], [ignore], [mkdir new; mv BondFragment*.conf* new/])
     77# 3a. check whether parsing of BondFragment files and re-rwriting config files is working (exit code is 2 as we don't need to continue wrt to ...OrderAtSite)
     78AT_CHECK([../../molecuilder test.conf -e ./ -f 1.55 2], 2, [ignore], [ignore], [mkdir new; mv BondFragment*.conf* new/])
    7779AT_CHECK([mkdir new; mv BondFragment*.conf* new/], 0)
    7880# 6. compare both dirs by diff'ing
Note: See TracChangeset for help on using the changeset viewer.