[jboss-svn-commits] JBL Code SVN: r30833 - 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
Sun Dec 27 19:15:45 EST 2009


Author: mark.proctor at jboss.com
Date: 2009-12-27 19:15:45 -0500 (Sun, 27 Dec 2009)
New Revision: 30833

Modified:
   labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java
Log:
-removed FIXME for working test

Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java	2009-12-27 22:15:17 UTC (rev 30832)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java	2009-12-28 00:15:45 UTC (rev 30833)
@@ -4755,7 +4755,7 @@
     }
 
     // this is an MVEL regression that we need fixed in mvel-2.0.11
-    public void FIXME_testMapAccessWithVariable() throws Exception {
+    public void testMapAccessWithVariable() throws Exception {
         final PackageBuilder builder = new PackageBuilder();
         builder.addPackageFromDrl( new InputStreamReader( getClass().getResourceAsStream( "test_MapAccessWithVariable.drl" ) ) );
         final Package pkg = builder.getPackage();



More information about the jboss-svn-commits mailing list