Index: /trunk/psLib/test/collections/verified/tst_psList.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 1193)
+++ /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 1194)
@@ -1,5 +1,5 @@
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{487-testListAlloc}                                  *
+*            TestPoint: psList{psListAlloc}                                        *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -7,34 +7,34 @@
  <DATE> <TIME> <HOST> |I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
 
----> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
+---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{488-testListAdd}                                    *
+*            TestPoint: psList{psListAdd}                                          *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
 
  <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 error with invalid insert location
+ <DATE> <TIME> <HOST> |W|      psListAdd|The given insert location (-10) for psListAdd is invalid.
  <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.
+ <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail.
 
----> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
+---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{489-testListGet}                                    *
+*            TestPoint: psList{psListGet}                                          *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
 
  <DATE> <TIME> <HOST> |I|    testListGet|Following should be an error
- <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:265).
+ <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
 
----> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
+---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{490-testListRemove}                                 *
+*            TestPoint: psList{psListRemove}                                       *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -51,18 +51,18 @@
  <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find item in given psList.
 
----> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
+---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{491-testListConvert}                                *
+*            TestPoint: psList{psListConvert}                                      *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
 
 
----> TESTPOINT PASSED (psList{491-testListConvert} | tst_psList.c)
+---> TESTPOINT PASSED (psList{psListConvert} | tst_psList.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{494-testListIterator}                               *
+*            TestPoint: psList{psListIterator}                                     *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -70,26 +70,26 @@
  <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
  <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Unexpected null pointer'
- <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:265).
+ <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
  <DATE> <TIME> <HOST> |I|testListIterato|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)
+---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{627-testListFree}                                   *
+*            TestPoint: psList{psListFree}                                         *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
 
 
----> TESTPOINT PASSED (psList{627-testListFree} | tst_psList.c)
+---> TESTPOINT PASSED (psList{psListFree} | tst_psList.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{624-testListSort}                                   *
+*            TestPoint: psList{psListSort}                                         *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
 
 
----> TESTPOINT PASSED (psList{624-testListSort} | tst_psList.c)
+---> TESTPOINT PASSED (psList{psListSort} | tst_psList.c)
 
Index: /trunk/psLib/test/image/verified/tst_psImage.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImage.stderr	(revision 1193)
+++ /trunk/psLib/test/image/verified/tst_psImage.stderr	(revision 1194)
@@ -1,11 +1,5 @@
- <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries
- <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
- <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL
- <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
- <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL
- <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{546/548-testImageAlloc/Free}                       *
+*            TestPoint: psImage{psImageAlloc}                                      *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -37,9 +31,9 @@
  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
 
----> TESTPOINT PASSED (psImage{546/548-testImageAlloc/Free} | tst_psImage.c)
+---> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{547/550-testImageSubset}                           *
+*            TestPoint: psImage{psImageSubset}                                     *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -85,20 +79,28 @@
  <DATE> <TIME> <HOST> |I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure
 
----> TESTPOINT PASSED (psImage{547/550-testImageSubset} | tst_psImage.c)
+---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{551-testImageCopy}                                 *
+*            TestPoint: psImage{psImageCopy}                                       *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
 
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psU8
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psU16
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psU32
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psS8
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psS16
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psS32
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psF32
+ <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psF64
  <DATE> <TIME> <HOST> |I|  testImageCopy|An error should follow...
  <DATE> <TIME> <HOST> |E|    psImageCopy|Can not copy image because input image or its pixel buffer is NULL.
 
----> TESTPOINT PASSED (psImage{551-testImageCopy} | tst_psImage.c)
+---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{571-testImageClip}                                 *
+*            TestPoint: psImage{psImageClip}                                       *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -118,9 +120,9 @@
  <DATE> <TIME> <HOST> |E|    psImageClip|psImageClip can not be invoked with max < min.
 
----> TESTPOINT PASSED (psImage{571-testImageClip} | tst_psImage.c)
+---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImage.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{572-testImageClipNAN}                              *
+*            TestPoint: psImage{psImageClipNAN}                                    *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -128,9 +130,9 @@
  <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
 
----> TESTPOINT PASSED (psImage{572-testImageClipNAN} | tst_psImage.c)
+---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImage.c)
 
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{573-testImageOverlay}                              *
+*            TestPoint: psImage{psImageOverlay}                                    *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
@@ -143,4 +145,4 @@
  <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
 
----> TESTPOINT PASSED (psImage{573-testImageOverlay} | tst_psImage.c)
+---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImage.c)
 
