package org.geotools.data.db2; import org.geotools.jdbc.JDBCPrimaryKeyFinderTest; import org.geotools.jdbc.JDBCPrimaryKeyFinderTestSetup; public class DB2PrimaryKeyFinderTest extends JDBCPrimaryKeyFinderTest { protected void setUp() throws Exception { super.setUp(); dataStore.setDatabaseSchema(DB2TestUtil.SCHEMA); } @Override protected JDBCPrimaryKeyFinderTestSetup createTestSetup() { return new DB2PrimaryKeyFinderTestSetup(); } }