[jboss-svn-commits] JBL Code SVN: r19016 - 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 Mar 15 10:04:38 EDT 2008
Author: mingjin
Date: 2008-03-15 10:04:38 -0400 (Sat, 15 Mar 2008)
New Revision: 19016
Modified:
labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/StreamsTest.java
Log:
added @FIXME_ to commented out assert's
Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/StreamsTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/StreamsTest.java 2008-03-15 13:42:37 UTC (rev 19015)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/StreamsTest.java 2008-03-15 14:04:38 UTC (rev 19016)
@@ -131,7 +131,7 @@
assertNotNull( handle3 );
assertNotNull( handle4 );
-// TODO need to fix those tests
+// @FIXME_testEventAssertion
// assertTrue( handle1.isEvent() );
// assertTrue( handle2.isEvent() );
// assertTrue( handle3.isEvent() );
@@ -171,7 +171,7 @@
assertNotNull( handle7 );
assertNotNull( handle8 );
-// TODO need to fix those tests
+// @FIXME_testEventAssertion
// assertTrue( handle5.isEvent() );
// assertTrue( handle6.isEvent() );
// assertTrue( handle7.isEvent() );
More information about the jboss-svn-commits
mailing list