IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2005, 12:18:48 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fits/verified/tst_psFits.stderr

    r4547 r5512  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psFits.c                                               *
    3 *            TestPoint: psImage{psFitsAlloc}                                       *
    4 *             TestType: Positive                                                   *
    5 \**********************************************************************************/
    6 
    7 <DATE><TIME>|<HOST>|I|tst_psFitsAlloc
     3*            TestPoint: psImage{psFitsOpen}                                        *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
     6
     7<DATE><TIME>|<HOST>|I|tst_psFitsOpen
    88    Following should generate an error message
    9 <DATE><TIME>|<HOST>|E|psFitsAlloc (FILE:LINENO)
     9<DATE><TIME>|<HOST>|E|psFitsOpen (FILE:LINENO)
    1010    Specified filename can not be NULL.
    11 
    12 ---> TESTPOINT PASSED (psImage{psFitsAlloc} | tst_psFits.c)
     11<DATE><TIME>|<HOST>|I|tst_psFitsOpen
     12    Following should generate an error message
     13<DATE><TIME>|<HOST>|E|psFitsOpen (FILE:LINENO)
     14    Specified mode, 'b+', is invalid.  Supported modes are r, r+, rw, w, w+, a, or a+.
     15
     16---> TESTPOINT PASSED (psImage{psFitsOpen} | tst_psFits.c)
    1317
    1418/***************************** TESTPOINT ******************************************\
     
    2125    Following should be an error.
    2226<DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
    23     Could not find HDU 'bogus' in file multi.fits.
     27    Could not find HDU 'bogus'.
    2428    CFITSIO Error: illegal HDU number
    2529<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
     
    5155    Following should be an error.
    5256<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    53     Could not move to specified HDU #-1 in file multi.fits.
     57    Could not move to specified HDU #-1.
    5458    CFITSIO Error: illegal HDU number
    5559<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    5660    Following should be an error.
    5761<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    58     Could not move -1 HDUs from current position in file multi.fits.
     62    Could not move -1 HDUs from current position.
    5963    CFITSIO Error: illegal HDU number
    6064<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    6165    Following should be an error.
    6266<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    63     Could not move to specified HDU #8 in file multi.fits.
     67    Could not move to specified HDU #8.
    6468    CFITSIO Error: tried to move past end of file
    6569<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
    6670    Following should be an error.
    6771<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
    68     Could not move 1 HDUs from current position in file multi.fits.
     72    Could not move 1 HDUs from current position.
    6973    CFITSIO Error: tried to move past end of file
    7074<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
     
    171175    Following should be an error.
    172176<DATE><TIME>|<HOST>|E|psFitsUpdateTable (FILE:LINENO)
    173     Could not write data to file,'table.fits'.
     177    Could not write data to file.
    174178    CFITSIO Error: bad first row number
    175179
Note: See TracChangeset for help on using the changeset viewer.