- Timestamp:
- Aug 25, 2004, 10:24:23 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/verified/tst_psMetadata_01.stdout
r1495 r1623 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ 6 7 FITS file open status: OK - no error8 6 9 7 Contents of metadata list: … … 26 24 * TestType: Positive * 27 25 \**********************************************************************************/ 28 29 FITS file open status: OK - no error30 26 31 27 Contents of metadata list: … … 66 62 * TestType: Positive * 67 63 \**********************************************************************************/ 68 69 FITS file open status: OK - no error70 64 71 65 Contents of metadata list: … … 124 118 /***************************** TESTPOINT ******************************************\ 125 119 * TestFile: tst_psMetadata_01.c * 126 * TestPoint: psMetadata{Test E - Attempt to use null file descriptor}*120 * TestPoint: psMetadata{Test E - Attempt to use null filename} * 127 121 * TestType: Negative * 128 * ExpectedErrorText: Null FITS file descriptor not allowed*122 * ExpectedErrorText: Null fileName not allowed * 129 123 * ExpectedStatusValue: 0 * 130 124 \**********************************************************************************/ 131 125 132 126 133 ---> TESTPOINT PASSED (psMetadata{Test E - Attempt to use null file descriptor} | tst_psMetadata_01.c)127 ---> TESTPOINT PASSED (psMetadata{Test E - Attempt to use null filename} | tst_psMetadata_01.c) 134 128 135 129 /***************************** TESTPOINT ******************************************\ 136 130 * TestFile: tst_psMetadata_01.c * 137 * TestPoint: psMetadata{Test F - Attempt to use two null inputs} * 131 * TestPoint: psMetadata{Test F - Attempt to open nonexistant file} * 132 * TestType: Negative * 133 * ExpectedErrorText: FITS error while opening file: missing.dat...Couldn't close FITS file... * 134 * ExpectedStatusValue: 0 * 135 \**********************************************************************************/ 136 137 138 ---> TESTPOINT PASSED (psMetadata{Test F - Attempt to open nonexistant file} | tst_psMetadata_01.c) 139 140 /***************************** TESTPOINT ******************************************\ 141 * TestFile: tst_psMetadata_01.c * 142 * TestPoint: psMetadata{Test G - Attempt to use two null inputs} * 138 143 * TestType: Negative * 139 144 * ExpectedErrorText: Null extName and extNum = 0 not allowed * … … 142 147 143 148 144 ---> TESTPOINT PASSED (psMetadata{Test F- Attempt to use two null inputs} | tst_psMetadata_01.c)149 ---> TESTPOINT PASSED (psMetadata{Test G - Attempt to use two null inputs} | tst_psMetadata_01.c) 145 150 146 151 /***************************** TESTPOINT ******************************************\ 147 152 * TestFile: tst_psMetadata_01.c * 148 * TestPoint: psMetadata{Test G- Attempt to use bad extNum} *153 * TestPoint: psMetadata{Test H - Attempt to use bad extNum} * 149 154 * TestType: Negative * 150 155 * ExpectedErrorText: FITS error while locating header 22: tried to move past end of file * … … 153 158 154 159 155 ---> TESTPOINT PASSED (psMetadata{Test G- Attempt to use bad extNum} | tst_psMetadata_01.c)160 ---> TESTPOINT PASSED (psMetadata{Test H - Attempt to use bad extNum} | tst_psMetadata_01.c) 156 161 157 162 /***************************** TESTPOINT ******************************************\ 158 163 * TestFile: tst_psMetadata_01.c * 159 * TestPoint: psMetadata{Test H- Attempt to use bad extName} *164 * TestPoint: psMetadata{Test I - Attempt to use bad extName} * 160 165 * TestType: Negative * 161 166 * ExpectedErrorText: FITS error while locating header AARGH: illegal HDU number * … … 164 169 165 170 166 ---> TESTPOINT PASSED (psMetadata{Test H- Attempt to use bad extName} | tst_psMetadata_01.c)171 ---> TESTPOINT PASSED (psMetadata{Test I - Attempt to use bad extName} | tst_psMetadata_01.c) 167 172 168 173 /***************************** TESTPOINT ******************************************\ 169 174 * TestFile: tst_psMetadata_01.c * 170 * TestPoint: psMetadata{Test I- Free psMetadata} *175 * TestPoint: psMetadata{Test J - Free psMetadata} * 171 176 * TestType: Positive * 172 177 \**********************************************************************************/ 173 178 174 179 175 ---> TESTPOINT PASSED (psMetadata{Test I- Free psMetadata} | tst_psMetadata_01.c)180 ---> TESTPOINT PASSED (psMetadata{Test J - Free psMetadata} | tst_psMetadata_01.c) 176 181
Note:
See TracChangeset
for help on using the changeset viewer.
