[jboss-cvs] JBossAS SVN: r60968 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/cmp2/idxandusersql/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 18:02:53 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-27 18:02:53 -0500 (Tue, 27 Feb 2007)
New Revision: 60968

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/cmp2/idxandusersql/test/IdxAndUsersqlUnitTestCase.java
Log:
JBAS-4152, re-enable the test

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/cmp2/idxandusersql/test/IdxAndUsersqlUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/cmp2/idxandusersql/test/IdxAndUsersqlUnitTestCase.java	2007-02-27 22:59:20 UTC (rev 60967)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/cmp2/idxandusersql/test/IdxAndUsersqlUnitTestCase.java	2007-02-27 23:02:53 UTC (rev 60968)
@@ -182,8 +182,6 @@
       assertTrue("Error: FKey idx_id is not indexed via <dbindex>", found);
    }
 
-   /* JBAS-4152, this test fails with the upgrade to hsqldb 1.8.0.7
-    * FIXME heiko
    public void testCMRmn2() throws Exception
    {
       boolean found = true;
@@ -191,7 +189,6 @@
       found = lookForIndexOnTable("IDX_CMR2_REL", "CMR2_ID");
       assertTrue("Error: FKey cmr2_id is indexed", found == false);
    }
-   */
 
    /*
     * Test if the replacement of %%t and %%n in <post-table-create> worked




More information about the jboss-cvs-commits mailing list