[jboss-svn-commits] JBL Code SVN: r13499 - labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Jul 14 10:01:32 EDT 2007
Author: tirelli
Date: 2007-07-14 10:01:32 -0400 (Sat, 14 Jul 2007)
New Revision: 13499
Modified:
labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/OtherwiseTest.java
Log:
Commenting out tests for otherwise feature that is not implemented yet.
Modified: labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/OtherwiseTest.java
===================================================================
--- labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/OtherwiseTest.java 2007-07-14 13:54:22 UTC (rev 13498)
+++ labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/OtherwiseTest.java 2007-07-14 14:01:32 UTC (rev 13499)
@@ -66,7 +66,11 @@
}
- public void testOtherwiseFiringWithOneRule() throws Exception {
+ /**
+ * @TODO: this is a future to be implemented in the future
+ * @throws Exception
+ */
+ public void FIXME_testOtherwiseFiringWithOneRule() throws Exception {
final RuleBase ruleBase = RuleBaseFactory.newRuleBase( RuleBase.RETEOO );
final Package pkg = new Package( "Miss Manners" );
@@ -87,7 +91,11 @@
}
- public void testOtherwiseFiringMultipleRules() throws Exception {
+ /**
+ * @TODO: this is a future to be implemented in the future
+ * @throws Exception
+ */
+ public void FIXME_testOtherwiseFiringMultipleRules() throws Exception {
final RuleBase ruleBase = RuleBaseFactory.newRuleBase( RuleBase.RETEOO );
final Package pkg = new Package( "Miss Manners" );
More information about the jboss-svn-commits
mailing list