mirror of https://github.com/apache/openjpa.git
OPENJPA-1222:
Fixing build problem with Sun JDK 6 git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@801027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52ee68b7a1
commit
5364ba58b9
|
@ -42,7 +42,6 @@ import org.apache.openjpa.util.UserException;
|
||||||
|
|
||||||
@AllowFailure(value=false, message="Tests:16 Errors:1 Failure:1")
|
@AllowFailure(value=false, message="Tests:16 Errors:1 Failure:1")
|
||||||
public class TestMultiselect extends CriteriaTest {
|
public class TestMultiselect extends CriteriaTest {
|
||||||
private static final Class[] CLASSES = {Person.class};
|
|
||||||
private static boolean initialized = false;
|
private static boolean initialized = false;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -54,11 +53,6 @@ public class TestMultiselect extends CriteriaTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected Class[] getDomainClasses() {
|
|
||||||
return CLASSES;
|
|
||||||
}
|
|
||||||
|
|
||||||
void createData() {
|
void createData() {
|
||||||
em.getTransaction().begin();
|
em.getTransaction().begin();
|
||||||
Person p = new Person("Test Result Shape");
|
Person p = new Person("Test Result Shape");
|
||||||
|
|
Loading…
Reference in New Issue