Index: /trunk/psLib/test/collections/verified/tst_psList.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 924)
+++ /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 925)
@@ -1,56 +1,70 @@
 /----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psDlist.c                                              |
-|            TestPoint: psDlist{487-testDlistAlloc}                                |
+|             TestFile: tst_psList.c                                               |
+|            TestPoint: psList{487-testListAlloc}                                  |
 |             TestType: Positive                                                   |
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testDlistAlloc |psDlistAlloc shall create a psDlist with either 0 or 1 element.
+ <DATE> <TIME> <HOST> |I|testListAlloc  |psListAlloc shall create a psList with either 0 or 1 element.
 
----> TESTPOINT PASSED (psDlist{487-testDlistAlloc} | tst_psDlist.c)
+---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psDlist.c                                              |
-|            TestPoint: psDlist{488-testDlistAdd}                                  |
+|             TestFile: tst_psList.c                                               |
+|            TestPoint: psList{488-testListAdd}                                    |
 |             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.
+ <DATE> <TIME> <HOST> |I|testListAdd    |psListAdd shall add an element to list
+ <DATE> <TIME> <HOST> |I|testListAdd    |Following should warn with invalid insert location
+ <DATE> <TIME> <HOST> |W|psListAdd      |The given insert location (-10) for psListAdd is invalid. Adding to head instead.
+ <DATE> <TIME> <HOST> |I|testListAdd    |Following should be a warning.
+ <DATE> <TIME> <HOST> |W|psListAdd      |Invalid index 9 (only 7 elements in psList); assuming tail.
 
----> TESTPOINT PASSED (psDlist{488-testDlistAdd} | tst_psDlist.c)
+---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psDlist.c                                              |
-|            TestPoint: psDlist{489-testDlistGet}                                  |
+|             TestFile: tst_psList.c                                               |
+|            TestPoint: psList{489-testListGet}                                    |
 |             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).
+ <DATE> <TIME> <HOST> |I|testListGet    |Following should be an error
+ <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:274).
 
----> TESTPOINT PASSED (psDlist{489-testDlistGet} | tst_psDlist.c)
+---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psDlist.c                                              |
-|            TestPoint: psDlist{490-testDlistRemove}                               |
+|             TestFile: tst_psList.c                                               |
+|            TestPoint: psList{490-testListRemove}                                 |
 |             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
+ <DATE> <TIME> <HOST> |I|testListRemove |Following should be an error
+ <DATE> <TIME> <HOST> |E|psListRemove   |list parameter found to be NULL in psListRemove
+ <DATE> <TIME> <HOST> |E|testListRemove |Failed to remove PS_LIST_HEAD
 
----> TESTPOINT PASSED (psDlist{490-testDlistRemove} | tst_psDlist.c)
+---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psDlist.c                                              |
-|            TestPoint: psDlist{491-testDlistConvert}                              |
+|             TestFile: tst_psList.c                                               |
+|            TestPoint: psList{491-testListConvert}                                |
 |             TestType: Positive                                                   |
 \----------------------------------------------------------------------------------/
 
 
----> TESTPOINT PASSED (psDlist{491-testDlistConvert} | tst_psDlist.c)
+---> TESTPOINT PASSED (psList{491-testListConvert} | tst_psList.c)
 
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psList.c                                               |
+|            TestPoint: psList{494-testListIterator}                               |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+ <DATE> <TIME> <HOST> |I|testListIterator| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
+ <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Unexpected null pointer'
+ <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:274).
+ <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Can't move to an unknown position.'
+ <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
+
+---> TESTPOINT PASSED (psList{494-testListIterator} | tst_psList.c)
+
