Index: /trunk/psLib/test/astronomy/tst_psMetadata_05.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psMetadata_05.c	(revision 2526)
+++ /trunk/psLib/test/astronomy/tst_psMetadata_05.c	(revision 2527)
@@ -22,6 +22,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-11-24 20:16:00 $
+*  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-11-30 01:16:43 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -179,11 +179,11 @@
         printf("ERROR: Couldn't open file for reading\n");
     }
-    fscanf(fd, "S32 = %ld\n", &data);
+    fscanf(fd, "S64 = %lld\n", &data);
     if(data != 55) {
-        printf("ERROR: Data in file is not as expected. Value: %ld. Should be: 55.\n", data);
-    }
-    fscanf(fd, "BOL = %ld\n", &data);
+        printf("ERROR: Data in file is not as expected. Value: %lld. Should be: 55.\n", data);
+    }
+    fscanf(fd, "BOL = %lld\n", &data);
     if(data != 0) {
-        printf("ERROR: Data in file is not as expected. Value: %ld. Should be: 0.\n", data);
+        printf("ERROR: Data in file is not as expected. Value: %lld. Should be: 0.\n", data);
     }
     fscanf(fd, "F32 = %g\n", &fpdata);
Index: /trunk/psLib/test/collections/tst_psMetadata_05.c
===================================================================
--- /trunk/psLib/test/collections/tst_psMetadata_05.c	(revision 2526)
+++ /trunk/psLib/test/collections/tst_psMetadata_05.c	(revision 2527)
@@ -22,6 +22,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-11-24 20:16:00 $
+*  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-11-30 01:16:43 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -179,11 +179,11 @@
         printf("ERROR: Couldn't open file for reading\n");
     }
-    fscanf(fd, "S32 = %ld\n", &data);
+    fscanf(fd, "S64 = %lld\n", &data);
     if(data != 55) {
-        printf("ERROR: Data in file is not as expected. Value: %ld. Should be: 55.\n", data);
-    }
-    fscanf(fd, "BOL = %ld\n", &data);
+        printf("ERROR: Data in file is not as expected. Value: %lld. Should be: 55.\n", data);
+    }
+    fscanf(fd, "BOL = %lld\n", &data);
     if(data != 0) {
-        printf("ERROR: Data in file is not as expected. Value: %ld. Should be: 0.\n", data);
+        printf("ERROR: Data in file is not as expected. Value: %lld. Should be: 0.\n", data);
     }
     fscanf(fd, "F32 = %g\n", &fpdata);
