[jboss-svn-commits] JBL Code SVN: r9307 - labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/lang/dsl/template.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 2 19:37:55 EST 2007


Author: woolfel
Date: 2007-02-02 19:37:55 -0500 (Fri, 02 Feb 2007)
New Revision: 9307

Modified:
   labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/lang/dsl/template/NLGrammarTest.java
Log:
updated the test so it is in sync with the new format.
peter

Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/lang/dsl/template/NLGrammarTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/lang/dsl/template/NLGrammarTest.java	2007-02-03 00:31:54 UTC (rev 9306)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/lang/dsl/template/NLGrammarTest.java	2007-02-03 00:37:55 UTC (rev 9307)
@@ -156,7 +156,7 @@
         g.save( writer );
 
         final String result = out.toString();
-        assertEquals( "#my description\n[then]This is something=boo\n[then]This is another=coo\nend=it\n",
+        assertEquals( "#my description\n[then][null]This is something=boo\n[then][null]This is another=coo\n[null]end=it\n",
                       result );
 
         //now load it to double check




More information about the jboss-svn-commits mailing list