Revision 26602 tmp/trunk/cliente/WorkSpace_WPSClient/extWPSCallejero/test/es/logex/gvsig/wps/TestCastLayer.java

View differences:

TestCastLayer.java
1 1
package es.logex.gvsig.wps;
2 2

  
3
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
4 3
import com.iver.cit.gvsig.fmap.layers.FLayer;
5 4
import com.iver.cit.gvsig.fmap.layers.LayerFactory;
6 5
import com.iver.cit.gvsig.fmap.layers.XMLException;
7
import es.logex.gvsig.fmap.layers.FLyrWPS;
8

  
9 6
import junit.framework.TestCase;
10 7

  
11 8
public class TestCastLayer extends TestCase {
12 9

  
10
	@SuppressWarnings("unchecked")
13 11
	public void testLoad() throws XMLException,  IllegalAccessException {
14 12
		String className="es.logex.gvsig.fmap.layers.FLyrWPS";
15 13
		

Also available in: Unified diff