mirror of https://github.com/apache/openjpa.git
Reduce log verbosity.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@618380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
91b151e6aa
commit
3b790c8bf3
|
@ -22,7 +22,6 @@ import java.util.List;
|
|||
import javax.persistence.EntityManager;
|
||||
import javax.persistence.Query;
|
||||
|
||||
import org.apache.openjpa.jdbc.meta.ClassMapping;
|
||||
import org.apache.openjpa.jdbc.meta.Discriminator;
|
||||
import org.apache.openjpa.meta.JavaTypes;
|
||||
import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
||||
|
@ -34,7 +33,7 @@ public class TestDiscriminatorTypes extends SingleEMFTestCase {
|
|||
CharRootEntity.class, IntegerAbstractEntity.class,
|
||||
IntegerLeafEntity.class, IntegerRootEntity.class,
|
||||
StringAbstractEntity.class, StringLeafEntity.class,
|
||||
StringRootEntity.class, CLEAR_TABLES, "openjpa.Log", "SQL=TRACE");
|
||||
StringRootEntity.class, CLEAR_TABLES);
|
||||
}
|
||||
|
||||
public void testCharDiscriminators() {
|
||||
|
|
Loading…
Reference in New Issue