Index: /trunk/psLib/test/mathtypes/tap_psVector.c
===================================================================
--- /trunk/psLib/test/mathtypes/tap_psVector.c	(revision 7807)
+++ /trunk/psLib/test/mathtypes/tap_psVector.c	(revision 7808)
@@ -161,5 +161,5 @@
         ok(psVec != NULL, "test vector extended");
         skip_start(psVec == NULL, 2, "Skipping 2 tests because psVectorExtend() failed");
-        ok(psVec->nalloc == 5, "Vector size = %ld", psVec->nalloc);
+        ok(psVec->nalloc == 15, "Vector size = %ld", psVec->nalloc);
         ok(psVec->n == 4,"Vector population = %ld", psVec->n);
         skip_end();
@@ -176,5 +176,5 @@
         ok(psVec != NULL, "test vector extended");
         skip_start(psVec == NULL, 2, "Skipping 2 tests because psVectorExtend() failed");
-        ok(psVec->nalloc == 5 ,"Vector size = %ld", psVec->nalloc);
+        ok(psVec->nalloc == 15 ,"Vector size = %ld", psVec->nalloc);
         ok(psVec->n == 2, "Vector population = %ld", psVec->n);
         skip_end();
@@ -192,5 +192,5 @@
         ok(psVec != NULL, "test vector extended");
         skip_start(psVec == NULL, 2, "Skipping 2 tests because psVectorExtend() failed");
-        ok(psVec->nalloc == 5, "Vector size = %ld", psVec->nalloc);
+        ok(psVec->nalloc == 15, "Vector size = %ld", psVec->nalloc);
         ok(psVec->n == 0, "Vector population = %ld", psVec->n);
         skip_end();
@@ -375,5 +375,5 @@
         psVector *vec = psVectorAlloc(5, PS_TYPE_S32);
 
-        ok(psVectorSet(vec, 1, 4),
+        ok(psVectorSet(vec, 1, 4) == true,
            "VectorSet set S32 at position 1");
 
