Revision 30754 branches/v2_0_0_prep/libraries/libRaster/src-test/org/gvsig/raster/buffer/TestGdalByteMultiBandHistogram.java

View differences:

TestGdalByteMultiBandHistogram.java
27 27
import org.gvsig.raster.datastruct.Histogram;
28 28
import org.gvsig.raster.datastruct.HistogramException;
29 29
/**
30
 * Test a un histograma de una imagen de 3 bandas de un byte por dato leido con gdal. 
30
 * Test a un histograma de una imagen de 3 bandas de un byte por dato leido con gdal.
31 31
 * El test comprueba valores a lo largo de todo el histograma
32
 * 
32
 *
33 33
 * @author Nacho Brodin (nachobrodin@gmail.com)
34 34
 */
35 35
public class TestGdalByteMultiBandHistogram extends BaseTestCase {
......
39 39
	private String  path2     = baseDir + "band2-30x28byte.tif";
40 40
	private String  path3     = baseDir + "band3-30x28byte.tif";
41 41

  
42
	public void start() {
42
	public void start() throws Exception {
43 43
		this.setUp();
44 44
		this.testStack();
45 45
	}
46 46

  
47
	public void setUp() {
47
	protected void doSetUp() throws Exception {
48
		super.doSetUp();
48 49
		System.err.println("TestGdalByteMultiBandHistogram running...");
49 50
	}
50 51

  

Also available in: Unified diff