Skip to content

Commit

Permalink
fixing test code only
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Jan 27, 2013
1 parent 396918c commit 2922922
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -31,7 +31,6 @@
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;
Expand Down Expand Up @@ -66,7 +65,6 @@ public void configure(Configuration cfg) {
}

@Test
@FailureExpectedWithNewMetamodel
public void testIt() {
// Test saving these dyna-proxies
Session session = openSession();
Expand Down

0 comments on commit 2922922

Please sign in to comment.