Index: /trunk/psLib/test/astronomy/verified/tst_psCoord.stderr
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psCoord.stderr	(revision 2999)
+++ /trunk/psLib/test/astronomy/verified/tst_psCoord.stderr	(revision 2999)
@@ -0,0 +1,169 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psSphereTransformAlloc()}                          *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psCoord{psSphereTransformAlloc()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psPlaneTransformAlloc()}                           *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psPlaneTransformAlloc (psCoord.c:<LINENO>)
+    Error: n1 is less than 0.
+<DATE><TIME>|<HOST>|E|psPlaneTransformAlloc (psCoord.c:<LINENO>)
+    Error: n2 is less than 0.
+
+---> TESTPOINT PASSED (psCoord{psPlaneTransformAlloc()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psPlaneDistortAlloc()}                             *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (psCoord.c:<LINENO>)
+    Error: n1 is less than 0.
+<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (psCoord.c:<LINENO>)
+    Error: n2 is less than 0.
+<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (psCoord.c:<LINENO>)
+    Error: n3 is less than 0.
+<DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (psCoord.c:<LINENO>)
+    Error: n4 is less than 0.
+
+---> TESTPOINT PASSED (psCoord{psPlaneDistortAlloc()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psPlaneTransformApply()}                           *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psPlaneTransformApply (psCoord.c:<LINENO>)
+    Unallowable operation: transform is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformApply (psCoord.c:<LINENO>)
+    Unallowable operation: transform->x is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformApply (psCoord.c:<LINENO>)
+    Unallowable operation: transform->y is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformApply (psCoord.c:<LINENO>)
+    Unallowable operation: coords is NULL.
+
+---> TESTPOINT PASSED (psCoord{psPlaneTransformApply()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psPlaneDistortApply()}                             *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psPlaneDistortApply (psCoord.c:<LINENO>)
+    Unallowable operation: transform is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneDistortApply (psCoord.c:<LINENO>)
+    Unallowable operation: transform->x is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneDistortApply (psCoord.c:<LINENO>)
+    Unallowable operation: transform->y is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneDistortApply (psCoord.c:<LINENO>)
+    Unallowable operation: coords is NULL.
+
+---> TESTPOINT PASSED (psCoord{psPlaneDistortApply()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psPSphereTransformApply()}                         *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psSphereTransformApply (psCoord.c:<LINENO>)
+    Unallowable operation: transform is NULL.
+<DATE><TIME>|<HOST>|E|psSphereTransformApply (psCoord.c:<LINENO>)
+    Unallowable operation: coord is NULL.
+
+---> TESTPOINT PASSED (psCoord{psPSphereTransformApply()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psPSphereTransformApply()}                         *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psCoord{psPSphereTransformApply()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psSphereTransformICRSToEcliptic()}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psSphereTransformICRSToEcliptic (psCoord.c:<LINENO>)
+    Unallowable operation: time is NULL.
+
+---> TESTPOINT PASSED (psCoord{psSphereTransformICRSToEcliptic()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psSphereTransformEclipticToICRS()}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psSphereTransformEclipticToICRS (psCoord.c:<LINENO>)
+    Unallowable operation: time is NULL.
+
+---> TESTPOINT PASSED (psCoord{psSphereTransformEclipticToICRS()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psSphereTransformICRSToGalatic()}                  *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psCoord{psSphereTransformICRSToGalatic()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psSphereTransformGalaticToICRS()}                  *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psCoord{psSphereTransformGalaticToICRS()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psSphereGetOffset()}                               *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psSphereGetOffset (psCoord.c:<LINENO>)
+    Unallowable operation: position1 is NULL.
+<DATE><TIME>|<HOST>|E|psSphereGetOffset (psCoord.c:<LINENO>)
+    Unallowable operation: position2 is NULL.
+<DATE><TIME>|<HOST>|E|psSphereGetOffset (psCoord.c:<LINENO>)
+    Specified offset mode, 0x54321, is not supported.
+<DATE><TIME>|<HOST>|E|psSphereGetOffset (psCoord.c:<LINENO>)
+    Specified units, 0x54321, is not supported.
+
+---> TESTPOINT PASSED (psCoord{psSphereGetOffset()} | tst_psCoord.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psCoord.c                                              *
+*            TestPoint: psCoord{psSphereSetOffset()}                               *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psSphereSetOffset (psCoord.c:<LINENO>)
+    Unallowable operation: position is NULL.
+<DATE><TIME>|<HOST>|E|psSphereSetOffset (psCoord.c:<LINENO>)
+    Unallowable operation: offset is NULL.
+<DATE><TIME>|<HOST>|E|psSphereSetOffset (psCoord.c:<LINENO>)
+    Specified offset mode, 0x54321, is not supported.
+<DATE><TIME>|<HOST>|E|psSphereSetOffset (psCoord.c:<LINENO>)
+    Specified units, 0x54321, is not supported.
+
+---> TESTPOINT PASSED (psCoord{psSphereSetOffset()} | tst_psCoord.c)
+
Index: /trunk/psLib/test/astronomy/verified/tst_psCoord.stdout
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psCoord.stdout	(revision 2999)
+++ /trunk/psLib/test/astronomy/verified/tst_psCoord.stdout	(revision 2999)
@@ -0,0 +1,59 @@
+-------------------------------------------------------------------
+Calling psPlaneTransformAlloc() with negative-order polynomial request.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneTransformAlloc() with negative-order polynomial request.  Should generate error, return NULL.
+-------------------------------------------------------------------
+-------------------------------------------------------------------
+Calling psPlaneDistortAlloc() with negative-order polynomial request.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneDistortAlloc() with negative-order polynomial request.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneDistortAlloc() with negative-order polynomial request.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneDistortAlloc() with negative-order polynomial request.  Should generate error, return NULL.
+-------------------------------------------------------------------
+-------------------------------------------------------------------
+Calling psPlaneTransformApply() with NULL psPlaneTransform.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneTransformApply() with NULL psPlaneTransform->x.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneTransformApply() with NULL psPlaneTransform->y.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneTransformApply() with NULL input coords.  Should generate error, return NULL.
+-------------------------------------------------------------------
+-------------------------------------------------------------------
+Calling psPlaneDistortApply() with NULL psPlaneDistort.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneDistortApply() with NULL psPlaneDistort->x.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneDistortApply() with NULL psPlaneDistort->y.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psPlaneDistortApply() with NULL input coords.  Should generate error, return NULL.
+-------------------------------------------------------------------
+-------------------------------------------------------------------
+Calling psSphereTransformApply() with NULL psSphereTransform.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereTransformApply() with NULL input coords.  Should generate error, return NULL.
+-------------------------------------------------------------------
+-------------------------------------------------------------------
+Calling psSphereTransformICRSToEcliptic() with NULL input.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereTransformEclipticToICRS() with NULL input.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereGetOffset() with NULL position1.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereGetOffset() with NULL position2.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereGetOffset() with bogus offset mode.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereGetOffset() with bogus offset units.  Should generate error, return NULL.
+-------------------------------------------------------------------
+-------------------------------------------------------------------
+Calling psSphereSetOffset() with NULL position1.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereSetOffset() with NULL offset.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereSetOffset() with bogus offset mode.  Should generate error, return NULL.
+-------------------------------------------------------------------
+Calling psSphereSetOffset() with bogus offset unit.  Should generate error, return NULL.
+-------------------------------------------------------------------
