Revision 23082

View differences:

branches/v2_0_0_prep/libraries/libFMap_dataDB/src-test/org/gvsig/fmap/data/feature/db/jdbc/postgresql/postgresqlTest.java
19 19
import org.gvsig.fmap.data.feature.FeatureStore;
20 20
import org.gvsig.fmap.data.feature.IsNotAttributeSettingException;
21 21
import org.gvsig.fmap.data.feature.db.DBAttributeDescriptor;
22
import org.gvsig.fmap.data.feature.db.jdbc.JDBCExplorerParameter;
22 23
import org.gvsig.fmap.data.feature.db.jdbc.JDBCTest;
23 24

  
24 25
public class postgresqlTest extends JDBCTest {
......
954 955
		Register.selfRegister();
955 956
		DataManager manager = DataManager.getManager();
956 957

  
957
		PostgresqlExplorerParameters params = null;
958
		JDBCExplorerParameter params = null;
958 959
		try {
959
			params = (PostgresqlExplorerParameters) manager
960
			params = (JDBCExplorerParameter) manager
960 961
					.createDataExplorerParameters(DE_NAME);
961 962
		} catch (InitializeException e3) {
962 963
			e3.printStackTrace();

Also available in: Unified diff