mirror of https://github.com/apache/openjpa.git
Pass along openjpa.loglevel to enhancer and remove hard coded trace spec from a testcase
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@569713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f40b551d1a
commit
92d78bc296
|
@ -406,6 +406,7 @@
|
|||
<openjpac>
|
||||
<classpath refid="cp"/>
|
||||
<fileset refid="enhance.path.ref"/>
|
||||
<config log="DefaultLevel=${openjpa.loglevel}"/>
|
||||
</openjpac>
|
||||
<!-- Set detach state for serialization tests -->
|
||||
<openjpac>
|
||||
|
@ -416,6 +417,7 @@
|
|||
<!-- include files from orm.xml -->
|
||||
<include name="**/xml/*.class"/>
|
||||
</fileset>
|
||||
<config log="DefaultLevel=${openjpa.loglevel}"/>
|
||||
</openjpac>
|
||||
</tasks>
|
||||
</configuration>
|
||||
|
|
|
@ -35,7 +35,6 @@ public class TestBulkUpdatesAndVersionColumn
|
|||
public void setUp() throws Exception {
|
||||
setUp("openjpa.DataCache", "true",
|
||||
"openjpa.RemoteCommitProvider", "sjvm",
|
||||
"openjpa.Log", "SQL=TRACE",
|
||||
OptimisticLockInstance.class, CLEAR_TABLES);
|
||||
|
||||
OpenJPAEntityManager em = emf.createEntityManager();
|
||||
|
|
Loading…
Reference in New Issue