Changeset 1406 for trunk/psLib/test/image/tst_psImageIO.c
- Timestamp:
- Aug 6, 2004, 12:34:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageIO.c
r1253 r1406 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-0 7-21 23:49:52$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-08-06 22:34:06 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 35 36 36 testDescription tests[] = { 37 {testImageRead,567,"psImageReadSection",0,false}, 38 {testImageWrite,569,"psImageWriteSection",0,false}, 39 {NULL} 37 { 38 testImageRead,567,"psImageReadSection",0,false 39 }, 40 { 41 testImageWrite,569,"psImageWriteSection",0,false 42 }, 43 { 44 NULL 45 } 40 46 }; 41 47 … … 291 297 mkdir("tmpImages",0777); 292 298 remove 293 ("writeTest.fits"); 299 ("writeTest.fits") 300 ; 294 301 if (! psImageWriteSection(img,0,0,0,NULL,0,"tmpImages/writeTest.fits")) { 295 302 psError(__func__,"Couldn't write writeTest.fits.");
Note:
See TracChangeset
for help on using the changeset viewer.
