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:
Michael Dick 2007-08-25 17:56:59 +00:00
parent f40b551d1a
commit 92d78bc296
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

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