Index: /trunk/psLib/test/astro/verified/tst_psCoord02.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psCoord02.stderr	(revision 5627)
+++ /trunk/psLib/test/astro/verified/tst_psCoord02.stderr	(revision 5627)
@@ -0,0 +1,41 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord02.c                                            *
+*            TestPoint: psImage{psPlaneTransformCombine()}                         *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<HOST>|E|psPlaneTransformCombine (FILE:LINENO)
+    Unallowable operation: trans1 is NULL.
+<HOST>|E|psPlaneTransformCombine (FILE:LINENO)
+    Unallowable operation: trans2 is NULL.
+
+---> TESTPOINT PASSED (psImage{psPlaneTransformCombine()} | tst_psCoord02.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord02.c                                            *
+*            TestPoint: psImage{psPlaneTransformFit()}                             *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<HOST>|E|psPlaneTransformFit (FILE:LINENO)
+    Unallowable operation: trans is NULL.
+<HOST>|E|psPlaneTransformFit (FILE:LINENO)
+    Unallowable operation: source is NULL.
+<HOST>|E|psPlaneTransformFit (FILE:LINENO)
+    Unallowable operation: dest is NULL.
+
+---> TESTPOINT PASSED (psImage{psPlaneTransformFit()} | tst_psCoord02.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord02.c                                            *
+*            TestPoint: psImage{psPlaneTransformInvert()}                          *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<HOST>|E|psPlaneTransformInvert (FILE:LINENO)
+    Unallowable operation: in is NULL.
+<HOST>|E|psPlaneTransformInvert (FILE:LINENO)
+    Error: (1 > nSamples) (1 0).
+
+---> TESTPOINT PASSED (psImage{psPlaneTransformInvert()} | tst_psCoord02.c)
+
Index: /trunk/psLib/test/astro/verified/tst_psCoord02.stdout
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psCoord02.stdout	(revision 5627)
+++ /trunk/psLib/test/astro/verified/tst_psCoord02.stdout	(revision 5627)
@@ -0,0 +1,17 @@
+----------------------------------------------------------------------------------
+Calling psPlaneTransformCombine with NULL trans1.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformCombine with NULL trans2.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformFit with NULL trans.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformFit with NULL src psArray.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformFit with NULL dst psArray.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformFit with acceptable data.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformInvert with NULL trans.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformInvert with zero nSamples.  Should generate error and return NULL.
+Calling psPlaneTransformInvert with acceptable linear transformations.
