HHH_7759 named queries

This commit is contained in:
Strong Liu 2013-05-28 17:58:41 -07:00
parent 88d2bce0c5
commit fe6d6770d8
2 changed files with 7 additions and 2 deletions

View File

@ -42,7 +42,7 @@
/** /**
* @author Gavin King * @author Gavin King
*/ */
@FailureExpectedWithNewMetamodel //@FailureExpectedWithNewMetamodel
public class ExtraLazyTest extends BaseCoreFunctionalTestCase { public class ExtraLazyTest extends BaseCoreFunctionalTestCase {
@Override @Override
public String[] getMappings() { public String[] getMappings() {
@ -88,6 +88,7 @@ public void testOrphanDelete() {
} }
@Test @Test
@FailureExpectedWithNewMetamodel
public void testGet() { public void testGet() {
Session s = openSession(); Session s = openSession();
Transaction t = s.beginTransaction(); Transaction t = s.beginTransaction();
@ -123,6 +124,7 @@ public void testGet() {
} }
@Test @Test
@FailureExpectedWithNewMetamodel
public void testRemoveClear() { public void testRemoveClear() {
Session s = openSession(); Session s = openSession();
Transaction t = s.beginTransaction(); Transaction t = s.beginTransaction();
@ -166,6 +168,7 @@ public void testRemoveClear() {
} }
@Test @Test
@FailureExpectedWithNewMetamodel
public void testIndexFormulaMap() { public void testIndexFormulaMap() {
Session s = openSession(); Session s = openSession();
Transaction t = s.beginTransaction(); Transaction t = s.beginTransaction();

View File

@ -45,7 +45,6 @@
/** /**
* @author Gavin King * @author Gavin King
*/ */
@FailureExpectedWithNewMetamodel
public class JoinFetchTest extends BaseCoreFunctionalTestCase { public class JoinFetchTest extends BaseCoreFunctionalTestCase {
@Override @Override
public String[] getMappings() { public String[] getMappings() {
@ -75,6 +74,7 @@ public void testProjection() {
} }
@Test @Test
@FailureExpectedWithNewMetamodel
public void testJoinFetch() { public void testJoinFetch() {
Session s = openSession(); Session s = openSession();
Transaction t = s.beginTransaction(); Transaction t = s.beginTransaction();
@ -213,6 +213,7 @@ public void testJoinFetch() {
} }
@Test @Test
@FailureExpectedWithNewMetamodel
public void testCollectionFilter() { public void testCollectionFilter() {
Session s = openSession(); Session s = openSession();
Transaction t = s.beginTransaction(); Transaction t = s.beginTransaction();
@ -245,6 +246,7 @@ public void testCollectionFilter() {
} }
@Test @Test
@FailureExpectedWithNewMetamodel
public void testJoinFetchManyToMany() { public void testJoinFetchManyToMany() {
Session s = openSession(); Session s = openSession();
Transaction t = s.beginTransaction(); Transaction t = s.beginTransaction();