Index: unk/psLib/test/collections/verified/tst_psArray_01.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psArray_01.stdout	(revision 833)
+++ 	(revision )
@@ -1,63 +1,0 @@
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_01.c                                           |
-|            TestPoint: psArray{Create integer array}                              |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 5
-
----> TESTPOINT PASSED (psArray{Create integer array} | tst_psArray_01.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_01.c                                           |
-|            TestPoint: psArray{Add data to integer array}                         |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Elem 0 = 0
-Elem 1 = 10
-Elem 2 = 20
-Elem 3 = 30
-Elem 4 = 40
-
----> TESTPOINT PASSED (psArray{Add data to integer array} | tst_psArray_01.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_01.c                                           |
-|            TestPoint: psArray{Reallocate integer array bigger}                   |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 10
-
-Adding more elements to integer array...
-Elem 5 = 50
-Elem 6 = 60
-Elem 7 = 70
-Elem 8 = 80
-Elem 9 = 90
-
----> TESTPOINT PASSED (psArray{Reallocate integer array bigger} | tst_psArray_01.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_01.c                                           |
-|            TestPoint: psArray{Reallocate integer array smaller}                  |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 3
-Elem 0 = 0
-Elem 1 = 10
-Elem 2 = 20
-
----> TESTPOINT PASSED (psArray{Reallocate integer array smaller} | tst_psArray_01.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_01.c                                           |
-|            TestPoint: psArray{Free integer array}                                |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-
----> TESTPOINT PASSED (psArray{Free integer array} | tst_psArray_01.c)
-
Index: unk/psLib/test/collections/verified/tst_psArray_02.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psArray_02.stdout	(revision 833)
+++ 	(revision )
@@ -1,63 +1,0 @@
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_02.c                                           |
-|            TestPoint: psArray{Create float array}                                |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 5
-
----> TESTPOINT PASSED (psArray{Create float array} | tst_psArray_02.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_02.c                                           |
-|            TestPoint: psArray{Add data to float array}                           |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Elem 0 = 0.00
-Elem 1 = 10.10
-Elem 2 = 20.20
-Elem 3 = 30.30
-Elem 4 = 40.40
-
----> TESTPOINT PASSED (psArray{Add data to float array} | tst_psArray_02.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_02.c                                           |
-|            TestPoint: psArray{Reallocate float array bigger}                     |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 10
-
-Adding more elements to float array...
-Elem 5 = 50.50
-Elem 6 = 60.60
-Elem 7 = 70.70
-Elem 8 = 80.80
-Elem 9 = 90.90
-
----> TESTPOINT PASSED (psArray{Reallocate float array bigger} | tst_psArray_02.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_02.c                                           |
-|            TestPoint: psArray{Reallocate float array smaller}                    |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 3
-Elem 0 = 0.00
-Elem 1 = 10.10
-Elem 2 = 20.20
-
----> TESTPOINT PASSED (psArray{Reallocate float array smaller} | tst_psArray_02.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_02.c                                           |
-|            TestPoint: psArray{Free float array}                                  |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-
----> TESTPOINT PASSED (psArray{Free float array} | tst_psArray_02.c)
-
Index: unk/psLib/test/collections/verified/tst_psArray_03.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psArray_03.stdout	(revision 833)
+++ 	(revision )
@@ -1,63 +1,0 @@
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_03.c                                           |
-|            TestPoint: psArray{Create double array}                               |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 5
-
----> TESTPOINT PASSED (psArray{Create double array} | tst_psArray_03.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_03.c                                           |
-|            TestPoint: psArray{Add data to double array}                          |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Elem 0 = 0.00
-Elem 1 = 10.10
-Elem 2 = 20.20
-Elem 3 = 30.30
-Elem 4 = 40.40
-
----> TESTPOINT PASSED (psArray{Add data to double array} | tst_psArray_03.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_03.c                                           |
-|            TestPoint: psArray{Reallocate double array bigger}                    |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 10
-
-Adding more elements to double array...
-Elem 5 = 50.50
-Elem 6 = 60.60
-Elem 7 = 70.70
-Elem 8 = 80.80
-Elem 9 = 90.90
-
----> TESTPOINT PASSED (psArray{Reallocate double array bigger} | tst_psArray_03.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_03.c                                           |
-|            TestPoint: psArray{Reallocate double array smaller}                   |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 3
-Elem 0 = 0.00
-Elem 1 = 10.10
-Elem 2 = 20.20
-
----> TESTPOINT PASSED (psArray{Reallocate double array smaller} | tst_psArray_03.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_03.c                                           |
-|            TestPoint: psArray{Free double array}                                 |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-
----> TESTPOINT PASSED (psArray{Free double array} | tst_psArray_03.c)
-
Index: unk/psLib/test/collections/verified/tst_psArray_04.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psArray_04.stdout	(revision 833)
+++ 	(revision )
@@ -1,63 +1,0 @@
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_04.c                                           |
-|            TestPoint: psArray{Create complex array}                              |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 5
-
----> TESTPOINT PASSED (psArray{Create complex array} | tst_psArray_04.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_04.c                                           |
-|            TestPoint: psArray{Add data to complex array}                         |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Elem 0 = 0.00+0.00i
-Elem 1 = 10.10+10.10i
-Elem 2 = 20.20+20.20i
-Elem 3 = 30.30+30.30i
-Elem 4 = 40.40+40.40i
-
----> TESTPOINT PASSED (psArray{Add data to complex array} | tst_psArray_04.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_04.c                                           |
-|            TestPoint: psArray{Reallocate complex array bigger}                   |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 10
-
-Adding more elements to complex array...
-Elem 5 = 50.50+50.50i
-Elem 6 = 60.60+60.60i
-Elem 7 = 70.70+70.70i
-Elem 8 = 80.80+80.80i
-Elem 9 = 90.90+90.90i
-
----> TESTPOINT PASSED (psArray{Reallocate complex array bigger} | tst_psArray_04.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_04.c                                           |
-|            TestPoint: psArray{Reallocate complex array smaller}                  |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 3
-Elem 0 = 0.00+0.00i
-Elem 1 = 10.10+10.10i
-Elem 2 = 20.20+20.20i
-
----> TESTPOINT PASSED (psArray{Reallocate complex array smaller} | tst_psArray_04.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_04.c                                           |
-|            TestPoint: psArray{Free complex array}                                |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-
----> TESTPOINT PASSED (psArray{Free complex array} | tst_psArray_04.c)
-
Index: unk/psLib/test/collections/verified/tst_psArray_05.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psArray_05.stdout	(revision 833)
+++ 	(revision )
@@ -1,66 +1,0 @@
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_05.c                                           |
-|            TestPoint: psArray{Create void pointer array}                         |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 5
-
----> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray_05.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_05.c                                           |
-|            TestPoint: psArray{Add data to void pointer array}                    |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-ts[3].x = 30 ts[3].y = 30.30
-ts[4].x = 40 ts[4].y = 40.40
-
----> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray_05.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_05.c                                           |
-|            TestPoint: psArray{Reallocate void pointer array bigger}              |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 10
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-ts[3].x = 30 ts[3].y = 30.30
-ts[4].x = 40 ts[4].y = 40.40
-ts[5].x = 50 ts[5].y = 50.50
-ts[6].x = 60 ts[6].y = 60.60
-ts[7].x = 70 ts[7].y = 70.70
-ts[8].x = 80 ts[8].y = 80.80
-ts[9].x = 90 ts[9].y = 90.90
-
----> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray_05.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_05.c                                           |
-|            TestPoint: psArray{Reallocate void pointer array smaller}             |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 3
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-
----> TESTPOINT PASSED (psArray{Reallocate void pointer array smaller} | tst_psArray_05.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_05.c                                           |
-|            TestPoint: psArray{Free void pointer array}                           |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-
----> TESTPOINT PASSED (psArray{Free void pointer array} | tst_psArray_05.c)
-
Index: unk/psLib/test/collections/verified/tst_psArray_06.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psArray_06.stdout	(revision 833)
+++ 	(revision )
@@ -1,66 +1,0 @@
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_06.c                                           |
-|            TestPoint: psArray{Create void pointer array}                         |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 5
-
----> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray_06.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_06.c                                           |
-|            TestPoint: psArray{Add data to void pointer array}                    |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-ts[3].x = 30 ts[3].y = 30.30
-ts[4].x = 40 ts[4].y = 40.40
-
----> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray_06.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_06.c                                           |
-|            TestPoint: psArray{Reallocate void pointer array bigger}              |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 10
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-ts[3].x = 30 ts[3].y = 30.30
-ts[4].x = 40 ts[4].y = 40.40
-ts[5].x = 50 ts[5].y = 50.50
-ts[6].x = 60 ts[6].y = 60.60
-ts[7].x = 70 ts[7].y = 70.70
-ts[8].x = 80 ts[8].y = 80.80
-ts[9].x = 90 ts[9].y = 90.90
-
----> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray_06.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_06.c                                           |
-|            TestPoint: psArray{Reallocate void pointer array smaller}             |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-Array size = 3
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-
----> TESTPOINT PASSED (psArray{Reallocate void pointer array smaller} | tst_psArray_06.c)
-
-/----------------------------- TESTPOINT ------------------------------------------\
-|             TestFile: tst_psArray_06.c                                           |
-|            TestPoint: psArray{Free void pointer array with function callback}    |
-|             TestType: Positive                                                   |
-\----------------------------------------------------------------------------------/
-
-
----> TESTPOINT PASSED (psArray{Free void pointer array with function callback} | tst_psArray_06.c)
-
