Index: /trunk/psLib/test/astronomy/tst_psMetadata_07.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psMetadata_07.c	(revision 2609)
+++ /trunk/psLib/test/astronomy/tst_psMetadata_07.c	(revision 2610)
@@ -9,6 +9,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-12-03 23:33:48 $
+*  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-12-03 23:38:41 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,6 +26,6 @@
     psU32 nFail = 0;
     psMetadata *md = NULL;
-    res = psMetadataParseConfigXml(md, &nFail, "../../config/psTime.xml", true);
-    if (res != 0) {
+    md = psMetadataParseConfigXml(md, &nFail, "../../config/psTime.xml", true);
+    if (nFail != 0) {
         printf("psMetadataParseConfigXml returned error %d\n", res);
     }
Index: /trunk/psLib/test/collections/tst_psMetadata_07.c
===================================================================
--- /trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 2609)
+++ /trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 2610)
@@ -9,6 +9,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-12-03 23:32:18 $
+*  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-12-03 23:33:48 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,6 +24,7 @@
     printPositiveTestHeader(stdout, "psMetadata", "Test A - Read an XML config file");
     int res = 0;
+    psU32 nFail = 0;
     psMetadata *md = NULL;
-    res = psMetadataParseConfigXml(md, "../../config/psTime.xml");
+    res = psMetadataParseConfigXml(md, &nFail, "../../config/psTime.xml", true);
     if (res != 0) {
         printf("psMetadataParseConfigXml returned error %d\n", res);
