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/TestReplicateBand.java

View differences:

TestReplicateBand.java
8 8
import org.gvsig.raster.cache.buffer.Band;
9 9
import org.gvsig.raster.cache.buffer.Buffer;
10 10
import org.gvsig.raster.cache.buffer.exception.OperationNotSupportedException;
11
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
11 12
import org.gvsig.raster.cache.buffer.impl.io.GdalRead;
12 13
import org.gvsig.raster.cache.buffer.impl.io.GdalWrite;
13
import org.gvsig.raster.cache.buffer.impl.memory.RasterMemoryBuffer;
14 14

  
15 15
/** 
16 16
 * This test insert one band at the end of the layer. The data of this new band is a copy 
......
73 73
			e.printStackTrace();
74 74
		} catch (IOException e) {
75 75
			e.printStackTrace();
76
		} catch (InterruptedException e) {
76
		} catch (ProcessInterruptedException e) {
77 77
			e.printStackTrace();
78 78
		} catch (OperationNotSupportedException e) {
79 79
			e.printStackTrace();

Also available in: Unified diff