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

View differences:

TestAddBand.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 add a band in a raster of 3 bands. As a result of this test a raster
......
72 72
			e.printStackTrace();
73 73
		} catch (IOException e) {
74 74
			e.printStackTrace();
75
		} catch (InterruptedException e) {
75
		} catch (ProcessInterruptedException e) {
76 76
			e.printStackTrace();
77 77
		}  catch (OperationNotSupportedException e) {
78 78
			e.printStackTrace();

Also available in: Unified diff