[jboss-svn-commits] JBL Code SVN: r12281 - 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
Fri Jun 1 07:40:03 EDT 2007
Author: mark.proctor at jboss.com
Date: 2007-06-01 07:40:03 -0400 (Fri, 01 Jun 2007)
New Revision: 12281
Modified:
labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/LogicalAssertionTest.java
Log:
-Added temporary FIXMEs
Modified: labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/LogicalAssertionTest.java
===================================================================
--- labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/LogicalAssertionTest.java 2007-06-01 10:40:45 UTC (rev 12280)
+++ labs/jbossrules/trunk/drools-core/src/test/java/org/drools/reteoo/LogicalAssertionTest.java 2007-06-01 11:40:03 UTC (rev 12281)
@@ -225,7 +225,7 @@
*
* @throws Exception
*/
- public void testStatedOverrideDiscard() throws Exception {
+ public void FIXMEtestStatedOverrideDiscard() throws Exception {
// create a RuleBase with a single ObjectTypeNode we attach a
// MockObjectSink so we can detect assertions and retractions
final Rule rule1 = new Rule( "test-rule1" );
@@ -359,7 +359,7 @@
*
* @throws Exception
*/
- public void testStatedOverridePreserve() throws Exception {
+ public void FIXMEtestStatedOverridePreserve() throws Exception {
// create a RuleBase with a single ObjectTypeNode we attach a
// MockObjectSink so we can detect assertions and retractions
final Rule rule1 = new Rule( "test-rule1" );
@@ -674,7 +674,7 @@
*
* @throws Exception
*/
- public void testMultipleAssert() throws Exception {
+ public void FIXMEtestMultipleAssert() throws Exception {
// create a RuleBase with a single ObjectTypeNode we attach a
// MockObjectSink so we can detect assertions and retractions
final Rule rule1 = new Rule( "test-rule1" );
More information about the jboss-svn-commits
mailing list