Index: trunk/psLib/test/collections/tst_psMetadata_07.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 2987)
+++ trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 3056)
@@ -9,6 +9,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-12-03 23:38:41 $
+*  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-01-19 01:53:00 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,4 +17,9 @@
 #include "pslib.h"
 #include "psTest.h"
+
+#ifndef TIME_XML_FILE
+#define TIME_XML_FILE "../../config/psTime.xml"
+#pragma warning TIME_XML_FILE was not defined in the makefile.
+#endif
 
 
@@ -26,5 +31,5 @@
     psU32 nFail = 0;
     psMetadata *md = NULL;
-    md = psMetadataParseConfigXml(md, &nFail, "../../config/psTime.xml", true);
+    md = psMetadataParseConfigXml(md, &nFail, TIME_XML_FILE, true);
     if (nFail != 0) {
         printf("psMetadataParseConfigXml returned error %d\n", res);
