Author: eric
Date: Sun Sep 19 06:27:38 2010
New Revision: 998594
URL: http://svn.apache.org/viewvc?rev=998594&view=rev
Log:
Lower SQL logging level for tests.
Modified:
james/server/trunk/domain-function/src/test/java/org/apache/james/domain/JPADomainListTest.java
james/server/trunk/user-function/src/test/java/org/apache/james/vut/JPAVirtualUserTableTest.java
Modified:
james/server/trunk/domain-function/src/test/java/org/apache/james/domain/JPADomainListTest.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/domain-function/src/test/java/org/apache/james/domain/JPADomainListTest.java?rev=998594&r1=998593&r2=998594&view=diff
==============================================================================
---
james/server/trunk/domain-function/src/test/java/org/apache/james/domain/JPADomainListTest.java
(original)
+++
james/server/trunk/domain-function/src/test/java/org/apache/james/domain/JPADomainListTest.java
Sun Sep 19 06:27:38 2010
@@ -67,7 +67,7 @@ public class JPADomainListTest extends T
properties = new HashMap<String, String>();
properties.put("openjpa.ConnectionDriverName",
org.apache.derby.jdbc.EmbeddedDriver.class.getName());
properties.put("openjpa.ConnectionURL",
"jdbc:derby:memory:JPADomainListTestDB;create=true");
- properties.put("openjpa.Log", "JDBC=WARN, SQL=TRACE, Runtime=WARN");
+ properties.put("openjpa.Log", "JDBC=WARN, SQL=WARN, Runtime=WARN");
properties.put("openjpa.ConnectionFactoryProperties",
"PrettyPrint=true, PrettyPrintLineLength=72");
properties.put("openjpa.jdbc.SynchronizeMappings",
"buildSchema(ForeignKeys=true)");
properties.put("openjpa.MetaDataFactory", "jpa(Types=" +
JPADomain.class.getName() +")");
Modified:
james/server/trunk/user-function/src/test/java/org/apache/james/vut/JPAVirtualUserTableTest.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/user-function/src/test/java/org/apache/james/vut/JPAVirtualUserTableTest.java?rev=998594&r1=998593&r2=998594&view=diff
==============================================================================
---
james/server/trunk/user-function/src/test/java/org/apache/james/vut/JPAVirtualUserTableTest.java
(original)
+++
james/server/trunk/user-function/src/test/java/org/apache/james/vut/JPAVirtualUserTableTest.java
Sun Sep 19 06:27:38 2010
@@ -50,7 +50,7 @@ public class JPAVirtualUserTableTest ext
properties = new HashMap<String, String>();
properties.put("openjpa.ConnectionDriverName",
org.apache.derby.jdbc.EmbeddedDriver.class.getName());
properties.put("openjpa.ConnectionURL",
"jdbc:derby:memory:JPAVirtualUserTableTestDB;create=true");
- properties.put("openjpa.Log", "JDBC=WARN, SQL=TRACE, Runtime=WARN");
+ properties.put("openjpa.Log", "JDBC=WARN, SQL=WARN, Runtime=WARN");
properties.put("openjpa.ConnectionFactoryProperties",
"PrettyPrint=true, PrettyPrintLineLength=72");
properties.put("openjpa.jdbc.SynchronizeMappings",
"buildSchema(ForeignKeys=true)");
properties.put("openjpa.MetaDataFactory", "jpa(Types=" +
JPAVirtualUser.class.getName() +")");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]