Index: trunk/psLib/test/dataManip/tst_psStats07.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats07.c	(revision 2198)
+++ trunk/psLib/test/dataManip/tst_psStats07.c	(revision 2204)
@@ -15,10 +15,10 @@
 #define ERROR_TOLERANCE 0.10
 
-int t00()
+psS32 t00()
 {
     psStats * myStats = NULL;
-    int testStatus = true;
-    int globalTestStatus = true;
-    int i = 0;
+    psS32 testStatus = true;
+    psS32 globalTestStatus = true;
+    psS32 i = 0;
     psVector *myVector = NULL;
     psVector *maskVector = NULL;
@@ -26,7 +26,7 @@
     // They must be changed if we adjust the number of data points.
     // We don't really know that they are correct.
-    int count = 0;
-    int currentId = psMemGetId();
-    int memLeaks = 0;
+    psS32 count = 0;
+    psS32 currentId = psMemGetId();
+    psS32 memLeaks = 0;
     float realMeanNoMask = MEAN;
     float realMedianNoMask = MEAN;
@@ -35,6 +35,6 @@
     float realLQNoMask = MEAN - ( 0.6 * STDEV );
     float realUQNoMask = MEAN + ( 0.6 * STDEV );
-    int realN50NoMask = N / 4;
-    int realNfitNoMask = N / 4;
+    psS32 realN50NoMask = N / 4;
+    psS32 realNfitNoMask = N / 4;
 
     psTraceSetLevel(".psLib.dataManip.psStats", 10);
@@ -253,10 +253,10 @@
 
 
-int t01()
+psS32 t01()
 {
     psStats * myStats = NULL;
-    int testStatus = true;
-    int globalTestStatus = true;
-    int i = 0;
+    psS32 testStatus = true;
+    psS32 globalTestStatus = true;
+    psS32 i = 0;
     psVector *myVector = NULL;
     psVector *maskVector = NULL;
@@ -264,7 +264,7 @@
     // A: They must be changed if we adjust the number of data points.
     // B: We don't really know that they are correct.
-    int count = 0;
-    int currentId = psMemGetId();
-    int memLeaks = 0;
+    psS32 count = 0;
+    psS32 currentId = psMemGetId();
+    psS32 memLeaks = 0;
     float realMeanWithMask = MEAN;
     float realMedianWithMask = MEAN;
@@ -273,6 +273,6 @@
     float realLQWithMask = MEAN;
     float realUQWithMask = MEAN;
-    int realN50WithMask = N / 4;
-    int realNfitWithMask = N / 4;
+    psS32 realN50WithMask = N / 4;
+    psS32 realNfitWithMask = N / 4;
 
     psTraceSetLevel(".psLib.dataManip.psStats", 10);
@@ -487,5 +487,5 @@
 }
 
-int main()
+psS32 main()
 {
     t00();
