Revision 27361 trunk/libraries/libRaster/src-test/org/gvsig/raster/dataset/TestDataByPixelEcw.java

View differences:

TestDataByPixelEcw.java
74 74
			e.printStackTrace();
75 75
		} catch (RasterDriverException e1) {
76 76
			e1.printStackTrace();
77
		} catch (InterruptedException e) {
77 78
		}
78 79
	}
79 80
	
80
	public void testPixelsValues()throws InvalidSetViewException, FileNotOpenException, RasterDriverException {
81
	public void testPixelsValues()throws InvalidSetViewException, FileNotOpenException, RasterDriverException, InterruptedException {
81 82
		assertEquals(((Integer)f1.getData(1, 1, 0)).intValue(), 73);
82 83
		assertEquals(((Integer)f1.getData(1, 1, 1)).intValue(), 87);
83 84
		assertEquals(((Integer)f1.getData(1, 1, 2)).intValue(), 72);

Also available in: Unified diff