Index: trunk/psLib/test/sysUtils/verified/tst_psString.stderr
===================================================================
--- trunk/psLib/test/sysUtils/verified/tst_psString.stderr	(revision 4046)
+++ trunk/psLib/test/sysUtils/verified/tst_psString.stderr	(revision 4046)
@@ -0,0 +1,137 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify string copy}                               *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify string copy} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify empty string copy}                         *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify empty string copy} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify string copy with length}                   *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify string copy with length} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify empty string copy with length}             *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify empty string copy with length} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Copy string to larger string}                     *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Copy string to larger string} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Copy string with negative size}                   *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psStringNCopy (FILE:LINENO)
+    Can not copy a negative number of characters (-5).
+
+---> TESTPOINT PASSED (psString{Copy string with negative size} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify creation of string literal}                *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify creation of string literal} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify generic string append}                     *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify generic string append} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Test append NULL handling}                        *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Test append NULL handling} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify append string creation}                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify append string creation} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Test append null-op}                              *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Test append null-op} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify generic string prepend}                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify generic string prepend} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Test prepend NULL handling}                       *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Test prepend NULL handling} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Verify prepend string creation}                   *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Verify prepend string creation} | tst_psString.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psString.c                                             *
+*            TestPoint: psString{Test prepend null-op}                             *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psString{Test prepend null-op} | tst_psString.c)
+
Index: trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr
===================================================================
--- trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr	(revision 3996)
+++ 	(revision )
@@ -1,65 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStringCopy.c                                         *
-*            TestPoint: psString{Verify string copy}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify string copy} | tst_psStringCopy.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStringCopy.c                                         *
-*            TestPoint: psString{Verify empty string copy}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify empty string copy} | tst_psStringCopy.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStringCopy.c                                         *
-*            TestPoint: psString{Verify string copy with length}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify string copy with length} | tst_psStringCopy.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStringCopy.c                                         *
-*            TestPoint: psString{Verify empty string copy with length}             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify empty string copy with length} | tst_psStringCopy.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStringCopy.c                                         *
-*            TestPoint: psString{Copy string to larger string}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Copy string to larger string} | tst_psStringCopy.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStringCopy.c                                         *
-*            TestPoint: psString{Copy string with negative size}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psStringNCopy (FILE:LINENO)
-    Can not copy a negative number of characters (-5).
-
----> TESTPOINT PASSED (psString{Copy string with negative size} | tst_psStringCopy.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStringCopy.c                                         *
-*            TestPoint: psString{Verify creation of string literal}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify creation of string literal} | tst_psStringCopy.c)
-
