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