Index: /trunk/psLib/test/astronomy/verified/tst_psTime_03.stdout
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psTime_03.stdout	(revision 2180)
+++ /trunk/psLib/test/astronomy/verified/tst_psTime_03.stdout	(revision 2180)
@@ -0,0 +1,69 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_03.c                                            *
+*            TestPoint: psTime{Test A - Add two times}                             *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+Time 1: Seconds = 1 Microseconds = 111111
+Time 2: Seconds = 1 Microseconds = 111111
+Output Time: Seconds = 2 Microseconds = 222222
+
+---> TESTPOINT PASSED (psTime{Test A - Add two times} | tst_psTime_03.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_03.c                                            *
+*            TestPoint: psTime{Test B - Add two times with overflow in microseconds} *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+Time 1: Seconds = 6 Microseconds = 600001
+Time 2: Seconds = 5 Microseconds = 500001
+Output Time: Seconds = 12 Microseconds = 100002
+
+---> TESTPOINT PASSED (psTime{Test B - Add two times with overflow in microseconds} | tst_psTime_03.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_03.c                                            *
+*            TestPoint: psTime{Test C - Subtract two times}                        *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+Time 1: Seconds = 3 Microseconds = 333333
+Time 2: Seconds = 1 Microseconds = 111111
+Output Time: Seconds = 2 Microseconds = 222222
+
+---> TESTPOINT PASSED (psTime{Test C - Subtract two times} | tst_psTime_03.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_03.c                                            *
+*            TestPoint: psTime{Test D - Subtact two times with underflow in microseconds} *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+Time 1: Seconds = 5 Microseconds = 1
+Time 2: Seconds = 2 Microseconds = 3
+Output Time: Seconds = 2 Microseconds = 999998
+
+---> TESTPOINT PASSED (psTime{Test D - Subtact two times with underflow in microseconds} | tst_psTime_03.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_03.c                                            *
+*            TestPoint: psTime{Test E - Delta two times}                           *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+Time 1: Seconds = 2 Microseconds = 1
+Time 2: Seconds = 5 Microseconds = 3
+Output Time: Seconds = 2 Microseconds = 999998
+
+---> TESTPOINT PASSED (psTime{Test E - Delta two times} | tst_psTime_03.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psTime_03.c                                            *
+*            TestPoint: psTime{Test D - Free data}                                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psTime{Test D - Free data} | tst_psTime_03.c)
+
