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:
Patrick Linskey 2008-02-04 19:01:24 +00:00
parent 91b151e6aa
commit 3b790c8bf3
1 changed files with 1 additions and 2 deletions

View File

@ -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() {