Changeset 13800
- Timestamp:
- Jun 13, 2007, 1:33:22 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fits/tap_psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fits/tap_psFits.c
r13084 r13800 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 5-01 00:08:52 $8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-06-13 23:33:22 $ 10 10 * 11 11 * XXXX: All of the makeTable() tests are failing, as well as one additional one. … … 454 454 { 455 455 // try to move to the extension 456 if (psFitsMoveExtNum(fits, 1, true), "Failed to move to extension %d", lcv) 457 ; 456 ok(psFitsMoveExtNum(fits, 1, true), "Failed to move to extension %d", lcv); 458 457 459 458 // check to see if I can retrieve the number back from the psFits object.
Note:
See TracChangeset
for help on using the changeset viewer.
