Changeset 5512 for trunk/psLib/test/fits/verified/tst_psFits.stderr
- Timestamp:
- Nov 14, 2005, 12:18:48 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fits/verified/tst_psFits.stderr (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fits/verified/tst_psFits.stderr
r4547 r5512 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psFits.c * 3 * TestPoint: psImage{psFits Alloc}*4 * TestType: Positive * 5 \**********************************************************************************/ 6 7 <DATE><TIME>|<HOST>|I|tst_psFits Alloc3 * TestPoint: psImage{psFitsOpen} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 7 <DATE><TIME>|<HOST>|I|tst_psFitsOpen 8 8 Following should generate an error message 9 <DATE><TIME>|<HOST>|E|psFits Alloc(FILE:LINENO)9 <DATE><TIME>|<HOST>|E|psFitsOpen (FILE:LINENO) 10 10 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) 13 17 14 18 /***************************** TESTPOINT ******************************************\ … … 21 25 Following should be an error. 22 26 <DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO) 23 Could not find HDU 'bogus' in file multi.fits.27 Could not find HDU 'bogus'. 24 28 CFITSIO Error: illegal HDU number 25 29 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName … … 51 55 Following should be an error. 52 56 <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. 54 58 CFITSIO Error: illegal HDU number 55 59 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum 56 60 Following should be an error. 57 61 <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. 59 63 CFITSIO Error: illegal HDU number 60 64 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum 61 65 Following should be an error. 62 66 <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. 64 68 CFITSIO Error: tried to move past end of file 65 69 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum 66 70 Following should be an error. 67 71 <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. 69 73 CFITSIO Error: tried to move past end of file 70 74 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum … … 171 175 Following should be an error. 172 176 <DATE><TIME>|<HOST>|E|psFitsUpdateTable (FILE:LINENO) 173 Could not write data to file ,'table.fits'.177 Could not write data to file. 174 178 CFITSIO Error: bad first row number 175 179
Note:
See TracChangeset
for help on using the changeset viewer.
