Index: trunk/psModules/test/tst_pmObjects01.c
===================================================================
--- trunk/psModules/test/tst_pmObjects01.c	(revision 4204)
+++ trunk/psModules/test/tst_pmObjects01.c	(revision 4219)
@@ -19,6 +19,6 @@
  * abd never deallocate, no error is generated.
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 23:56:39 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-13 19:37:27 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1662,5 +1662,5 @@
     mySrc->models->params->data.F32[6] = 2.0;
     rc = pmSourceContour(mySrc, imgData, LEVEL, PS_CONTOUR_CRUDE);
-    if (rc != NULL) {
+    if (rc == NULL) {
         printf("TEST ERROR: pmSourceContour() returned NULL.\n");
         testStatus = false;
