Index: trunk/psLib/test/fits/verified/tst_psFits.stderr
===================================================================
--- trunk/psLib/test/fits/verified/tst_psFits.stderr	(revision 5511)
+++ trunk/psLib/test/fits/verified/tst_psFits.stderr	(revision 5512)
@@ -1,14 +1,18 @@
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psFits.c                                               *
-*            TestPoint: psImage{psFitsAlloc}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|tst_psFitsAlloc
+*            TestPoint: psImage{psFitsOpen}                                        *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|tst_psFitsOpen
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psFitsAlloc (FILE:LINENO)
+<DATE><TIME>|<HOST>|E|psFitsOpen (FILE:LINENO)
     Specified filename can not be NULL.
-
----> TESTPOINT PASSED (psImage{psFitsAlloc} | tst_psFits.c)
+<DATE><TIME>|<HOST>|I|tst_psFitsOpen
+    Following should generate an error message
+<DATE><TIME>|<HOST>|E|psFitsOpen (FILE:LINENO)
+    Specified mode, 'b+', is invalid.  Supported modes are r, r+, rw, w, w+, a, or a+.
+
+---> TESTPOINT PASSED (psImage{psFitsOpen} | tst_psFits.c)
 
 /***************************** TESTPOINT ******************************************\
@@ -21,5 +25,5 @@
     Following should be an error.
 <DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
-    Could not find HDU 'bogus' in file multi.fits.
+    Could not find HDU 'bogus'.
     CFITSIO Error: illegal HDU number
 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
@@ -51,20 +55,20 @@
     Following should be an error.
 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move to specified HDU #-1 in file multi.fits.
+    Could not move to specified HDU #-1.
     CFITSIO Error: illegal HDU number
 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
     Following should be an error.
 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move -1 HDUs from current position in file multi.fits.
+    Could not move -1 HDUs from current position.
     CFITSIO Error: illegal HDU number
 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
     Following should be an error.
 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move to specified HDU #8 in file multi.fits.
+    Could not move to specified HDU #8.
     CFITSIO Error: tried to move past end of file
 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
     Following should be an error.
 <DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move 1 HDUs from current position in file multi.fits.
+    Could not move 1 HDUs from current position.
     CFITSIO Error: tried to move past end of file
 <DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
@@ -171,5 +175,5 @@
     Following should be an error.
 <DATE><TIME>|<HOST>|E|psFitsUpdateTable (FILE:LINENO)
-    Could not write data to file,'table.fits'.
+    Could not write data to file.
     CFITSIO Error: bad first row number
 
