Index: trunk/psLib/test/dataManip/tst_psRandom.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psRandom.c	(revision 3007)
+++ trunk/psLib/test/dataManip/tst_psRandom.c	(revision 3010)
@@ -59,5 +59,7 @@
 
     // Valid type allocation with seed equal to zero
+    psLogSetDestination("file:seed_msglog1.txt");
     myRNG = psRandomAlloc(PS_RANDOM_TAUS, 0);
+    psLogSetDestination("dest:stderr");
     if (myRNG == NULL) {
         printf("ERROR: Could not allocate psRandom structure\n");
@@ -329,5 +331,7 @@
     psRandom *myRNG1 = NULL;
     myRNG1 = psRandomAlloc(PS_RANDOM_TAUS, SEED);
+    psLogSetDestination("file:seed_msglog2.txt");
     psRandomReset(myRNG1,0);
+    psLogSetDestination("dest:stderr");
     psFree(myRNG1);
 
