HHH-7945 xsd element with mixed set to true may return unexpected \n

This commit is contained in:
Strong Liu 2013-01-27 01:55:59 +08:00
parent 2fd0d4d241
commit 6b94af8c55
1 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ import org.hibernate.Session;
import org.hibernate.engine.query.spi.HQLQueryPlan;
import org.hibernate.engine.query.spi.QueryPlanCache;
import org.hibernate.engine.spi.SessionImplementor;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import static org.junit.Assert.assertNotSame;
@ -82,7 +81,6 @@ public class GetHqlQueryPlanTest extends BaseCoreFunctionalTestCase {
s.close();
}
@FailureExpectedWithNewMetamodel
@Test
@SuppressWarnings( {"UnnecessaryBoxing"})
public void testHqlQueryPlanWithEnabledFilter() {