Changeset 1002
- Timestamp:
- Jun 11, 2004, 9:24:43 AM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
dataManip/Makefile (modified) (2 diffs)
-
image/verified/tst_psImageIO.stderr (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/Makefile
r1001 r1002 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06-11 19: 18:41$5 ## $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-11 19:24:43 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 54 54 clean: 55 55 @echo " Deleting executable and binary files for 'test/sysUtils'" 56 $(RM) $( TARGET) $(OBJS) *.lint56 $(RM) $(OBJS) *.lint tmpImages/*.fits 57 57 58 58 builddir/%.o : %.c -
trunk/psLib/test/image/verified/tst_psImageIO.stderr
r1000 r1002 4 4 <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL. 5 5 <DATE> <TIME> <HOST> |I|testImageRead |Following should be an error as extnum is invalid. 6 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file MxN_F32.fits. (tried to move past end of file)6 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file) 7 7 <DATE> <TIME> <HOST> |I|testImageRead |Following should be an error as extname is invalid. 8 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file MxN_F32.fits. (illegal HDU number)8 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number) 9 9 /----------------------------- TESTPOINT ------------------------------------------\ 10 10 | TestFile: tst_psImageIO.c | … … 18 18 <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL. 19 19 <DATE> <TIME> <HOST> |I|testImageRead |Following should be an error as extnum is invalid. 20 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file MxN_F32.fits. (tried to move past end of file)20 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file) 21 21 <DATE> <TIME> <HOST> |I|testImageRead |Following should be an error as extname is invalid. 22 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file MxN_F32.fits. (illegal HDU number)22 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number) 23 23 24 24 ---> TESTPOINT PASSED (psImage{567-testImageRead} | tst_psImageIO.c)
Note:
See TracChangeset
for help on using the changeset viewer.
