[jboss-cvs] JBoss Messaging SVN: r7209 - trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 4 19:47:52 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-04 19:47:52 -0400 (Thu, 04 Jun 2009)
New Revision: 7209

Modified:
   trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java
Log:
tweak on test

Modified: trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java	2009-06-04 22:59:55 UTC (rev 7208)
+++ trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java	2009-06-04 23:47:52 UTC (rev 7209)
@@ -957,8 +957,6 @@
       AsynchronousFileImpl.setNanoSleepInterval(1);
       AsynchronousFileImpl.nanoSleep();
       
-      Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
-      
       long timeInterval = 1000000;
       long nloops = 1000;
       




More information about the jboss-cvs-commits mailing list