Index: trunk/psLib/test/dataManip/tst_psHist02.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psHist02.c	(revision 2392)
+++ trunk/psLib/test/dataManip/tst_psHist02.c	(revision 2721)
@@ -120,4 +120,5 @@
     // if input parameter myHist is null.
 
+    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
     myHist2 = psVectorHistogram( NULL, myData, NULL, 0 );
     if ( myHist2 != NULL ) {
@@ -134,4 +135,5 @@
 
     myHist = psHistogramAlloc( LOWER, UPPER, numBins );
+    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
     myHist = psVectorHistogram( myHist, NULL, NULL, 0 );
     if ( myHist == NULL ) {
@@ -142,5 +144,5 @@
 
 
-    exit(0);
+    //    exit(0);
     // ********************************************************************
     // Verify the return value is the same as the input parameter myHist and
