mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
Remove SQL logging from a number of tests.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1203245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64f37134fa
commit
caa09591b7
@ -26,7 +26,9 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
||||
public class TestCascadePersist extends SingleEMFTestCase {
|
||||
@Override
|
||||
public void setUp() throws Exception {
|
||||
setUp(DROP_TABLES, CascadePersistEntity.class, "openjpa.Log", "SQL=trace");
|
||||
setUp(DROP_TABLES, CascadePersistEntity.class
|
||||
// , "openjpa.Log", "SQL=trace"
|
||||
);
|
||||
}
|
||||
|
||||
public void testCascadePersistToDetachedFailure() {
|
||||
|
@ -29,7 +29,9 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
||||
public class TestMergeNoStateManager extends SingleEMFTestCase {
|
||||
Object[] args =
|
||||
new Object[] { TimestampVersionEntity.class, IntVersionEntity.class, NoVersionEntity.class,
|
||||
IntegerVersionEntity.class, CLEAR_TABLES, "openjpa.Log", "SQL=trace" };
|
||||
IntegerVersionEntity.class, CLEAR_TABLES
|
||||
// , "openjpa.Log", "SQL=trace"
|
||||
};
|
||||
|
||||
IntVersionEntity _ive;
|
||||
NoVersionEntity _nve;
|
||||
|
@ -35,7 +35,7 @@ public class TestVersion extends SingleEMFTestCase {
|
||||
public void setUp() {
|
||||
setUp(AnnoTest1.class, AnnoTest2.class, AnnoTest3.class, Flat1.class,
|
||||
EmbedOwner.class, EmbedValue.class, CLEAR_TABLES
|
||||
,"openjpa.Log","SQL=trace"
|
||||
// ,"openjpa.Log","SQL=trace"
|
||||
,"openjpa.ConnectionFactoryProperties","printParameters=true"
|
||||
);
|
||||
|
||||
|
@ -42,7 +42,7 @@ public class TestQueryConvertPositionalParameters extends SingleEMFTestCase {
|
||||
@Override
|
||||
public void setUp() {
|
||||
super.setUp(SimpleEntity.class, "openjpa.Compatibility", "ConvertPositionalParametersToNamed=true"
|
||||
,"openjpa.Log","SQL=trace"
|
||||
// ,"openjpa.Log","SQL=trace"
|
||||
);
|
||||
_em = emf.createEntityManager();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user