Author: j16sdiz
Date: 2009-04-08 05:07:46 +0000 (Wed, 08 Apr 2009)
New Revision: 26640

Modified:
   trunk/freenet/test/freenet/support/PrioritizedSerialExecutorTest.java
Log:
Remove unreliable test - the thread may have stopped already

Modified: trunk/freenet/test/freenet/support/PrioritizedSerialExecutorTest.java
===================================================================
--- trunk/freenet/test/freenet/support/PrioritizedSerialExecutorTest.java       
2009-04-08 05:05:10 UTC (rev 26639)
+++ trunk/freenet/test/freenet/support/PrioritizedSerialExecutorTest.java       
2009-04-08 05:07:46 UTC (rev 26640)
@@ -138,7 +138,5 @@
                int i = 0;
                for (String s : new String[] { "JM", "J8", "JN", "JP", "JQ", 
"J2", "JO", "JR" })
                        assertEquals(s, s, completedJobs.get(i++));
-
-               assertEquals(1, exec.getWaitingThreadsCount());
        }
 }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to