IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 1:43:03 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/testsuite.at

    r7461 r9423  
    6060
    6161###
    62 AT_SETUP([Pop()])
    63 AT_KEYWORDS([Pop])
    64 
    65 AT_CHECK([dbsetup])
    66 # run insert so there is a row in the table
    67 AT_CHECK([insert])
    68 AT_CHECK([pop])
    69 AT_CHECK([dbcleanup])
    70 
    71 AT_CLEANUP
    72 
    73 ###
    7462AT_SETUP([InsertObject()])
    7563AT_KEYWORDS([InsertObject])
     
    7765AT_CHECK([dbsetup])
    7866AT_CHECK([insertobject])
    79 AT_CHECK([dbcleanup])
    80 
    81 AT_CLEANUP
    82 
    83 ###
    84 AT_SETUP([PopObject()])
    85 AT_KEYWORDS([PopObject])
    86 
    87 AT_CHECK([dbsetup])
    88 # run insert so there is a row in the table
    89 AT_CHECK([insert])
    90 AT_CHECK([popobject])
    9167AT_CHECK([dbcleanup])
    9268
     
    10177AT_CHECK([insert])
    10278# run popfis so there is afits file to read
    103 AT_CHECK([popfits])
     79AT_CHECK([selectrowsfits])
    10480AT_CHECK([insertfits])
    105 AT_CHECK([dbcleanup])
    106 if [ test -f "blargh" ] ; then
    107     rm -f "blargh"
    108 fi
    109 
    110 AT_CLEANUP
    111 
    112 ###
    113 AT_SETUP([PopFits()])
    114 AT_KEYWORDS([PopFits])
    115 
    116 AT_CHECK([dbsetup])
    117 # run insert so there is a row in the table
    118 AT_CHECK([insert])
    119 AT_CHECK([popfits])
    12081AT_CHECK([dbcleanup])
    12182if [ test -f "blargh" ] ; then
Note: See TracChangeset for help on using the changeset viewer.