Revision 21511 branches/v2_0_0_prep/libraries/libFMap_dataDB/src-test/org/gvsig/data/datastores/vectorial/db/jdbc/postgresqlbin/postgresqlBinTest.java

View differences:

postgresqlBinTest.java
99 99

  
100 100
		fc.dispose();
101 101

  
102
//		try {
103
//			fs.close();
104
//		} catch (CloseException e) {
105
//			e.printStackTrace();
106
//			fail("Exception: "+e);
107
//		}
102 108
		try {
103
			fs.close();
104
		} catch (CloseException e) {
105
			e.printStackTrace();
106
			fail("Exception: "+e);
107
		}
108
		try {
109 109
			fs.dispose();
110 110
		} catch (CloseException e) {
111 111
			// TODO Auto-generated catch block

Also available in: Unified diff