package org.geotools.data.oracle; import org.geotools.jdbc.JDBCPrimaryKeyFinderTest; import org.geotools.jdbc.JDBCPrimaryKeyFinderTestSetup; /** * * * @source $URL$ */ public class OraclePrimaryKeyFinderTest extends JDBCPrimaryKeyFinderTest { @Override protected JDBCPrimaryKeyFinderTestSetup createTestSetup() { return new OraclePrimaryKeyFinderTestSetup(); } }