Index: /trunk/psLib/test/collections/verified/tst_psDlist.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psDlist.stderr	(revision 913)
+++ /trunk/psLib/test/collections/verified/tst_psDlist.stderr	(revision 913)
@@ -0,0 +1,56 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psDlist.c                                              |
+|            TestPoint: psDlist{487-testDlistAlloc}                                |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+ <DATE> <TIME> <HOST> |I|testDlistAlloc |psDlistAlloc shall create a psDlist with either 0 or 1 element.
+
+---> TESTPOINT PASSED (psDlist{487-testDlistAlloc} | tst_psDlist.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psDlist.c                                              |
+|            TestPoint: psDlist{488-testDlistAdd}                                  |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+ <DATE> <TIME> <HOST> |I|testDlistAdd   |psDlistAdd shall add an element to list
+ <DATE> <TIME> <HOST> |I|testDlistAdd   |Following should warn with invalid insert location
+ <DATE> <TIME> <HOST> |W|psDlistAdd     |The given insert location (-10) for psDlistAdd is invalid. Adding to head instead.
+ <DATE> <TIME> <HOST> |I|testDlistAdd   |Following should be a warning.
+ <DATE> <TIME> <HOST> |W|psDlistAdd     |Invalid index 9 (only 7 elements in psDList); assuming tail.
+
+---> TESTPOINT PASSED (psDlist{488-testDlistAdd} | tst_psDlist.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psDlist.c                                              |
+|            TestPoint: psDlist{489-testDlistGet}                                  |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+ <DATE> <TIME> <HOST> |I|testDlistGet   |Following should be an error
+ <DATE> <TIME> <HOST> |E|dlistSetIterator|Unexpected null pointer for psDlist parameter (psDlist.c:274).
+
+---> TESTPOINT PASSED (psDlist{489-testDlistGet} | tst_psDlist.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psDlist.c                                              |
+|            TestPoint: psDlist{490-testDlistRemove}                               |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+ <DATE> <TIME> <HOST> |I|testDlistRemove|Following should be an error
+ <DATE> <TIME> <HOST> |E|psDlistRemove  |list parameter found to be NULL in psDlistRemove
+ <DATE> <TIME> <HOST> |E|testDlistRemove|Failed to remove PS_DLIST_HEAD
+
+---> TESTPOINT PASSED (psDlist{490-testDlistRemove} | tst_psDlist.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psDlist.c                                              |
+|            TestPoint: psDlist{491-testDlistConvert}                              |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psDlist{491-testDlistConvert} | tst_psDlist.c)
+
