[jboss-svn-commits] JBL Code SVN: r31628 - labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/recovery.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 12 13:20:01 EST 2010


Author: mark.little at jboss.com
Date: 2010-02-12 13:20:00 -0500 (Fri, 12 Feb 2010)
New Revision: 31628

Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/recovery/RecoveryManagerUnitTest.java
Log:
https://jira.jboss.org/jira/browse/JBTM-698

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/recovery/RecoveryManagerUnitTest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/recovery/RecoveryManagerUnitTest.java	2010-02-12 18:19:21 UTC (rev 31627)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/recovery/RecoveryManagerUnitTest.java	2010-02-12 18:20:00 UTC (rev 31628)
@@ -35,6 +35,8 @@
     {
         RecoveryManager rm = RecoveryManager.manager();       
         
+        recoveryPropertyManager.getRecoveryEnvironmentBean().setPeriodicRecoveryPeriod(2);
+        
         rm.scan(null);
         
         rm.suspend(false);



More information about the jboss-svn-commits mailing list