Author: toad
Date: 2008-02-05 22:07:34 +0000 (Tue, 05 Feb 2008)
New Revision: 17557

Modified:
   trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
Log:
Repeat the test 256 times or until it fails.

Modified: trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
===================================================================
--- trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-05 22:06:28 UTC (rev 17556)
+++ trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-05 22:07:34 UTC (rev 17557)
@@ -116,7 +116,7 @@

         int successfulTests = 0;

-        while(true) {
+        for(int totalCount=0;totalCount<256;totalCount++) {

         // Now create a key.



Reply via email to