[jboss-svn-commits] JBL Code SVN: r15533 - labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 2 23:14:37 EDT 2007
Author: mark.proctor at jboss.com
Date: 2007-10-02 23:14:37 -0400 (Tue, 02 Oct 2007)
New Revision: 15533
Modified:
labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/DynamicRulesTest.java
Log:
JBRULES-1241 Dynamic rules should be able to lock for a series of updates and fireAllRules should be optional
-Base infrastructure is working, just need to make the event listener pluggeable.
Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/DynamicRulesTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/DynamicRulesTest.java 2007-10-03 03:14:31 UTC (rev 15532)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/DynamicRulesTest.java 2007-10-03 03:14:37 UTC (rev 15533)
@@ -102,9 +102,9 @@
final Package pkg3 = builder.getPackage();
ruleBase.addPackage( pkg3 );
- // Package 3 has a rule working on Person instances.
- // As we added person instance in advance, rule should fire now
- workingMemory.fireAllRules();
+// // Package 3 has a rule working on Person instances.
+// // As we added person instance in advance, rule should fire now
+// workingMemory.fireAllRules();
Assert.assertEquals( "Rule from package 3 should have been fired",
"match Person ok",
More information about the jboss-svn-commits
mailing list