Index: trunk/psLib/test/dataManip/tst_psMatrix07.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix07.c	(revision 3291)
+++ trunk/psLib/test/dataManip/tst_psMatrix07.c	(revision 3313)
@@ -16,6 +16,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-19 00:43:32 $
+ *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-02-24 00:19:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -245,10 +245,10 @@
                             "Invalid operation: inVector or its data is NULL.", 0);
     psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message");
-    if(psVectorToMatrix(m2, NULL) != m2) {
+    if(psVectorToMatrix(m2, NULL) != NULL) {
         psError(PS_ERR_UNKNOWN,true,"Did not return output image");
         return 12;
     }
     psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message");
-    if(psVectorToMatrix(m2_32, NULL) != m2_32) {
+    if(psVectorToMatrix(m2_32, NULL) != NULL) {
         psError(PS_ERR_UNKNOWN,true,"Did not return output image");
         return 13;
@@ -288,5 +288,4 @@
     psFree(m1);
     psFree(v1);
-    psFree(m2);
     psFree(v2);
     psFree(v3);
@@ -295,5 +294,4 @@
     psFree(m1_32);
     psFree(v1_32);
-    psFree(m2_32);
     psFree(v2_32);
     psFree(v3_32);
