Index: trunk/psLib/test/dataManip/tst_psMinimize04.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMinimize04.c	(revision 2090)
+++ trunk/psLib/test/dataManip/tst_psMinimize04.c	(revision 2204)
@@ -33,5 +33,5 @@
 }
 
-int t00()
+psS32 t00()
 {
     psPolynomial1D *myPoly = NULL;
@@ -39,8 +39,8 @@
     psVector *y = NULL;
     psVector *yErr = NULL;
-    int i = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
     double expectData;
     double actualData;
@@ -101,13 +101,13 @@
 }
 
-int t01()
+psS32 t01()
 {
     psPolynomial1D *myPoly = NULL;
     psVector *x = NULL;
     psVector *y = NULL;
-    int i = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
     double expectData;
     double actualData;
@@ -164,12 +164,12 @@
 }
 
-int t02()
+psS32 t02()
 {
     psPolynomial1D *myPoly = NULL;
     psVector *y = NULL;
-    int i = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
     double expectData;
     double actualData;
@@ -223,9 +223,9 @@
 }
 
-int t03()
-{
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+psS32 t03()
+{
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
     psPolynomial1D *myPoly = NULL;
 
@@ -257,5 +257,5 @@
 
 
-int main()
+psS32 main()
 {
     t00();
