Index: /trunk/psLib/test/astronomy/verified/tst_psTime_02.stderr
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psTime_02.stderr	(revision 1274)
+++ /trunk/psLib/test/astronomy/verified/tst_psTime_02.stderr	(revision 1274)
@@ -0,0 +1,32 @@
+ <DATE> <TIME> |<HOST>|E|    psTimeToISO|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|    psTimeToUTC|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|    psUTCToTime|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|    psTimeToMJD|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|     psTimeToJD|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|psTimeToTimeval|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|psTimevalToTime|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|     psTimeToTM|Negative seconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|    psTimeToISO|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|    psTimeToUTC|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|    psUTCToTime|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|    psTimeToMJD|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|     psTimeToJD|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|psTimeToTimeval|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|psTimevalToTime|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|     psTimeToTM|Negative microseconds are not allowed: -1
+ <DATE> <TIME> |<HOST>|E|     psJDToTime|Negative time is not allowed: -1.000000
+ <DATE> <TIME> |<HOST>|E|    psMJDToTime|Negative time is not allowed: -1.000000
+ <DATE> <TIME> |<HOST>|E|    psISOToTime|Years less than 1900 not allowed. Value: 1800
+ <DATE> <TIME> |<HOST>|E|    psISOToTime|Month must have a value from 1 to 12. Value: -2
+ <DATE> <TIME> |<HOST>|E|    psISOToTime|Day must have a value from 1 to 31. Value: -2
+ <DATE> <TIME> |<HOST>|E|    psISOToTime|Hour must have a value from 0 to 23. Value: -12
+ <DATE> <TIME> |<HOST>|E|    psISOToTime|Minute must have a value from 0 to 59. Value: -12
+ <DATE> <TIME> |<HOST>|E|    psISOToTime|Second must have a value from 0 to 59. Value: -12
+ <DATE> <TIME> |<HOST>|E|    psISOToTime|Millisecond must have a value from 0 to 999. Value: -122
+ <DATE> <TIME> |<HOST>|E|psTimevalToTime|Null value for timeval arg not allowed
+ <DATE> <TIME> |<HOST>|E|     psTMToTime|Input times earlier than 1970 not allowed. Value: 1898
+ <DATE> <TIME> |<HOST>|E|     psTMToTime|Month must have a value from 0 to 11. Value: -2
+ <DATE> <TIME> |<HOST>|E|     psTMToTime|Day must have a value from 1 to 31. Value: -2
+ <DATE> <TIME> |<HOST>|E|     psTMToTime|Hour must have a value from 0 to 23. Value: -2
+ <DATE> <TIME> |<HOST>|E|     psTMToTime|Minute must have a value from 0 to 59. Value: -2
+ <DATE> <TIME> |<HOST>|E|     psTMToTime|Second must have a value from 0 to 59. Value: -2
Index: /trunk/psLib/test/astronomy/verified/tst_psTime_02.stdout
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psTime_02.stdout	(revision 1274)
+++ /trunk/psLib/test/astronomy/verified/tst_psTime_02.stdout	(revision 1274)
@@ -0,0 +1,66 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_02.c                                            *
+*            TestPoint: psTime{Attempt to use negative seconds}                    *
+*             TestType: Negative                                                   *
+*    ExpectedErrorText: Negative seconds are not allowed: -1                       *
+*  ExpectedStatusValue: 0                                                          *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psTime{Attempt to use negative seconds} | tst_psTime_02.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_02.c                                            *
+*            TestPoint: psTime{Attempt to use negative microseconds}               *
+*             TestType: Negative                                                   *
+*    ExpectedErrorText: Negative microseconds are not allowed: -1                  *
+*  ExpectedStatusValue: 0                                                          *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psTime{Attempt to use negative microseconds} | tst_psTime_02.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_02.c                                            *
+*            TestPoint: psTime{Attempt to use negative time}                       *
+*             TestType: Negative                                                   *
+*    ExpectedErrorText: Negative time is not allowed: -1.000000                    *
+*  ExpectedStatusValue: 0                                                          *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psTime{Attempt to use negative time} | tst_psTime_02.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_02.c                                            *
+*            TestPoint: psTime{Incorrect ISO time data}                            *
+*             TestType: Negative                                                   *
+*    ExpectedErrorText: Time not allowed                                           *
+*  ExpectedStatusValue: 0                                                          *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psTime{Incorrect ISO time data} | tst_psTime_02.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_02.c                                            *
+*            TestPoint: psTime{Attempt to use null timeval}                        *
+*             TestType: Negative                                                   *
+*    ExpectedErrorText: Null value for timeval arg not allowed                     *
+*  ExpectedStatusValue: 0                                                          *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psTime{Attempt to use null timeval} | tst_psTime_02.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_02.c                                            *
+*            TestPoint: psTime{Incorrect timeval time data}                        *
+*             TestType: Negative                                                   *
+*    ExpectedErrorText: Time not allowed                                           *
+*  ExpectedStatusValue: 0                                                          *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psTime{Incorrect timeval time data} | tst_psTime_02.c)
+
