mirror of https://github.com/apache/openjpa.git
OPENJPA-360. Remove code dependencies on DB2 libraries from unit tests.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@575008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04b3212698
commit
73513a2af5
|
@ -33,14 +33,7 @@ public class TestSelectForUpdateOverride
|
|||
extends SQLListenerTestCase {
|
||||
|
||||
public void setUp() {
|
||||
setUp(
|
||||
// "openjpa.ConnectionDriverName",
|
||||
// "org.apache.commons.dbcp.BasicDataSource",
|
||||
|
||||
"openjpa.ConnectionProperties",
|
||||
"DriverClassName=com.ibm.db2.jcc.DB2Driver,Url=jdbc:db2:demodb"
|
||||
,"openjpa.jdbc.SynchronizeMappings",
|
||||
AllFieldTypes.class,
|
||||
setUp(AllFieldTypes.class,
|
||||
"openjpa.Optimistic", "false",
|
||||
"openjpa.LockManager", "pessimistic",
|
||||
"openjpa.ReadLockLevel", "none");
|
||||
|
|
Loading…
Reference in New Issue