Revision 1023 org.gvsig.raster.cache/trunk/org.gvsig.raster.cache/org.gvsig.raster.cache.lib.impl/src/test/java/org/gvsig/raster/cache/buffer/impl/memory/TestGetBufferWithOneBand.java

View differences:

TestGetBufferWithOneBand.java
7 7
import org.gvsig.jgdal.GdalException;
8 8
import org.gvsig.raster.cache.buffer.Buffer;
9 9
import org.gvsig.raster.cache.buffer.exception.OperationNotSupportedException;
10
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
10 11
import org.gvsig.raster.cache.buffer.impl.io.GdalRead;
11 12
import org.gvsig.raster.cache.buffer.impl.io.GdalWrite;
12
import org.gvsig.raster.cache.buffer.impl.memory.RasterMemoryBuffer;
13 13

  
14 14
/**
15 15
 * This test gets bands from a raster with the method getBufferWithOneBand() and compare
......
86 86
			e.printStackTrace();
87 87
		} catch (IOException e) {
88 88
			e.printStackTrace();
89
		} catch (InterruptedException e) {
89
		} catch (ProcessInterruptedException e) {
90 90
			e.printStackTrace();
91 91
		} catch (OperationNotSupportedException e) {
92 92
			e.printStackTrace();

Also available in: Unified diff