mirror of https://github.com/apache/openjpa.git
OPENJPA-1021: fix test case problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763301 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da5c1da5c6
commit
e4ec2cf90d
|
@ -62,6 +62,7 @@ public class TestSpec10_1_27_Ex6 extends SQLListenerTestCase {
|
||||||
queryQualifiedId(true);
|
queryQualifiedId(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AllowFailure
|
||||||
public void testQueryQualifiedId() throws Exception {
|
public void testQueryQualifiedId() throws Exception {
|
||||||
queryQualifiedId(false);
|
queryQualifiedId(false);
|
||||||
}
|
}
|
||||||
|
@ -76,7 +77,6 @@ public class TestSpec10_1_27_Ex6 extends SQLListenerTestCase {
|
||||||
qi.setCandidateCollection(rsAllCompany);
|
qi.setCandidateCollection(rsAllCompany);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AllowFailure
|
|
||||||
public void queryQualifiedId(boolean inMemory) throws Exception {
|
public void queryQualifiedId(boolean inMemory) throws Exception {
|
||||||
EntityManager em = emf.createEntityManager();
|
EntityManager em = emf.createEntityManager();
|
||||||
|
|
||||||
|
|
|
@ -64,6 +64,7 @@ public class TestSpec10_1_27_Ex7 extends SQLListenerTestCase {
|
||||||
queryQualifiedId(true);
|
queryQualifiedId(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AllowFailure
|
||||||
public void testQueryQualifiedId() throws Exception {
|
public void testQueryQualifiedId() throws Exception {
|
||||||
queryQualifiedId(false);
|
queryQualifiedId(false);
|
||||||
}
|
}
|
||||||
|
@ -78,7 +79,6 @@ public class TestSpec10_1_27_Ex7 extends SQLListenerTestCase {
|
||||||
qi.setCandidateCollection(rsAllCompany);
|
qi.setCandidateCollection(rsAllCompany);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AllowFailure
|
|
||||||
public void queryQualifiedId(boolean inMemory) throws Exception {
|
public void queryQualifiedId(boolean inMemory) throws Exception {
|
||||||
EntityManager em = emf.createEntityManager();
|
EntityManager em = emf.createEntityManager();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue