[jboss-cvs] JBoss Messaging SVN: r6751 - branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 01:15:58 EDT 2009


Author: gaohoward
Date: 2009-05-13 01:15:58 -0400 (Wed, 13 May 2009)
New Revision: 6751

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/impl/NullPersistenceManagerTest.java
Log:
JBMESSAGING-1614
update the test


Modified: branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/impl/NullPersistenceManagerTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/impl/NullPersistenceManagerTest.java	2009-05-13 04:42:04 UTC (rev 6750)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/impl/NullPersistenceManagerTest.java	2009-05-13 05:15:58 UTC (rev 6751)
@@ -45,7 +45,7 @@
    public void testReserveIDBlock()
    {
       NullPersistenceManager manager = new NullPersistenceManager();
-      manager.setPeerID(256);
+      manager.setPeerID(65536);
       manager.setTimeMark(System.currentTimeMillis());
 
       try




More information about the jboss-cvs-commits mailing list