[jboss-svn-commits] JBL Code SVN: r5944 - 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
Sat Aug 19 01:24:47 EDT 2006
Author: bagerman
Date: 2006-08-19 01:24:46 -0400 (Sat, 19 Aug 2006)
New Revision: 5944
Modified:
labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/LeapsTest.java
Log:
Basic From and Deftemplate fixed
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-18 15:04:20 UTC (rev 5943)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/LeapsTest.java 2006-08-19 05:24:46 UTC (rev 5944)
@@ -51,15 +51,7 @@
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
@@ -394,10 +386,6 @@
list.get( 1 ) );
}
- public void testBasicFrom() throws Exception {
- // FIXME
- }
-
public void testLogicalAssertionsWithExists() throws Exception {
// FIXME
}
More information about the jboss-svn-commits
mailing list