Index: trunk/psLib/test/astro/verified/tst_psCoord.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psCoord.stderr	(revision 8718)
+++ 	(revision )
@@ -1,118 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneTransformAlloc()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneTransformAlloc
-    Following should generate an error message: negative x order
-<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
-    Error: order1 is less than 0.
-<HOST>|I|testPlaneTransformAlloc
-    Following should generate an error message: negative y order
-<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
-    Error: order2 is less than 0.
-
----> TESTPOINT PASSED (psCoord{psPlaneTransformAlloc()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneDistortAlloc()}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative x order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order1 is less than 0.
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative y order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order2 is less than 0.
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative z order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order3 is less than 0.
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative w order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order4 is less than 0.
-
----> TESTPOINT PASSED (psCoord{psPlaneDistortAlloc()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneAlloc()}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psPlaneAlloc()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneTransformApply()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL psPlaneTransform
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: transform is NULL.
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL x coeff psPlaneTransform
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: transform->x is NULL.
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL y coeff psPlaneTransform
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: transform->y is NULL.
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL psPlane
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: coords is NULL.
-
----> TESTPOINT PASSED (psCoord{psPlaneTransformApply()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneDistortApply()}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null psPlaneDistort
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: distort is NULL.
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null x member psPlaneDistort
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: distort->x is NULL.
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null y member psPlaneDistort
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: distort->y is NULL.
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null input psPlane
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: coords is NULL.
-
----> TESTPOINT PASSED (psCoord{psPlaneDistortApply()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPixelsTransform()}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPixelsTransform
-    Following should generate error message
-<HOST>|E|psPixelsTransform (FILE:LINENO)
-    Unallowable operation: input is NULL.
-<HOST>|I|testPixelsTransform
-    Following should generate error message
-<HOST>|E|psPixelsTransform (FILE:LINENO)
-    Unallowable operation: input is NULL.
-
----> TESTPOINT PASSED (psCoord{psPixelsTransform()} | tst_psCoord.c)
-
Index: trunk/psLib/test/astro/verified/tst_psCoord01.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psCoord01.stderr	(revision 8718)
+++ 	(revision )
@@ -1,127 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psProjectionAlloc}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psProjectionAlloc} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psProject}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testProjectFail
-    Following should generate an error message for null coord arg
-<HOST>|E|p_psProject (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-<HOST>|I|testProjectFail
-    Following should generate an error message for null projection arg
-<HOST>|E|p_psProject (FILE:LINENO)
-    Unallowable operation: projection is NULL.
-<HOST>|I|testProjectFail
-    Following should generate an error message for invalid projection type
-<HOST>|E|p_psProject (FILE:LINENO)
-    The projection type, 4, is unknown.
-
----> TESTPOINT PASSED (psCoord{psProject} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psProject}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testDeprojectFail
-    Following should generate an error message for null coord arg
-<HOST>|E|p_psDeproject (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-<HOST>|I|testDeprojectFail
-    Following should generate an error message for null projection arg
-<HOST>|E|p_psDeproject (FILE:LINENO)
-    Unallowable operation: projection is NULL.
-<HOST>|I|testDeprojectFail
-    Following should generate an error message for invalid projection type
-<HOST>|E|p_psDeproject (FILE:LINENO)
-    The projection type, 4, is unknown.
-
----> TESTPOINT PASSED (psCoord{psProject} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereSetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testSetOffsetSphere
-    Following should generate error message null input coord
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: position is NULL.
-<HOST>|I|testSetOffsetSphere
-    Following should generate error message null offset
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: offset is NULL.
-<HOST>|I|testSetOffsetSphere
-    Following should generate error message invalid mode
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Specified offset mode, 0x54321, is not supported.
-<HOST>|I|testSetOffsetSphere
-    Following should generate an error message invalid unit
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Specified units, 0x54321, is not supported.
-
----> TESTPOINT PASSED (psCoord{psSphereSetOffset} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereSetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psSphereSetOffset} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereGetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for null position
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position1 is NULL.
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for null position
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position2 is NULL.
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for invalid mode
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Specified offset mode, 0x54321, is not supported.
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for invalid unit type
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Specified units, 0x54321, is not supported.
-<HOST>|I|testGetOffsetSphere
-    Following should generate warning message
-<HOST>|W|psSphereGetOffset
-    WARNING: psDeproject(): position1->d is larger than 90 degrees.  Returning NULL.
-<HOST>|I|testGetOffsetSphere
-    Following should generate warning message
-<HOST>|W|psSphereGetOffset
-    WARNING: psDeproject(): position2->d is larger than 90 degrees.  Returning NULL.
-
----> TESTPOINT PASSED (psCoord{psSphereGetOffset} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereGetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psSphereGetOffset} | tst_psCoord01.c)
-
Index: trunk/psLib/test/astro/verified/tst_psCoord02.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psCoord02.stderr	(revision 8718)
+++ 	(revision )
@@ -1,58 +1,0 @@
-/***************************** 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: !(nSamples > 0) (0 0).
-
----> TESTPOINT PASSED (psImage{psPlaneTransformInvert()} | tst_psCoord02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord02.c                                            *
-*            TestPoint: psImage{psPlaneTransformDeriv()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|test07
-    Following should generate error message
-<HOST>|E|psPlaneTransformDeriv (FILE:LINENO)
-    Unallowable operation: transformation is NULL.
-<HOST>|I|test07
-    Following should generate error message
-<HOST>|E|psPlaneTransformDeriv (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-
----> TESTPOINT PASSED (psImage{psPlaneTransformDeriv()} | tst_psCoord02.c)
-
Index: trunk/psLib/test/astro/verified/tst_psCoord02.stdout
===================================================================
--- trunk/psLib/test/astro/verified/tst_psCoord02.stdout	(revision 8718)
+++ 	(revision )
@@ -1,17 +1,0 @@
-----------------------------------------------------------------------------------
-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.
Index: trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr	(revision 8718)
+++ 	(revision )
@@ -1,175 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psAberration()}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testAberration
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psAberration (FILE:LINENO)
-    Unallowable operation: actual is NULL.
-<DATE><TIME>|<HOST>|I|testAberration
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psAberration (FILE:LINENO)
-    Unallowable operation: direction is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psAberration()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psGravityDeflect()}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psGravityDeflection (FILE:LINENO)
-    Unallowable operation: actual is NULL.
-<DATE><TIME>|<HOST>|E|psGravityDeflection (FILE:LINENO)
-    Unallowable operation: sun is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psGravityDeflect()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPrecession()}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPrecession
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionModel (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testEOCPrecession
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionModel (FILE:LINENO)
-    Invalid time input.  Time cannot be of type UT1.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPrecession()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPrecessionCorr()}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPrecessionCorr
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionCorr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testEOCPrecessionCorr
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionCorr (FILE:LINENO)
-    Error: bulletin, 3, is out of range.  Must be between 0 and 1.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPrecessionCorr()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPolar()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPolar
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_GetPolarMotion (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testEOCPolar
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_GetPolarMotion (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPolar()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPolarTide()}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPolarTide
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PolarTideCorr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPolarTide()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCNutation()}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCNutation
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_NutationCorr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCNutation()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRot_TEOtoCEO()}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testSphereRot_TEOtoCEO
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psSphereRot_TEOtoCEO (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRot_TEOtoCEO()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRot_CEOtoGCRS()}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testSphereRot_CEOtoGCRS
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psSphereRot_CEOtoGCRS (FILE:LINENO)
-    Unallowable operation: pole is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRot_CEOtoGCRS()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRRot_ITRStoTEO()}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testSphereRot_ITRStoTEO
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psSphereRot_ITRStoTEO (FILE:LINENO)
-    Unallowable operation: motion is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRRot_ITRStoTEO()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRotPrecess()}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|I|testSphereRotPrecess
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psSpherePrecess (FILE:LINENO)
-    Error: mode, 10, is out of range.  Must be between 0 and 3.
-<DATE><TIME>|<HOST>|I|testSphereRotPrecess
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psSpherePrecess (FILE:LINENO)
-    Invalid time inputs.  fromTime & toTime cannot both be NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRotPrecess()} | tst_psEarthOrientation.c)
-
Index: trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout
===================================================================
--- trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout	(revision 8718)
+++ 	(revision )
@@ -1,4 +1,0 @@
- Theta = 1.772849258423
- r0 = -7.3028651010049865723e+11
- Theta = -1.913704437867e-08
- phi = 7.882970755914e-09
Index: trunk/psLib/test/astro/verified/tst_psSphereOps.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psSphereOps.stderr	(revision 8718)
+++ 	(revision )
@@ -1,69 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotAlloc()}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotAlloc()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotQuat()}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotQuat()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotApply()}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testSphereRotApply1
-    Following should generate an error
-<HOST>|E|psSphereRotApply (FILE:LINENO)
-    Unallowable operation: transform is NULL.
-<HOST>|I|testSphereRotApply1
-    Following should generate an error
-<HOST>|E|psSphereRotApply (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotApply()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotApplyCel()}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotApplyCel()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{testSphereOffset()}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: position is NULL.
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: offset is NULL.
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position1 is NULL.
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position2 is NULL.
-
----> TESTPOINT PASSED (psSphereOps{testSphereOffset()} | tst_psSphereOps.c)
-
Index: trunk/psLib/test/astro/verified/tst_psTime_01.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psTime_01.stderr	(revision 8718)
+++ 	(revision )
@@ -1,241 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeAlloc}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeAlloc
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psTimeAlloc (FILE:LINENO)
-    Specified type, -100, is not supported.
-
----> TESTPOINT PASSED (psTime{psTimeAlloc} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeGetNow}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeGetNow
-    Following should generate an error message for invalid time type
-<DATE><TIME>|<HOST>|E|psTimeAlloc (FILE:LINENO)
-    Specified type, -100, is not supported.
-
----> TESTPOINT PASSED (psTime{psTimeGetNow} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeGetUT1Delta}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeGetUT1Delta (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeGetUT1Delta (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate an error message for invalid bulletin
-<DATE><TIME>|<HOST>|E|psTimeGetUT1Delta (FILE:LINENO)
-    Invalid bulletin specified -100
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message predating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime predates (41683) all tables of UT1-UTC information.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message predating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime predates (41683) all tables of UT1-UTC information.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message postdating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime postdates (53999) all tables of UT1-UTC information.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message postdating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime postdates (53999) all tables of UT1-UTC information.
-
----> TESTPOINT PASSED (psTime{psTimeGetUT1Delta} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToMJD}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToMJD
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToMJD (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToMJD
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToMJD (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeToMJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToJD}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToJD
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToJD (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToJD
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToJD (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeToJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToISO}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate error message for time prior year 0000
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Error: time->sec, -62125920001, is out of range.
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate error message for time after year 9999
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Error: time->sec, 253202544001, is out of range.
-
----> TESTPOINT PASSED (psTime{psTimeToISO} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToTimeval}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToTimeval
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToTimeval (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToTimeval
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToTimeval (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeToTimeval
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToTimeval (FILE:LINENO)
-    Error: time->sec, -1, is out of range.  Must be between 0 and 2147483647.
-
----> TESTPOINT PASSED (psTime{psTimeToTimeval} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromMJD}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimeFromMJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromJD}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimeFromJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromISO}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromISO
-    Following should generate error message for NULL ISO string
-<DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
-    Unallowable operation: input is NULL.
-<DATE><TIME>|<HOST>|I|testTimeFromISO
-    Following should generate an error for invalid ISO string
-<DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
-    Specified ISO Time string, 'Here I am', is malformed.  Must be in 'YYYY-MM-DDThh:mm:ss.sss' format.
-
----> TESTPOINT PASSED (psTime{psTimeFromISO} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromTimeval}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromTimeval
-    Following should generate error message for NULL timeval
-<DATE><TIME>|<HOST>|E|psTimeFromTimeval (FILE:LINENO)
-    Unallowable operation: input is NULL.
-
----> TESTPOINT PASSED (psTime{psTimeFromTimeval} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{p_psTimeFromTM}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromTM
-    Following should generate error message for NULL tm ptr
-<DATE><TIME>|<HOST>|E|psTimeFromTM (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psTime{p_psTimeFromTM} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeConvert}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message converting from UT1
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Cannot convert from UT1 time type
-
----> TESTPOINT PASSED (psTime{psTimeConvert} | tst_psTime_01.c)
-
Index: trunk/psLib/test/astro/verified/tst_psTime_02.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psTime_02.stderr	(revision 8718)
+++ 	(revision )
@@ -1,85 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeToLMST}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeLMST
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToLMST (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeLMST
-    Following should generate error message for incorrect type
-<DATE><TIME>|<HOST>|E|psTimeToLMST (FILE:LINENO)
-    Specified type, 2, is incorrect.
-
----> TESTPOINT PASSED (psTime{psTimeToLMST} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeLeapSecondDelta}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Unallowable operation: time1 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Unallowable operation: time2 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Error: time2->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Error: time1->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeLeapSecondDelta} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeIsLeapSecond}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeIsLeapSecond
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeIsLeapSecond (FILE:LINENO)
-    Unallowable operation: utc is NULL.
-<DATE><TIME>|<HOST>|I|testTimeIsLeapSecond
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeIsLeapSecond (FILE:LINENO)
-    Specified type, 0, is incorrect.
-
----> TESTPOINT PASSED (psTime{psTimeIsLeapSecond} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeFromTT}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromTT
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeFromTT (FILE:LINENO)
-    Error: nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeFromTT} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeFromUTC}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromUTC
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeFromUTC (FILE:LINENO)
-    Error: nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeFromUTC} | tst_psTime_02.c)
-
Index: trunk/psLib/test/astro/verified/tst_psTime_03.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psTime_03.stderr	(revision 8718)
+++ 	(revision )
@@ -1,55 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_03.c                                            *
-*            TestPoint: psTime{psTimeMath}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeMath
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeMath (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeMath
-    Following should generate error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeMath (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeMath} | tst_psTime_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_03.c                                            *
-*            TestPoint: psTime{psTimeDelta}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Unallowable operation: time1 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Unallowable operation: time2 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Error: time1->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Error: time2->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for incorrect type
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Specified type, 1, is incorrect.
-
----> TESTPOINT PASSED (psTime{psTimeDelta} | tst_psTime_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_03.c                                            *
-*            TestPoint: psTime{psTimeConvert}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimeConvert} | tst_psTime_03.c)
-
Index: trunk/psLib/test/astro/verified/tst_psTime_04.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psTime_04.stderr	(revision 8718)
+++ 	(revision )
@@ -1,96 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Failed to open file 'zzz'. Check if it exists and it has the proper permissions.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Failed find 'psLib.time.tables.index' in time metadata.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Failed find 'psLib.time.tables.index' in time metadata.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Incorrect vector size. Size: 3, Expected 4.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Failed find 'psLib.time.tables.index' in time metadata.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{psTimer}                                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimer} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{psTime_TideUT1Corr}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTideUT1Corr
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psTime_TideUT1Corr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psTime{psTime_TideUT1Corr} | tst_psTime_04.c)
-
