Index: trunk/psLib/test/math/tap_psHist02.c
===================================================================
--- trunk/psLib/test/math/tap_psHist02.c	(revision 12094)
+++ trunk/psLib/test/math/tap_psHist02.c	(revision 12211)
@@ -36,5 +36,5 @@
         psHistogram *myHist = psHistogramAlloc(lower, higher, numBins );
         bool rc = psVectorHistogram( myHist, myData, NULL, NULL, 0 );
-        ok(rc == false, "psVectorHistogram() returned TRUE");
+        ok(rc == true, "psVectorHistogram() returned TRUE");
         skip_start(myHist == NULL, 1, "Skipping tests because psVectorHistogram() returned NULL");
 
@@ -81,5 +81,5 @@
         psHistogram *myHist = psHistogramAlloc(lower, higher, numBins );
         bool rc = psVectorHistogram(myHist, myData, NULL, myMask, 1);
-        ok(rc == false, "psVectorHistogram() returned TRUE");
+        ok(rc == true, "psVectorHistogram() returned TRUE");
         skip_start(myHist == NULL, 1, "Skipping tests because psVectorHistogram() returned NULL");
 
