mirror of https://github.com/apache/openjpa.git
remove obsolete sql tracing
This commit is contained in:
parent
af39516fc8
commit
4b88b80dc0
|
@ -33,7 +33,7 @@ public class TestEJBQueryInterface extends BaseQueryTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
super.setUp(Entity1.class, Entity2.class, Order.class, OrderItem.class, "openjpa.Log", "SQL=Trace");
|
super.setUp(Entity1.class, Entity2.class, Order.class, OrderItem.class);
|
||||||
|
|
||||||
int instNum = 10;
|
int instNum = 10;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue