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:
Michael Dick 2009-08-04 23:42:57 +00:00
parent 52ee68b7a1
commit 5364ba58b9
1 changed files with 0 additions and 6 deletions

View File

@ -42,7 +42,6 @@ import org.apache.openjpa.util.UserException;
@AllowFailure(value=false, message="Tests:16 Errors:1 Failure:1")
public class TestMultiselect extends CriteriaTest {
private static final Class[] CLASSES = {Person.class};
private static boolean initialized = false;
@Override
@ -54,11 +53,6 @@ public class TestMultiselect extends CriteriaTest {
}
}
@Override
protected Class[] getDomainClasses() {
return CLASSES;
}
void createData() {
em.getTransaction().begin();
Person p = new Person("Test Result Shape");