mirror of https://github.com/apache/openjpa.git
Also disable for Oracle
Oracle also closes the JDBC Stream. Most likely all other DBs now do it as well.
This commit is contained in:
parent
f1871782cd
commit
93fe064300
|
@ -50,8 +50,7 @@ public abstract class AbstractLobTest extends SingleEMFTestCase {
|
||||||
protected static boolean firstTestExecuted;
|
protected static boolean firstTestExecuted;
|
||||||
|
|
||||||
protected List<Class<?>> supportedDatabases =
|
protected List<Class<?>> supportedDatabases =
|
||||||
new ArrayList<>
|
new ArrayList<>(Arrays.asList(MySQLDictionary.class, DB2Dictionary.class));
|
||||||
(Arrays.asList(MySQLDictionary.class, OracleDictionary.class, DB2Dictionary.class));
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue