Index: /trunk/psLib/test/db/tst_psDB.c
===================================================================
--- /trunk/psLib/test/db/tst_psDB.c	(revision 6302)
+++ /trunk/psLib/test/db/tst_psDB.c	(revision 6303)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-10-01 02:22:22 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-02 20:59:36 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -2140,11 +2140,5 @@
     // Verify table contents
     ary = psDBDumpRows(dbh, table);
-    if (ary == NULL) {
-        psError(PS_ERR_UNKNOWN,true,"Did not expect return NULL for dump rows");
-        psDBDropTable(dbh,table);
-        psDBCleanup(dbh);
-        return 13;
-    }
-    if (ary->n != 0) {
+    if (ary != NULL && ary->n != 0) {
         psError(PS_ERR_UNKNOWN,true,"Remaining rows %d not as expected %d",
                 ary->n,0);
