Index: /trunk/psLib/test/astronomy/tst_psMetadata_07.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psMetadata_07.c	(revision 2608)
+++ /trunk/psLib/test/astronomy/tst_psMetadata_07.c	(revision 2609)
@@ -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);
Index: /trunk/psLib/test/collections/tst_psMetadata_07.c
===================================================================
--- /trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 2608)
+++ /trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 2609)
@@ -9,6 +9,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-11-30 01:30:08 $
+*  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-12-03 23:32:18 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
     int res = 0;
     psMetadata *md = NULL;
-    res = psMetadataParseConfigXml(&md, "../../config/psTime.xml");
+    res = psMetadataParseConfigXml(md, "../../config/psTime.xml");
     if (res != 0) {
         printf("psMetadataParseConfigXml returned error %d\n", res);
