[jboss-svn-commits] JBL Code SVN: r34722 - labs/jbossrules/branches/5_1_20100802_esteban_diega/drools-process/drools-persistent-timer/drools-timer-core/src/test/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Aug 14 19:09:10 EDT 2010


Author: diegoll
Date: 2010-08-14 19:09:09 -0400 (Sat, 14 Aug 2010)
New Revision: 34722

Modified:
   labs/jbossrules/branches/5_1_20100802_esteban_diega/drools-process/drools-persistent-timer/drools-timer-core/src/test/resources/timerProcess.rf
Log:
[JBRULES-2616] changed period in timer node for test process

Modified: labs/jbossrules/branches/5_1_20100802_esteban_diega/drools-process/drools-persistent-timer/drools-timer-core/src/test/resources/timerProcess.rf
===================================================================
--- labs/jbossrules/branches/5_1_20100802_esteban_diega/drools-process/drools-persistent-timer/drools-timer-core/src/test/resources/timerProcess.rf	2010-08-14 23:08:12 UTC (rev 34721)
+++ labs/jbossrules/branches/5_1_20100802_esteban_diega/drools-process/drools-persistent-timer/drools-timer-core/src/test/resources/timerProcess.rf	2010-08-14 23:09:09 UTC (rev 34722)
@@ -12,7 +12,7 @@
 
   <nodes>
     <start id="1" name="Start" x="96" y="96" width="48" height="48" />
-    <timerNode id="2" name="Timer" x="228" y="96" width="48" height="48" delay="800ms"  period="200ms" />
+    <timerNode id="2" name="Timer" x="228" y="96" width="48" height="48" delay="0"  period="1000ms" />
     <actionNode id="3" name="Action" x="348" y="96" width="80" height="48" >
         <action type="expression" dialect="java" >System.out.println("Triggered");
 insert( new Buddy() );</action>



More information about the jboss-svn-commits mailing list