[jboss-svn-commits] JBL Code SVN: r15612 - labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 5 19:44:59 EDT 2007
Author: mark.proctor at jboss.com
Date: 2007-10-05 19:44:59 -0400 (Fri, 05 Oct 2007)
New Revision: 15612
Modified:
labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_globalCustomResolver.drl
Log:
-updated the custom global resolver tests
Modified: labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_globalCustomResolver.drl
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_globalCustomResolver.drl 2007-10-05 22:15:39 UTC (rev 15611)
+++ labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_globalCustomResolver.drl 2007-10-05 23:44:59 UTC (rev 15612)
@@ -7,6 +7,7 @@
rule "global rule test"
+ salience 10
when
eval( "stilton".equals( string ) )
then
@@ -18,5 +19,5 @@
Cheese( price == 100 );
eval( "stilton".equals( string ) )
then
- list.add( new Integer(5) );
+ list.add( new Integer(6) );
end
\ No newline at end of file
More information about the jboss-svn-commits
mailing list