Index: /trunk/psLib/test/collections/verified/tst_psList.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 3063)
+++ /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 3064)
@@ -115,2 +115,36 @@
 ---> TESTPOINT PASSED (psList{psListSort} | tst_psList.c)
 
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psList.c                                               *
+*            TestPoint: psList{psListAddAfter}                                     *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testListAddAfter
+    NULL data pointer should generate error message
+<DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>)
+    Specified data item is NULL.
+<DATE><TIME>|<HOST>|I|testListAddAfter
+    NULL iterator should generate error message
+<DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>)
+    Specified iterator is NULL.
+
+---> TESTPOINT PASSED (psList{psListAddAfter} | tst_psList.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psList.c                                               *
+*            TestPoint: psList{psListAddBefore}                                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testListAddBefore
+    NULL data pointer should generate error message
+<DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>)
+    Specified data item is NULL.
+<DATE><TIME>|<HOST>|I|testListAddBefore
+    NULL iterator should generate error message
+<DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>)
+    Specified iterator is NULL.
+
+---> TESTPOINT PASSED (psList{psListAddBefore} | tst_psList.c)
+
