[jboss-svn-commits] JBL Code SVN: r12222 - 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 May 29 19:21:26 EDT 2007


Author: tirelli
Date: 2007-05-29 19:21:26 -0400 (Tue, 29 May 2007)
New Revision: 12222

Modified:
   labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/FirstOrderLogicTest.java
Log:
Commenting out tests until we get MVEL new version

Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/FirstOrderLogicTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/FirstOrderLogicTest.java	2007-05-29 22:26:34 UTC (rev 12221)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/FirstOrderLogicTest.java	2007-05-29 23:21:26 UTC (rev 12222)
@@ -40,7 +40,8 @@
                                             config );
     }
 
-    public void testAccumulateModify() throws Exception {
+    // @FIXME: needs MVEL new version
+    public void FIXME_testAccumulateModify() throws Exception {
         // read in the source
         final Reader reader = new InputStreamReader( getClass().getResourceAsStream( "test_AccumulateModify.drl" ) );
         final RuleBase ruleBase = loadRuleBase( reader );
@@ -436,7 +437,8 @@
                       list.size() );
     }
     
-    public void testAccumulate() throws Exception {
+    // @FIXME: needs MVEL new version
+    public void FIXME_testAccumulate() throws Exception {
 
         // read in the source
         final Reader reader = new InputStreamReader( getClass().getResourceAsStream( "test_Accumulate.drl" ) );




More information about the jboss-svn-commits mailing list