[jboss-svn-commits] JBL Code SVN: r5648 - 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
Wed Aug 9 12:43:15 EDT 2006


Author: michael.neale at jboss.com
Date: 2006-08-09 12:43:13 -0400 (Wed, 09 Aug 2006)
New Revision: 5648

Modified:
   labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/LeapsTest.java
Log:
fixed the broken build (alex B to patch for deftemplates)

Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/LeapsTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/LeapsTest.java	2006-08-09 16:20:17 UTC (rev 5647)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/LeapsTest.java	2006-08-09 16:43:13 UTC (rev 5648)
@@ -51,8 +51,16 @@
     protected RuleBase getRuleBase() throws Exception {
         return RuleBaseFactory.newRuleBase( RuleBase.LEAPS );
     }
+    
+    
 
-    /**
+    public void testFactTemplate() throws Exception {
+		// TODO FIXME !		
+	}
+
+
+
+	/**
      * Leaps query requires fireAll run before any probing can be done. this
      * test mirrors one in IntegrationCases.java with addition of call to
      * workingMemory.fireAll to facilitate query execution




More information about the jboss-svn-commits mailing list