Index: /trunk/psLib/test/collections/tst_psMetadata_07.c
===================================================================
--- /trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 2610)
+++ /trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 2611)
@@ -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);
     }
