Revision 20420 trunk/libraries/libDataSourceDBBaseDrivers/src-test/org/gvsig/data/datastores/vectorial/db/jdbc/postgresqlbin/postgresqlBinTest.java

View differences:

postgresqlBinTest.java
10 10
import org.gvsig.data.exception.ReadException;
11 11
import org.gvsig.data.vectorial.IFeatureCollection;
12 12
import org.gvsig.data.vectorial.IFeatureStore;
13
import org.gvsig.data.vectorial.IsNotFeatureSettingException;
14 13

  
15 14
public class postgresqlBinTest extends JDBCTest {
16 15

  
......
83 82
		} catch (ReadException e) {
84 83
			e.printStackTrace();
85 84
			fail();
86
		} catch (IsNotFeatureSettingException e) {
87
			e.printStackTrace();
88
			fail();
89 85
		}
90 86

  
91 87
		int i=0;

Also available in: Unified diff