Revision 31829 branches/v2_0_0_prep/libraries/libRaster/src-test/org/gvsig/raster/BaseTestCase.java

View differences:

BaseTestCase.java
38 38
 * 07/05/2008
39 39
 * @author Nacho Brodin nachobrodin@gmail.com
40 40
 */
41
public class BaseTestCase extends AbstractLibraryAutoInitTestCase {
41
public abstract class BaseTestCase extends AbstractLibraryAutoInitTestCase {
42 42
	/**
43 43
	 * Directorio donde est?n las imagenes de pruebas
44 44
	 */
......
54 54

  
55 55
	protected void doSetUp() throws Exception {
56 56
		// Nothing to do
57
		RasterLibrary.wakeUp();
57 58
	}
58 59

  
59 60
	/**

Also available in: Unified diff