Index: /trunk/psLib/test/collections/verified/tst_psVector_01.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psVector_01.stdout	(revision 835)
+++ /trunk/psLib/test/collections/verified/tst_psVector_01.stdout	(revision 835)
@@ -0,0 +1,68 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_01.c                                          |
+|            TestPoint: psVector{Create S32 vector}                                |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Vector size = 5
+Vector population = 0
+
+---> TESTPOINT PASSED (psVector{Create S32 vector} | tst_psVector_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_01.c                                          |
+|            TestPoint: psVector{Add data to S32 vector}                           |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Elem 0 = 0
+Elem 1 = 10
+Elem 2 = 20
+Elem 3 = 30
+Elem 4 = 40
+Vector size = 5
+Vector population = 5
+
+---> TESTPOINT PASSED (psVector{Add data to S32 vector} | tst_psVector_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_01.c                                          |
+|            TestPoint: psVector{Reallocate S32 vector bigger}                     |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Adding more elements to S32 vector...
+Elem 5 = 50
+Elem 6 = 60
+Elem 7 = 70
+Elem 8 = 80
+Elem 9 = 90
+Vector size = 10
+Vector population = 10
+
+---> TESTPOINT PASSED (psVector{Reallocate S32 vector bigger} | tst_psVector_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_01.c                                          |
+|            TestPoint: psVector{Reallocate S32 vector smaller}                    |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Vector size = 3
+Elem 0 = 0
+Elem 1 = 10
+Elem 2 = 20
+Vector size = 3
+Vector population = 3
+
+---> TESTPOINT PASSED (psVector{Reallocate integer S32 smaller} | tst_psVector_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_01.c                                          |
+|            TestPoint: psVector{Free S32 vector}                                  |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector{Free S32 vector} | tst_psVector_01.c)
+
Index: /trunk/psLib/test/collections/verified/tst_psVector_02.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psVector_02.stdout	(revision 835)
+++ /trunk/psLib/test/collections/verified/tst_psVector_02.stdout	(revision 835)
@@ -0,0 +1,72 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_02.c                                          |
+|            TestPoint: psVector{Create void pointer vector}                       |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Vector size = 5
+Vector population = 0
+
+---> TESTPOINT PASSED (psVector{Create void pointer vector} | tst_psVector_02.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_02.c                                          |
+|            TestPoint: psVector{Add data to void pointer vector}                  |
+|             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
+Vector size = 5
+Vector population = 5
+
+---> TESTPOINT PASSED (psVector{Add data to void pointer vector} | tst_psVector_02.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_02.c                                          |
+|            TestPoint: psVector{Reallocate void pointer vector bigger}            |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Adding more elements to void pointer vector...
+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
+Vector size = 10
+Vector population = 10
+
+---> TESTPOINT PASSED (psVector{Reallocate void pointer vector bigger} | tst_psVector_02.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_02.c                                          |
+|            TestPoint: psVector{Reallocate void pointer vector smaller}           |
+|             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
+Vector size = 3
+Vector population = 3
+
+---> TESTPOINT PASSED (psVector{Reallocate integer void pointer smaller} | tst_psVector_02.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_02.c                                          |
+|            TestPoint: psVector{Free void pointer vector}                         |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector{Free void pointer vector} | tst_psVector_02.c)
+
Index: /trunk/psLib/test/collections/verified/tst_psVector_03.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psVector_03.stdout	(revision 835)
+++ /trunk/psLib/test/collections/verified/tst_psVector_03.stdout	(revision 835)
@@ -0,0 +1,72 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_03.c                                          |
+|            TestPoint: psVector{Create void pointer vector}                       |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Vector size = 5
+Vector population = 0
+
+---> TESTPOINT PASSED (psVector{Create void pointer vector} | tst_psVector_03.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_03.c                                          |
+|            TestPoint: psVector{Add data to void pointer vector}                  |
+|             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
+Vector size = 5
+Vector population = 5
+
+---> TESTPOINT PASSED (psVector{Add data to void pointer vector} | tst_psVector_03.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_03.c                                          |
+|            TestPoint: psVector{Reallocate void pointer vector bigger}            |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Adding more elements to void pointer vector...
+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
+Vector size = 10
+Vector population = 10
+
+---> TESTPOINT PASSED (psVector{Reallocate void pointer vector bigger} | tst_psVector_03.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_03.c                                          |
+|            TestPoint: psVector{Reallocate void pointer vector smaller}           |
+|             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
+Vector size = 3
+Vector population = 3
+
+---> TESTPOINT PASSED (psVector{Reallocate integer void pointer smaller} | tst_psVector_03.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psVector_03.c                                          |
+|            TestPoint: psVector{Free void pointer array with function callback}   |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector{Free void pointer array with function callback} | tst_psVector_03.c)
+
