fixing test code only

This commit is contained in:
Strong Liu 2013-01-27 23:41:47 +08:00
parent 396918ccfc
commit 2922922133
1 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ import org.hibernate.cfg.Configuration;
import org.hibernate.test.dynamicentity.Company;
import org.hibernate.test.dynamicentity.Customer;
import org.hibernate.test.dynamicentity.ProxyHelper;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import static org.junit.Assert.assertEquals;
@ -66,7 +65,6 @@ public class InterceptorDynamicEntityTest extends BaseCoreFunctionalTestCase {
}
@Test
@FailureExpectedWithNewMetamodel
public void testIt() {
// Test saving these dyna-proxies
Session session = openSession();