Index: trunk/psLib/test/dataIO/tst_psDB.c
===================================================================
--- trunk/psLib/test/dataIO/tst_psDB.c	(revision 4427)
+++ trunk/psLib/test/dataIO/tst_psDB.c	(revision 4457)
@@ -9,6 +9,6 @@
  *  @author Aaron Culliney, MHPCC
  *
- *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-29 19:39:56 $
+ *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-06 03:04:35 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1600,7 +1600,7 @@
         return 3;
     }
-    if(meta->list->size != 6) {
+    if(meta->list->n != 6) {
         psError(PS_ERR_UNKNOWN,true,"Number of cols = %d not as expected %d",
-                meta->list->size,6);
+                meta->list->n,6);
         psDBDropTable(dbh,table);
         psDBCleanup(dbh);
