[jboss-svn-commits] JBL Code SVN: r25758 - labs/jbossrules/trunk/drools-server/src/test/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Mar 19 23:10:46 EDT 2009
Author: michael.neale at jboss.com
Date: 2009-03-19 23:10:46 -0400 (Thu, 19 Mar 2009)
New Revision: 25758
Modified:
labs/jbossrules/trunk/drools-server/src/test/resources/TeamAllocation.drl
Log:
changed strings to not have commas in them
Modified: labs/jbossrules/trunk/drools-server/src/test/resources/TeamAllocation.drl
===================================================================
--- labs/jbossrules/trunk/drools-server/src/test/resources/TeamAllocation.drl 2009-03-20 02:40:41 UTC (rev 25757)
+++ labs/jbossrules/trunk/drools-server/src/test/resources/TeamAllocation.drl 2009-03-20 03:10:46 UTC (rev 25758)
@@ -44,7 +44,7 @@
t: Team(currentCases == 0)
then
a.teamName = t.name
- a.explanation = "They have nothing on, the slackers !"
+ a.explanation = "They have nothing on the slackers !"
end
@@ -53,5 +53,5 @@
not Team(currentCases < 10)
then
a.teamName = "NONE"
- a.explanation = "They are all to busy, do it yourself !"
+ a.explanation = "They are all to busy do it yourself !"
end
\ No newline at end of file
More information about the jboss-svn-commits
mailing list