mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
clean deprecation warning
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1071443 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61f686a300
commit
a048ba1faa
@ -30,9 +30,9 @@ import org.apache.openjpa.jdbc.conf.JDBCConfiguration;
|
||||
import org.apache.openjpa.jdbc.sql.DBDictionary;
|
||||
import org.apache.openjpa.jdbc.sql.OracleDictionary;
|
||||
import org.apache.openjpa.persistence.OpenJPAEntityManagerFactorySPI;
|
||||
import org.apache.openjpa.persistence.test.PersistenceTestCase;
|
||||
import org.apache.openjpa.persistence.test.AbstractPersistenceTestCase;
|
||||
|
||||
public class TestOracleXmlColumn extends PersistenceTestCase {
|
||||
public class TestOracleXmlColumn extends AbstractPersistenceTestCase {
|
||||
|
||||
private static String xmlData =
|
||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?> "
|
||||
|
Loading…
x
Reference in New Issue
Block a user