Index: trunk/psLib/test/math/tap_psHist03.c
===================================================================
--- trunk/psLib/test/math/tap_psHist03.c	(revision 10813)
+++ trunk/psLib/test/math/tap_psHist03.c	(revision 12094)
@@ -50,5 +50,7 @@
         ok(myHist->uniform == false, "psHistogramAlloc() initialized ->uniform to false");
 
-        myHist = psVectorHistogram( myHist, myData, NULL, NULL, 0 );
+        bool rc = psVectorHistogram( myHist, myData, NULL, NULL, 0 );
+        ok(rc == true, "psVectorHistogram() returned TRUE");
+        // XXX: skip_start here
         for (int i=0;i<numBins;i++) {
             psF32 expected = ((float) NUM_DATA) / ((float) numBins);
@@ -84,5 +86,5 @@
     psTraceSetLevel("UpdateHistogramBins", 0);
     psTraceSetLevel("psVectorHistogram", 0);
-    plan_tests(32);
+    plan_tests(36);
 
     genericTest(1, 1, 2);
